Skip to content

Commit 0cae313

Browse files
authored
fix worker task queue name in basic example (#237)
1 parent 6047af0 commit 0cae313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai_agents/basic/run_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def main():
4747

4848
worker = Worker(
4949
client,
50-
task_queue="openai-agents-task-queue",
50+
task_queue="openai-agents-basic-task-queue",
5151
workflows=[
5252
HelloWorldAgent,
5353
ToolsWorkflow,

0 commit comments

Comments
 (0)