Class: Pikuri::Agent::Event::ToolCall
- Inherits:
-
Data
- Object
- Data
- Pikuri::Agent::Event::ToolCall
- Defined in:
- lib/pikuri/agent/event.rb
Overview
A tool the LLM requested but hasn't observed yet. arguments is
the raw hash ruby_llm parsed from the model's tool_calls JSON —
unvalidated. Emitted by before_tool_call.
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
72 73 74 |
# File 'lib/pikuri/agent/event.rb', line 72 def arguments @arguments end |
#name ⇒ Object (readonly)
Returns the value of attribute name
72 73 74 |
# File 'lib/pikuri/agent/event.rb', line 72 def name @name end |