We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://js.langchain.com/docs/integrations/chat/bedrock_converse/ https://v03.api.js.langchain.com/classes/_langchain_aws.ChatBedrockConverse.html?_gl=1*1q4mddn*_ga*MTAzNTE4ODI3MC4xNzQyNjI5MDI1*_ga_47WX3HKKY2*czE3NDc3Mzc0NjMkbzEwJGcwJHQxNzQ3NzM3NDcxJGowJGwwJGgw
The Anthropic API provides parameters such as
thinking: { type: 'enabled', budget_tokens: 32000, },
It seems as if LangChain's ChatBedrockConverse does not expose such options - is this a Bedrock limitation or missing functionality in LangChain?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Issue with current documentation:
https://js.langchain.com/docs/integrations/chat/bedrock_converse/
https://v03.api.js.langchain.com/classes/_langchain_aws.ChatBedrockConverse.html?_gl=1*1q4mddn*_ga*MTAzNTE4ODI3MC4xNzQyNjI5MDI1*_ga_47WX3HKKY2*czE3NDc3Mzc0NjMkbzEwJGcwJHQxNzQ3NzM3NDcxJGowJGwwJGgw
Idea or request for content:
The Anthropic API provides parameters such as
thinking: {
type: 'enabled',
budget_tokens: 32000,
},
It seems as if LangChain's ChatBedrockConverse does not expose such options - is this a Bedrock limitation or missing functionality in LangChain?
The text was updated successfully, but these errors were encountered: