ChatCompletionMessage constructor
ChatCompletionMessage({})
Implementation
ChatCompletionMessage({
required this.role,
this.content,
this.reasoningContent,
this.toolCalls,
this.annotations,
});
ChatCompletionMessage({
required this.role,
this.content,
this.reasoningContent,
this.toolCalls,
this.annotations,
});