toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (model != null) 'model': model!,
if (modelOutput != null) 'modelOutput': modelOutput!,
if (renderedPrompt != null) 'renderedPrompt': renderedPrompt!,
};