Skip to content

Commit 35163fc

Browse files
committed
Better?
1 parent cfacc8a commit 35163fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure/durable_functions/openai_agents/orchestrator_generator.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ def durable_openai_agent_orchestrator_generator(
1313
func,
1414
durable_orchestration_context: DurableOrchestrationContext,
1515
model_provider: Optional[ModelProvider]):
16-
"""Adapts the synchronous OpenAI Agents function to an Durable Functions orchestration
17-
generator function."""
16+
"""Adapts the synchronous OpenAI Agents function to an Durable Functions orchestrator
17+
generator function.
18+
"""
1819
ensure_event_loop()
1920
durable_ai_agent_context = DurableAIAgentContext(durable_orchestration_context)
2021
durable_openai_runner = DurableOpenAIRunner(context=durable_ai_agent_context)

0 commit comments

Comments
 (0)