We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58d3b2 commit 5f3e2a2Copy full SHA for 5f3e2a2
synalinks/src/modules/agents/react_agent.py
@@ -181,7 +181,7 @@ def __init__(
181
else:
182
raise ValueError(
183
"You must set either `language_model` "
184
- " or both `action_language_model` and `decision_language_model`.
+ " or both `action_language_model` and `decision_language_model`."
185
)
186
187
self.prompt_template = prompt_template
0 commit comments