MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / save_memory

Method save_memory

autochain/memory/base.py:31–32  ·  view source on GitHub ↗

Save the context of this model run to memory.

(self, key: str, value: Any)

Source from the content-addressed store, hash-verified

29
30 @abstractmethod
31 def save_memory(self, key: str, value: Any) -> None:
32 """Save the context of this model run to memory."""
33
34 @abstractmethod
35 def save_conversation(

Callers 2

take_next_stepMethod · 0.45
prep_outputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected