Class: Ask::Agent::Events::ToolCallDelta
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ToolCallDelta
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
14 15 16 |
# File 'lib/ask/agent/events.rb', line 14 def arguments @arguments end |
#id ⇒ Object (readonly)
Returns the value of attribute id
14 15 16 |
# File 'lib/ask/agent/events.rb', line 14 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/ask/agent/events.rb', line 14 def name @name end |