Fix typo in docstring (#11256)

Description : Remove meaningless 's' in docstring
pull/11270/head
Yeonji-Lim 1 year ago committed by GitHub
parent a363ab5292
commit 61ab1b1266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save