You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I got this error when running my graph.
any way around this constraint?
OutputParserException: ChatBedrockConverse structured output relies on forced tool calling, which is not supported for this model. This method will raise langchain_core.exceptions.OutputParserException if tool calls are not generated. Consider adjusting your prompt to ensure the tool is called. For Claude 3.7 Sonnet models, you can also support forced tool use by disabling `thinking`.
For troubleshooting, visit: https://python.langchain.com/docs/troubleshooting/errors/OUTPUT_PARSING_FAILURE
During task with name 'generate_structured_response'
im using create_react_agent and passing to response_format the following:
class AssistResponseFormat(BaseModel):
"""Respond to the user in this format."""
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I got this error when running my graph.
any way around this constraint?
im using create_react_agent and passing to response_format the following:
Beta Was this translation helpful? Give feedback.
All reactions