Class: Pikuri::Agent::Message::ToolCall

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/agent/message.rb

Overview

A tool invocation the LLM has requested but not yet observed. Arguments are the raw hash ruby_llm parsed from the model’s tool_calls JSON — no validation has run yet.

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



46
47
48
# File 'lib/pikuri/agent/message.rb', line 46

def arguments
  @arguments
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



46
47
48
# File 'lib/pikuri/agent/message.rb', line 46

def name
  @name
end