Class: OllamaAgent::RuntimeCommandSystem::GhostText

Inherits:
Struct
  • Object
show all
Defined in:
lib/ollama_agent/runtime_command_system/ghost_text.rb

Instance Attribute Summary collapse

Instance Attribute Details

#full_completionObject

Returns the value of attribute full_completion

Returns:

  • (Object)

    the current value of full_completion



5
6
7
# File 'lib/ollama_agent/runtime_command_system/ghost_text.rb', line 5

def full_completion
  @full_completion
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



5
6
7
# File 'lib/ollama_agent/runtime_command_system/ghost_text.rb', line 5

def suffix
  @suffix
end

#suggestionObject

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



5
6
7
# File 'lib/ollama_agent/runtime_command_system/ghost_text.rb', line 5

def suggestion
  @suggestion
end