Class: Ask::Agent::Events::ToolCallRepaired
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::ToolCallRepaired
- Defined in:
- lib/ask/agent/events.rb
Overview
Emitted when a malformed tool call (unparseable arguments or unknown tool) was repaired by the model before execution.
Instance Attribute Summary collapse
-
#corrected_arguments ⇒ Object
readonly
Returns the value of attribute corrected_arguments.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#original_arguments ⇒ Object
readonly
Returns the value of attribute original_arguments.
Instance Attribute Details
#corrected_arguments ⇒ Object (readonly)
Returns the value of attribute corrected_arguments
21 22 23 |
# File 'lib/ask/agent/events.rb', line 21 def corrected_arguments @corrected_arguments end |
#id ⇒ Object (readonly)
Returns the value of attribute id
21 22 23 |
# File 'lib/ask/agent/events.rb', line 21 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
21 22 23 |
# File 'lib/ask/agent/events.rb', line 21 def name @name end |
#original_arguments ⇒ Object (readonly)
Returns the value of attribute original_arguments
21 22 23 |
# File 'lib/ask/agent/events.rb', line 21 def original_arguments @original_arguments end |