2026-08-21 18:30:13 +08:00
|
|
|
{
|
|
|
|
|
"id": "chatcmpl-sanitized",
|
|
|
|
|
"object": "chat.completion.chunk",
|
|
|
|
|
"model": "reasoning-model",
|
|
|
|
|
"choices": [
|
|
|
|
|
{
|
|
|
|
|
"index": 0,
|
|
|
|
|
"delta": {
|
|
|
|
|
"reasoning_content": "preferred reasoning",
|
|
|
|
|
"reasoning": "fallback reasoning"
|
|
|
|
|
},
|
|
|
|
|
"finish_reason": null
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|