Skip to content

Commit

Permalink
fix: characters per line
Browse files Browse the repository at this point in the history
  • Loading branch information
aledelunap committed Jul 20, 2023
1 parent b8431fd commit 5817eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions langchain/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,8 +958,8 @@ async def _aperform_agent_action(
except ValidationError as ve:
observation = (
'Please review the "arguments" to correctly execute '
f"{agent_action.tool}. The execution ended with the following "
f"error: {str(ve)}"
f"{agent_action.tool}. The execution ended with the "
f"following error: {str(ve)}"
)
else:
tool_run_kwargs = self.agent.tool_run_logging_kwargs()
Expand Down

0 comments on commit 5817eaf

Please sign in to comment.