Class: LLM::Shell::Command::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/llm/shell/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#botObject

Returns the value of attribute bot

Returns:

  • (Object)

    the current value of bot



6
7
8
# File 'lib/llm/shell/command.rb', line 6

def bot
  @bot
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



6
7
8
# File 'lib/llm/shell/command.rb', line 6

def io
  @io
end