You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First request: session_id_1
User -> RootAgent -> agent_1
Second request in the session_id_1
User -> agent_1 (dont know why it doesnt go through RootAgent again) because "not sure agent_1 can handle new request". I see data record in the database session, Root Agent directly request to agent_1 without use instruction to have a better direction.
Third request in the session_id_1
User -> agent_1 (no tool handle) -> transfer to agent: agent_2
And I also have 1 question, how make request alway go through RootAgent ?
Because agent_1 will reply me like: "I can not handle this request, would you like to transfer to agent 2 to handle it"