Class: OllamaAgent::RuntimeCommandSystem::GhostText
- Inherits:
-
Struct
- Object
- Struct
- OllamaAgent::RuntimeCommandSystem::GhostText
- Defined in:
- lib/ollama_agent/runtime_command_system/ghost_text.rb
Instance Attribute Summary collapse
-
#full_completion ⇒ Object
Returns the value of attribute full_completion.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
-
#suggestion ⇒ Object
Returns the value of attribute suggestion.
Instance Attribute Details
#full_completion ⇒ Object
Returns the value of attribute full_completion
5 6 7 |
# File 'lib/ollama_agent/runtime_command_system/ghost_text.rb', line 5 def full_completion @full_completion end |
#suffix ⇒ Object
Returns the value of attribute suffix
5 6 7 |
# File 'lib/ollama_agent/runtime_command_system/ghost_text.rb', line 5 def suffix @suffix end |
#suggestion ⇒ Object
Returns the value of attribute suggestion
5 6 7 |
# File 'lib/ollama_agent/runtime_command_system/ghost_text.rb', line 5 def suggestion @suggestion end |