ReasoningEngineContextSpec.fromJson constructor
Implementation
factory ReasoningEngineContextSpec.fromJson(Map<String, dynamic> json) {
return ReasoningEngineContextSpec(
memoryBankConfig: decode(
json['memoryBankConfig'],
ReasoningEngineContextSpec_MemoryBankConfig.fromJson,
),
);
}