mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
3.1 KiB
3.1 KiB
ChatCompletionChunkChoiceDeltaToolCall
Tool call delta for streaming responses
Fields
| Field | Type | Required | Description |
|---|---|---|---|
index |
float | ✔️ | Tool call index in the array |
id |
Optional[str] | ➖ | Tool call identifier |
type |
Optional[models.ChatCompletionChunkChoiceDeltaToolCallType] | ➖ | Tool call type |
function |
Optional[models.ChatCompletionChunkChoiceDeltaToolCallFunction] | ➖ | Function call details |