Class: LittleGhost::CodeMode::Javascript::Session::ToolCall
- Inherits:
-
Data
- Object
- Data
- LittleGhost::CodeMode::Javascript::Session::ToolCall
- Defined in:
- lib/little_ghost/code_mode/javascript/session.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#call_id ⇒ Object
readonly
Returns the value of attribute call_id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#program_id ⇒ Object
readonly
Returns the value of attribute program_id.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
15 16 17 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15 def arguments @arguments end |
#call_id ⇒ Object (readonly)
Returns the value of attribute call_id
15 16 17 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15 def call_id @call_id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
15 16 17 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15 def name @name end |
#program_id ⇒ Object (readonly)
Returns the value of attribute program_id
15 16 17 |
# File 'lib/little_ghost/code_mode/javascript/session.rb', line 15 def program_id @program_id end |