Sergei Polevikov
Results
1
comments of
Sergei Polevikov
> As a workaround, you can define this class and use it instead. > > ``` > class AnswerConversationBufferMemory(ConversationBufferMemory): > def save_context(self, inputs: Dict[str, Any], outputs: Dict[str, str]) -> None:...