Replies: 1 comment 1 reply
-
Does putting it in a node work?
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have this graph image

Here I only want to pass the response generated by subject-agent to generate-agent.
Right now the whole State is being passed, This is causing high token usage
FYI
Subject-agent use tools to get relevant information and generate a subject to create an essay.
Generate-agent creates the whole essay from that subject.
How can I only pass the response generated by subject-agent to generate-agent without passing the whole state?
Beta Was this translation helpful? Give feedback.
All reactions