mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-10 15:06:18 +00:00
Fix typo in docstring (#11256)
Description : Remove meaningless 's' in docstring
This commit is contained in:
parent
a363ab5292
commit
61ab1b1266
@ -750,7 +750,6 @@ class AgentExecutor(Chain):
|
||||
] = False
|
||||
"""How to handle errors raised by the agent's output parser.
|
||||
Defaults to `False`, which raises the error.
|
||||
s
|
||||
If `true`, the error will be sent back to the LLM as an observation.
|
||||
If a string, the string itself will be sent to the LLM as an observation.
|
||||
If a callable function, the function will be called with the exception
|
||||
|
Loading…
Reference in New Issue
Block a user