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 8d9d1fc commit cfacc8aCopy full SHA for cfacc8a
azure/durable_functions/openai_agents/orchestrator_generator.py
@@ -13,8 +13,8 @@ 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 orchestration generator function."""
17
-
+ """Adapts the synchronous OpenAI Agents function to an Durable Functions orchestration
+ generator function."""
18
ensure_event_loop()
19
durable_ai_agent_context = DurableAIAgentContext(durable_orchestration_context)
20
durable_openai_runner = DurableOpenAIRunner(context=durable_ai_agent_context)
0 commit comments