mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 06:48:50 +00:00
Fix typo in docstring (#11256)
Description : Remove meaningless 's' in docstring
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user