Skip to content

Commit e8f7e64

Browse files
committed
chore: fix docstring
1 parent 11f24ea commit e8f7e64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/openaivec/prompt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,6 @@ def improve(
425425
temperature (float, optional): Sampling temperature. Defaults to 0.0.
426426
top_p (float, optional): Nucleus sampling parameter. Defaults to 1.0.
427427
428-
Raises:
429-
ValueError: If fewer than five examples are present.
430-
431428
Returns:
432429
FewShotPromptBuilder: The current builder instance containing the refined prompt and iteration history.
433430
"""

0 commit comments

Comments
 (0)