Skip to content

Commit 396fb5c

Browse files
committed
timeout adjustments
1 parent 923a919 commit 396fb5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openai_agents/agent_patterns/run_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async def main():
1919
plugins=[
2020
OpenAIAgentsPlugin(
2121
model_params=ModelActivityParameters(
22-
start_to_close_timeout=timedelta(seconds=120)
22+
start_to_close_timeout=timedelta(seconds=30)
2323
)
2424
),
2525
],

openai_agents/customer_service/run_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async def main():
1919
plugins=[
2020
OpenAIAgentsPlugin(
2121
model_params=ModelActivityParameters(
22-
start_to_close_timeout=timedelta(seconds=120)
22+
start_to_close_timeout=timedelta(seconds=30)
2323
)
2424
),
2525
],

0 commit comments

Comments
 (0)