Final response flag when multiple agents participate in one invocation #2751
Answered
by
boyangsvl
nagarajuprimefocus
asked this question in
Q&A
|
When multiple agents are involved in a single invocation, the is_final_response flag is being set to true prematurely (before all participating agents have completed their execution). This creates confusion in orchestrations since the orchestrator or root agent assumes the interaction is complete while other agents are still running or yet to provide their outputs. What is the best way to handle this scenario? |
Answered by
boyangsvl
Aug 26, 2025
Replies: 1 comment 1 reply
|
is_final_response indicates the end of a specific agent, not the entire invocation. We currently don't have a flag to indicate the end of the entire invocation. We do have plan to add such a flag. |
1 reply
Answer selected by
boyangsvl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is_final_response indicates the end of a specific agent, not the entire invocation. We currently don't have a flag to indicate the end of the entire invocation. We do have plan to add such a flag.