Class: OllamaAgent::Memory::LongTerm::Entry
- Inherits:
-
Data
- Object
- Data
- OllamaAgent::Memory::LongTerm::Entry
- Defined in:
- lib/ollama_agent/memory/long_term.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#namespace ⇒ Object
readonly
Returns the value of attribute namespace.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
15 16 17 |
# File 'lib/ollama_agent/memory/long_term.rb', line 15 def created_at @created_at end |
#key ⇒ Object (readonly)
Returns the value of attribute key
15 16 17 |
# File 'lib/ollama_agent/memory/long_term.rb', line 15 def key @key end |
#namespace ⇒ Object (readonly)
Returns the value of attribute namespace
15 16 17 |
# File 'lib/ollama_agent/memory/long_term.rb', line 15 def namespace @namespace end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
15 16 17 |
# File 'lib/ollama_agent/memory/long_term.rb', line 15 def updated_at @updated_at end |
#value ⇒ Object (readonly)
Returns the value of attribute value
15 16 17 |
# File 'lib/ollama_agent/memory/long_term.rb', line 15 def value @value end |