Files
codex/codex-rs/protocol/tests/fixtures/rollouts/response_item/function_call.json
Ahmed Ibrahim 0ee8f304e9 feedback
2025-09-17 22:56:00 -07:00

12 lines
250 B
JSON

{
"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"
}
}