CreateMessageResult constructor
const
CreateMessageResult({})
Implementation
const CreateMessageResult({
required this.model,
this.stopReason,
required this.role,
required this.content,
this.toolCalls,
});
const CreateMessageResult({
required this.model,
this.stopReason,
required this.role,
required this.content,
this.toolCalls,
});