Class: Copilot::ToolInvocation
- Inherits:
-
Struct
- Object
- Struct
- Copilot::ToolInvocation
- Defined in:
- lib/copilot/types.rb
Overview
Context provided to a tool handler when invoked.
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id.
-
#tool_name ⇒ Object
Returns the value of attribute tool_name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
58 59 60 |
# File 'lib/copilot/types.rb', line 58 def arguments @arguments end |
#session_id ⇒ Object
Returns the value of attribute session_id
58 59 60 |
# File 'lib/copilot/types.rb', line 58 def session_id @session_id end |
#tool_call_id ⇒ Object
Returns the value of attribute tool_call_id
58 59 60 |
# File 'lib/copilot/types.rb', line 58 def tool_call_id @tool_call_id end |
#tool_name ⇒ Object
Returns the value of attribute tool_name
58 59 60 |
# File 'lib/copilot/types.rb', line 58 def tool_name @tool_name end |