Class: Pikuri::Agent::History::ToolCall

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



83
84
85
# File 'lib/pikuri/agent/history.rb', line 83

def arguments
  @arguments
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



83
84
85
# File 'lib/pikuri/agent/history.rb', line 83

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



83
84
85
# File 'lib/pikuri/agent/history.rb', line 83

def name
  @name
end