ChatCompletionDelta constructor
ChatCompletionDelta({
- String? role,
- String? content,
- String? reasoningContent,
- List<
ChatCompletionChunkToolCall> ? toolCalls,
Implementation
ChatCompletionDelta({
this.role,
this.content,
this.reasoningContent,
this.toolCalls,
});