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 cfacc8a commit 35163fcCopy full SHA for 35163fc
azure/durable_functions/openai_agents/orchestrator_generator.py
@@ -13,8 +13,9 @@ 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
17
- generator function."""
+ """Adapts the synchronous OpenAI Agents function to an Durable Functions orchestrator
+ generator function.
18
+ """
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