Class: Pikuri::Agent::History::ToolCall
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::History::ToolCall
- Defined in:
- lib/pikuri/agent/history.rb
Overview
One tool call the assistant asked for. id is the provider's own
identifier and is load-bearing — the tool message answering this call
repeats it, and providers reject a pair that does not match.
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
83 84 85 |
# File 'lib/pikuri/agent/history.rb', line 83 def arguments @arguments end |
#id ⇒ Object (readonly)
Returns the value of attribute id
83 84 85 |
# File 'lib/pikuri/agent/history.rb', line 83 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
83 84 85 |
# File 'lib/pikuri/agent/history.rb', line 83 def name @name end |