Skip to content

Commit f5ab055

Browse files
author
Heena Ugale
committed
Add/update handoff_multi_agent
1 parent 1b05a57 commit f5ab055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

agentic_ai/agents/semantic_kernel/multi_agent/handoff_multi_agent.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ async def _setup_agents(self) -> None:
9191
service=service,
9292
name="triage_agent",
9393
instructions=(
94-
"Handoff to the appropriate agent based on the language of the request."
94+
"Handoff to the appropriate agent based on the language of the request."
95+
"if you need clarification or info is not complete ask follow-up Qs"
96+
"Like if customer asks questions without providing any identifying info such as customer ID, ask for it"
9597
),
9698
plugins=[crm_billing, product_promotions, security_authentication],
9799
)

0 commit comments

Comments
 (0)