copyWith method
Implementation
LLMUsageOutput copyWith({Map<String, dynamic>? modelUsage}) {
return LLMUsageOutput(modelUsage: modelUsage ?? this.modelUsage);
}
LLMUsageOutput copyWith({Map<String, dynamic>? modelUsage}) {
return LLMUsageOutput(modelUsage: modelUsage ?? this.modelUsage);
}