Skip to content

Commit 5f3e2a2

Browse files
authored
fix: missing string close
1 parent a58d3b2 commit 5f3e2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synalinks/src/modules/agents/react_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def __init__(
181181
else:
182182
raise ValueError(
183183
"You must set either `language_model` "
184-
" or both `action_language_model` and `decision_language_model`.
184+
" or both `action_language_model` and `decision_language_model`."
185185
)
186186

187187
self.prompt_template = prompt_template

0 commit comments

Comments
 (0)