Skip to content

Commit 8dda2a2

Browse files
authored
fix spelling typo in react module (#8191)
1 parent 4771108 commit 8dda2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/predict/react.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, signature, tools: list[Callable], max_iters=5):
4141
tools["finish"] = Tool(
4242
func=lambda: "Completed.",
4343
name="finish",
44-
desc=f"Marks the task as complete. That is, signals that all infomration for producing the outputs, i.e. {outputs}, are now available to be extracted.",
44+
desc=f"Marks the task as complete. That is, signals that all information for producing the outputs, i.e. {outputs}, are now available to be extracted.",
4545
args={},
4646
)
4747

0 commit comments

Comments
 (0)