Class: Ask::Agent::ToolCallInfo
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::ToolCallInfo
- Defined in:
- lib/ask/agent/chat.rb
Overview
Tool call data used in ResponseMessage and ChatChunk.
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
13 14 15 |
# File 'lib/ask/agent/chat.rb', line 13 def arguments @arguments end |
#id ⇒ Object (readonly)
Returns the value of attribute id
13 14 15 |
# File 'lib/ask/agent/chat.rb', line 13 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
13 14 15 |
# File 'lib/ask/agent/chat.rb', line 13 def name @name end |