Skip to content

Commit fb026c9

Browse files
committed
Undo prompt change
1 parent 0a874e5 commit fb026c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/test_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ async def test_tool_workflow(client: Client):
319319
) as worker:
320320
workflow_handle = await client.start_workflow(
321321
ToolsWorkflow.run,
322-
"What is the weather in Seattle, WA?",
322+
"What is the weather in Tokio?",
323323
id=f"tools-workflow-{uuid.uuid4()}",
324324
task_queue=worker.task_queue,
325325
execution_timeout=timedelta(seconds=5),

0 commit comments

Comments
 (0)