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
-
I have this graph image
![multi-agent-graph.png](https://private-user-images.githubusercontent.com/88780525/396808922-7f77b23b-ce91-40bb-bea1-8e6c6a9d12cd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODQwMDIsIm5iZiI6MTczOTA4MzcwMiwicGF0aCI6Ii84ODc4MDUyNS8zOTY4MDg5MjItN2Y3N2IyM2ItY2U5MS00MGJiLWJlYTEtOGU2YzZhOWQxMmNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA2NDgyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRhNGI4ZjUwODg1YTI1YTc2Y2VlN2VlYzRlNzU4OWE5OTFiOWQwNTc4MmViNDBkZTZlZjIzMDhmZmFmODc1N2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.l3X4g6BA3-XIdnsrdYFdaGukX5jdC6I91LWJLya52HA)
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