ChatStreamDelta - Go SDK
ChatStreamDelta - Go SDK
ChatStreamDelta type definition
The Go SDK and docs are currently in beta. Report issues on GitHub.
Delta changes in streaming response
ChatStreamDelta - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
Delta changes in streaming response
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Audio | *components.ChatAudioOutput | ➖ | N/A | {"data": "UklGRnoGAABXQVZFZm10IBAAAAABAAEAQB8AAEAfAAABAAgAZGF0YQoGAACBhYqFbF1f","expires_at": 1677652400,"id": "audio_abc123","transcript": "Hello! How can I help you today?"} |
Content | optionalnullable.OptionalNullable[string] | ➖ | Message content delta | Hello |
Reasoning | optionalnullable.OptionalNullable[string] | ➖ | Reasoning content delta | I need to |
ReasoningDetails | []components.ReasoningDetailUnion | ➖ | Reasoning details for extended thinking models | [{"text": "Let me think about this...","type": "text"}] |
Refusal | optionalnullable.OptionalNullable[string] | ➖ | Refusal message delta | <nil> |
Role | *components.ChatStreamDeltaRole | ➖ | The role of the message author | assistant |
ToolCalls | []components.ChatStreamToolCall | ➖ | Tool calls delta |