Class: OllamaAgent::Memory::ShortTerm::Entry
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Memory::ShortTerm::Entry
- Defined in:
- lib/ollama_agent/memory/short_term.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#ts ⇒ Object
readonly
Returns the value of attribute ts.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
10 11 12 |
# File 'lib/ollama_agent/memory/short_term.rb', line 10 def content @content end |
#ts ⇒ Object (readonly)
Returns the value of attribute ts
10 11 12 |
# File 'lib/ollama_agent/memory/short_term.rb', line 10 def ts @ts end |
#type ⇒ Object (readonly)
Returns the value of attribute type
10 11 12 |
# File 'lib/ollama_agent/memory/short_term.rb', line 10 def type @type end |