Replies: 1 comment
-
I couldn't find specific information on how to suppress the If the official documentation suggests that it's possible to disable the content response, it might involve setting a specific parameter or using a method that isn't directly exposed in the LangChain framework. You could also explore the source code of the If you have access to the official documentation or any additional resources, they might provide further insights into how this can be configured. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
The Claude models always include content when calling tools, but I don't need it, and generating it slows down the response speed.
According to the official documentation, it seems possible to disable the content response. How can I achieve this in Langchain?
System Info
langchain-core==0.3.9
langchain-anthropic==0.2.3
platform==windows
python-version==3.12.6
Beta Was this translation helpful? Give feedback.
All reactions