Merge branch 'main' into copilot/fix-azure-functions-worker-crashes

This commit is contained in:
Laveesh Rohra
2026-03-02 13:08:05 -08:00
committed by GitHub
Unverified
121 changed files with 5159 additions and 320 deletions
@@ -612,11 +612,11 @@ class AgentFunctionApp(DFAppBase):
context: Durable Functions orchestration context invoking the agent.
agent_name: Name of the agent registered on this app.
Raises:
ValueError: If the requested agent has not been registered.
Returns:
DurableAIAgent[AgentTask] wrapper bound to the orchestration context.
Raises:
ValueError: If the requested agent has not been registered.
"""
normalized_name = str(agent_name)