Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and ogabrielluiz committed Oct 19, 2024
1 parent 90e131c commit c031f12
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@ def create_agent_runnable(self):
try:
return create_tool_calling_agent(self.llm, self.tools, prompt)
except NotImplementedError as e:
message = (
f"{self.display_name} does not support tool calling."
"Please try using a compatible model."
)
message = f"{self.display_name} does not support tool calling." "Please try using a compatible model."
raise NotImplementedError(message) from e

0 comments on commit c031f12

Please sign in to comment.