Skip to content

Commit a634a87

Browse files
committed
Less text is more.
1 parent 35163fc commit a634a87

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure/durable_functions/openai_agents/orchestrator_generator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ 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 orchestrator
17-
generator function.
18-
"""
16+
"""Adapts the synchronous OpenAI Agents function to an Durable orchestrator generator."""
1917
ensure_event_loop()
2018
durable_ai_agent_context = DurableAIAgentContext(durable_orchestration_context)
2119
durable_openai_runner = DurableOpenAIRunner(context=durable_ai_agent_context)

0 commit comments

Comments
 (0)