GenerationConfig_ThinkingConfig.fromJson constructor
Implementation
factory GenerationConfig_ThinkingConfig.fromJson(Map<String, dynamic> json) {
return GenerationConfig_ThinkingConfig(
includeThoughts: json['includeThoughts'],
thinkingBudget: json['thinkingBudget'],
);
}