ChatChunkChoice

ChatChunkChoice
ChatChunkChoice
JSON Example
{
    "index": 0,
    "finish_reason": "string",
    "delta": {
        "role": "string",
        "content": "string",
        "tool_calls": [
            {
                "index": 0,
                "id": "string",
                "type": "string",
                "function": {
                    "name": "string",
                    "arguments": "string"
                }
            }
        ]
    }
}
integer
index
Required  

index

string
finish_reason
Optional

finish_reason

delta
Required  

delta