About Message Forwarding #157
Unanswered
karankakwani
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same question |
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.
-
Message Forwarding mentions – "we can equip the supervisor with a tool to directly forward the last message received from a worker agent straight to the final output of the graph using create_forward_message_tool. This is useful when the supervisor determines that the worker's response is sufficient and doesn't require further processing or summarization by the supervisor itself."
How can we reliably make sure in all instances that supervisor simply forwards the response of the sub-agent or the tool directly to output without ever trying to further processing or paraphrasing it?
Beta Was this translation helpful? Give feedback.
All reactions