Class: OllamaAgent::Memory::ShortTerm::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/ollama_agent/memory/short_term.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



10
11
12
# File 'lib/ollama_agent/memory/short_term.rb', line 10

def content
  @content
end

#tsObject (readonly)

Returns the value of attribute ts

Returns:

  • (Object)

    the current value of ts



10
11
12
# File 'lib/ollama_agent/memory/short_term.rb', line 10

def ts
  @ts
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/ollama_agent/memory/short_term.rb', line 10

def type
  @type
end