ExBifrost. Model. CreateChatCompletion200ResponseChoicesInnerDelta
(ex_bifrost v0.1.0)
Copy Markdown
View Source
For streaming chat completions
Summary
Types
@type t() :: %ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerDelta{ audio: ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerDeltaAudio.t() | nil, content: String.t() | nil, reasoning: String.t() | nil, reasoning_details: [ ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerDeltaReasoningDetailsInner.t() ] | nil, refusal: String.t() | nil, role: String.t() | nil, tool_calls: [ ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerDeltaToolCallsInner.t() ] | nil }