toJson method
Implementation
@override
Object toJson() => {
if (ragCorpora.isNotDefault) 'ragCorpora': ragCorpora,
if (ragResources.isNotDefault) 'ragResources': encodeList(ragResources),
if (vectorDistanceThreshold != null)
'vectorDistanceThreshold': encodeDouble(vectorDistanceThreshold),
};