Replies: 1 comment
-
The contribution guide indicates that
Does a submitted PR that implements this feature have to also point to an existing implemention of the feature in the Python LC version before being accepted? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
AWS has recently enabled tool calling for bedrock: Tool use (function calling) - Amazon Bedrock
Currently the
BedrockChat
interface does not support structured output as until recently the functionality did not exist in bedrock.The proposal is to implement
withStructuredOutput
to work the same as in other interfaces that currently support it: https://js.langchain.com/v0.1/docs/use_cases/extraction/quickstart/Motivation
There is a parallel issue opened for the Python implementation
langchain-ai/langchain#22701
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions