toJson method
Implementation
@override
Object toJson() => {
if (ragCorpora.isNotDefault) 'ragCorpora': ragCorpora,
if (ragResources.isNotDefault)
'ragResources': [for (final i in ragResources) i.toJson()],
if (vectorDistanceThreshold case final vectorDistanceThreshold?)
'vectorDistanceThreshold': encodeDouble(vectorDistanceThreshold),
};