Files

16 lines
298 B
JSON
Raw Permalink Normal View History

{
"id": "chatcmpl-sanitized",
"object": "chat.completion.chunk",
"model": "reasoning-model",
"choices": [
{
"index": 0,
"delta": {
"reasoning_content": "preferred reasoning",
"reasoning": "fallback reasoning"
},
"finish_reason": null
}
]
}