We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6047af0 commit 0cae313Copy full SHA for 0cae313
1 file changed
openai_agents/basic/run_worker.py
@@ -47,7 +47,7 @@ async def main():
47
48
worker = Worker(
49
client,
50
- task_queue="openai-agents-task-queue",
+ task_queue="openai-agents-basic-task-queue",
51
workflows=[
52
HelloWorldAgent,
53
ToolsWorkflow,
0 commit comments