Skip to content

Commit

Permalink
Fix typo in docstring (langchain-ai#11256)
Browse files Browse the repository at this point in the history
Description : Remove meaningless 's' in docstring
  • Loading branch information
Yeonji-Lim authored Oct 1, 2023
1 parent a363ab5 commit 61ab1b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/langchain/langchain/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61ab1b1

Please sign in to comment.