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

Method load_conversation

autochain/memory/base.py:27–28  ·  view source on GitHub ↗

Return key-value pairs given the text input to the chain.

(self, **kwargs)

Source from the content-addressed store, hash-verified

25
26 @abstractmethod
27 def load_conversation(self, **kwargs) -> ChatMessageHistory:
28 """Return key-value pairs given the text input to the chain."""
29
30 @abstractmethod
31 def save_memory(self, key: str, value: Any) -> None:

Callers 2

prep_inputsMethod · 0.45
_runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected