streaming #28935
Closed
navaneethstabilix
announced in
Ask Dosu (Archived)
streaming
#28935
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.
-
input_message = input()
node_to_stream = 'assistant'
async for event in react_graph_memory.astream_events({"messages": [input_message]}, config, version="v2"):
# Get chat model tokens from a particular node
if event["event"] == "on_chain_stream" and event['metadata'].get('langgraph_node','') == node_to_stream:
print(event["data"])
Beta Was this translation helpful? Give feedback.
All reactions