Method: LlmMemory::Store#delete

Defined in:
lib/llm_memory/store.rb

#deleteObject

Raises:

  • (NotImplementedError)


34
35
36
# File 'lib/llm_memory/store.rb', line 34

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