We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923a919 commit 396fb5cCopy full SHA for 396fb5c
2 files changed
openai_agents/agent_patterns/run_worker.py
@@ -19,7 +19,7 @@ async def main():
19
plugins=[
20
OpenAIAgentsPlugin(
21
model_params=ModelActivityParameters(
22
- start_to_close_timeout=timedelta(seconds=120)
+ start_to_close_timeout=timedelta(seconds=30)
23
)
24
),
25
],
openai_agents/customer_service/run_worker.py
0 commit comments