mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix handoff workflow context management and improve AG-UI demo (#5136)
This commit is contained in:
committed by
GitHub
Unverified
parent
f94a75daa5
commit
e10d448ae2
@@ -121,6 +121,7 @@ async def run_agent_framework() -> None:
|
||||
"- For technical issues: call handoff_to_technical_support"
|
||||
),
|
||||
description="Routes requests to appropriate specialists",
|
||||
require_per_service_call_history_persistence=True,
|
||||
)
|
||||
|
||||
# Create billing specialist
|
||||
@@ -128,6 +129,7 @@ async def run_agent_framework() -> None:
|
||||
name="billing_agent",
|
||||
instructions="You are a billing specialist. Help with payment and billing questions. Provide clear assistance.",
|
||||
description="Handles billing and payment questions",
|
||||
require_per_service_call_history_persistence=True,
|
||||
)
|
||||
|
||||
# Create technical support specialist
|
||||
@@ -135,6 +137,7 @@ async def run_agent_framework() -> None:
|
||||
name="technical_support",
|
||||
instructions="You are technical support. Help with technical issues. Provide clear assistance.",
|
||||
description="Handles technical support questions",
|
||||
require_per_service_call_history_persistence=True,
|
||||
)
|
||||
|
||||
# Create handoff workflow - simpler configuration
|
||||
|
||||
Reference in New Issue
Block a user