Issue with state management , how to prevent structured output from being streamed #5913
Unanswered
AdityaVernekar
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building ai ai agent that generates content for you based on some predefined steps
Here is my code
States
Langraph version -
Name: langgraph
Version: 0.6.4
Summary: Building stateful, multi-actor applications with LLMs
Home-page:
Author:
Author-email:
License-Expression: MIT
Location: /Users/adityavernekar/Documents/insightx/insightx-backend/venv/lib/python3.12/site-packages
Requires: langchain-core, langgraph-checkpoint, langgraph-prebuilt, langgraph-sdk, pydantic, xxhash
Required-by: insightx-backend, langgraph-supervisor, langmem, trustcall
So the graph is working but how i want the logic to work is it should stream the followup response , but now its streaming the entire json
Beta Was this translation helpful? Give feedback.
All reactions