Replies: 1 comment 1 reply
-
|
Do you have an example trace? It generally helps in identifying the failure mode and what can be done to get it to stay on track. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I searching and found Composable workflows? #2258 but its not quite the same issue I think I'm having.
I am using the
CreateHandoffBuilderWithand if I pass a single utterance it works pretty consistently. When I ask for a muliti-part question like:Can you get me the matter 'X' and then get me all the open tasks for the matterit's a 50\50 shot it it works.I am also streaming the respones back.
MAIN ASK
triage_agentis stops working or handing off.STEPS TAKEN:
Once I added this to the Instructions for the Matter agent it worked better. I was assuming that the
triage_agentwould be more of the orchestrator to know that I have these things to do and once and agent is done I can move on to the next action but this never occours.Prompt Tuning
Example of Agent Creation
all of the agents passed in to the
CreateHandoffBuilderWithare constructed in the same manner but have different configurations and personas assigned such as noteAgent, taskAgent....Beta Was this translation helpful? Give feedback.
All reactions