Method: LlmMemory::Store#list

Defined in:
lib/llm_memory/store.rb

#listObject

Raises:

  • (NotImplementedError)


30
31
32
# File 'lib/llm_memory/store.rb', line 30

def list
  raise NotImplementedError, "Each store must implement the 'list' method."
end