mirror of
https://github.com/openai/codex.git
synced 2026-04-28 00:25:56 +00:00
fix
This commit is contained in:
11
codex-rs/protocol/tests/fixtures/rollouts/response_item/function_call.json
vendored
Normal file
11
codex-rs/protocol/tests/fixtures/rollouts/response_item/function_call.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"timestamp": "2025-01-02T03:04:05.678Z",
|
||||
"type": "response_item",
|
||||
"payload": {
|
||||
"type": "function_call",
|
||||
"id": "legacy-function",
|
||||
"name": "shell",
|
||||
"arguments": "{\"command\":[\"echo\",\"hi\"]}",
|
||||
"call_id": "call-123"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user