We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35163fc commit a634a87Copy full SHA for a634a87
azure/durable_functions/openai_agents/orchestrator_generator.py
@@ -13,9 +13,7 @@ def durable_openai_agent_orchestrator_generator(
13
func,
14
durable_orchestration_context: DurableOrchestrationContext,
15
model_provider: Optional[ModelProvider]):
16
- """Adapts the synchronous OpenAI Agents function to an Durable Functions orchestrator
17
- generator function.
18
- """
+ """Adapts the synchronous OpenAI Agents function to an Durable orchestrator generator."""
19
ensure_event_loop()
20
durable_ai_agent_context = DurableAIAgentContext(durable_orchestration_context)
21
durable_openai_runner = DurableOpenAIRunner(context=durable_ai_agent_context)
0 commit comments