mirror of
https://github.com/openai/codex.git
synced 2026-05-01 20:02:05 +03:00
16 lines
278 B
JSON
16 lines
278 B
JSON
{
|
|
"timestamp": "2025-01-02T03:04:05.678Z",
|
|
"type": "response_item",
|
|
"payload": {
|
|
"type": "message",
|
|
"id": "legacy-message",
|
|
"role": "assistant",
|
|
"content": [
|
|
{
|
|
"type": "output_text",
|
|
"text": "Hello from assistant"
|
|
}
|
|
]
|
|
}
|
|
}
|