langgraph/how-tos/create-react-agent-structured-output/ #3574
Replies: 6 comments 6 replies
-
I got error |
Beta Was this translation helpful? Give feedback.
-
For some reason the agent responds well in the message responses but returns something completely different on the structured output every time. Has anyone encountered this issue? |
Beta Was this translation helpful? Give feedback.
-
Is there a JS version to achieve this using 2 LLMs? Binding output as tool is giving me invalid_tool_calls when streaming with streamEvents |
Beta Was this translation helpful? Give feedback.
-
You guys aware you can have both tools and structured output with OpenAI models? No need to make is a tool. |
Beta Was this translation helpful? Give feedback.
-
Can anyone please suggest if there is a way to overcome context window length when working with SQLDatabasetoolkit. The agent runs into error with stop reason=length as the context length exceeding in case of large output returned by database. Appreciate your help thank you |
Beta Was this translation helpful? Give feedback.
-
Hi Guys, I'm working with this prebuilt agent: Configuration for the agent executorconfig_1 = {"configurable": {"thread_id": "1"}} One of the tools I'm using is defined like this: def tool_plot_field_production_rates_wrapper(args: str) -> str:
Tool registration is done as follows: tools = [ Question: Any possibility to stop the react agent doing this? Any help is good!!! |
Beta Was this translation helpful? Give feedback.
-
langgraph/how-tos/create-react-agent-structured-output/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/how-tos/create-react-agent-structured-output/
Beta Was this translation helpful? Give feedback.
All reactions