79368287

Date: 2025-01-19 02:13:17
Score: 1
Natty:
Report link

As of the latest version of langchain-anthropic you can specify parallel_tools_calls when calling bind_tools:

model = ChatAnthropic(model="claude-3-5-sonnet-20241022")

model_with_tools = model.bind_tools(tools, parallel_tool_calls=False)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chester Curme