Fix typo in docstring (#11256)

Description : Remove meaningless 's' in docstring
This commit is contained in:
Yeonji-Lim 2023-10-02 04:55:11 +09:00 committed by GitHub
parent a363ab5292
commit 61ab1b1266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -750,7 +750,6 @@ class AgentExecutor(Chain):
] = False ] = False
"""How to handle errors raised by the agent's output parser. """How to handle errors raised by the agent's output parser.
Defaults to `False`, which raises the error. Defaults to `False`, which raises the error.
s
If `true`, the error will be sent back to the LLM as an observation. 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 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 If a callable function, the function will be called with the exception