ChatResult constructor
const
ChatResult({})
Implementation
const ChatResult({
required this.providerId,
required this.model,
required this.content,
this.usage = const ChatUsage(),
this.raw = const {},
});
const ChatResult({
required this.providerId,
required this.model,
required this.content,
this.usage = const ChatUsage(),
this.raw = const {},
});