first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class MemoryExtractor:
|
||||
def __init__(self, llm_client):
|
||||
self.llm_client = llm_client
|
||||
|
||||
def extract_from_conversation(self, conversation):
|
||||
pass
|
||||
Reference in New Issue
Block a user