-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bot triaged[Bot] This issue is triaged by ADK bot[Bot] This issue is triaged by ADK botdocumentation[Component] This issue is related to documentation, it will be transferred to adk-docs[Component] This issue is related to documentation, it will be transferred to adk-docs
Description
Agent transfer logic was simplified and code documentations about single vs auto flow need updates. e.g.
adk-python/src/google/adk/flows/llm_flows/auto_flow.py
Lines 35 to 42 in 162228d
Depending on the target agent flow type, the transfer may be automatically | |
reversed. The condition is as below: | |
- If the flow type of the tranferee agent is also auto, transfee agent will | |
remain as the active agent. The transfee agent will respond to the user's | |
next message directly. | |
- If the flow type of the transfere agent is not auto, the active agent will | |
be reversed back to previous agent. |
cc @Jacksunwei
Metadata
Metadata
Assignees
Labels
bot triaged[Bot] This issue is triaged by ADK bot[Bot] This issue is triaged by ADK botdocumentation[Component] This issue is related to documentation, it will be transferred to adk-docs[Component] This issue is related to documentation, it will be transferred to adk-docs