factory RetrieveContextsResponse.fromJson(Map<String, dynamic> json) { return RetrieveContextsResponse( contexts: decode(json['contexts'], RagContexts.fromJson), ); }