Class: LittleGhost::CodeMode::Javascript::Session::ToolCall

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/code_mode/javascript/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



15
16
17
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15

def arguments
  @arguments
end

#call_idObject (readonly)

Returns the value of attribute call_id

Returns:

  • (Object)

    the current value of call_id



15
16
17
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15

def call_id
  @call_id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15

def name
  @name
end

#program_idObject (readonly)

Returns the value of attribute program_id

Returns:

  • (Object)

    the current value of program_id



15
16
17
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15

def program_id
  @program_id
end