Class: PhaseoAgentSdk::ToolCall
- Inherits:
-
Struct
- Object
- Struct
- PhaseoAgentSdk::ToolCall
- Defined in:
- lib/phaseo_agent_sdk.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#input ⇒ Object
Returns the value of attribute input.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
17 18 19 |
# File 'lib/phaseo_agent_sdk.rb', line 17 def id @id end |
#input ⇒ Object
Returns the value of attribute input
17 18 19 |
# File 'lib/phaseo_agent_sdk.rb', line 17 def input @input end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/phaseo_agent_sdk.rb', line 17 def name @name end |