Skip to content

Commit ce5d6c6

Browse files
committed
chore: test fix
1 parent 3bb00fc commit ce5d6c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/servers/acp_server/__snapshots__/test_acp_via_acp_snapshots/TestExecuteCommandViaACP.test_execute_command_simple.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"command": "echo hello"
99
},
1010
"title": "Running: echo hello",
11-
"tool_call_id": "pyd_ai_tool_call_id__execute_command",
11+
"tool_call_id": "pyd_ai_tool_call_id__bash",
1212
"tool_name": "Running: echo hello",
1313
"type": "ToolCallStartEvent"
1414
},
@@ -25,7 +25,7 @@
2525
"replace_content": false,
2626
"status": "in_progress",
2727
"title": "Running: echo hello",
28-
"tool_call_id": "pyd_ai_tool_call_id__execute_command",
28+
"tool_call_id": "pyd_ai_tool_call_id__bash",
2929
"tool_input": null,
3030
"tool_name": null,
3131
"total": null,
@@ -44,7 +44,7 @@
4444
"replace_content": false,
4545
"status": "in_progress",
4646
"title": "hello\n",
47-
"tool_call_id": "pyd_ai_tool_call_id__execute_command",
47+
"tool_call_id": "pyd_ai_tool_call_id__bash",
4848
"tool_input": null,
4949
"tool_name": null,
5050
"total": null,
@@ -67,7 +67,7 @@
6767
"replace_content": false,
6868
"status": "in_progress",
6969
"title": "Process exited [✓ exit 0]",
70-
"tool_call_id": "pyd_ai_tool_call_id__execute_command",
70+
"tool_call_id": "pyd_ai_tool_call_id__bash",
7171
"tool_input": null,
7272
"tool_name": null,
7373
"total": null,
@@ -81,7 +81,7 @@
8181
"replace_content": false,
8282
"status": "completed",
8383
"title": null,
84-
"tool_call_id": "pyd_ai_tool_call_id__execute_command",
84+
"tool_call_id": "pyd_ai_tool_call_id__bash",
8585
"tool_input": null,
8686
"tool_name": null,
8787
"total": null,

0 commit comments

Comments
 (0)