Class: Rixie::Message::Tool

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



8
9
10
# File 'lib/rixie/message.rb', line 8

def content
  @content
end

#tool_call_idObject (readonly)

Returns the value of attribute tool_call_id

Returns:

  • (Object)

    the current value of tool_call_id



8
9
10
# File 'lib/rixie/message.rb', line 8

def tool_call_id
  @tool_call_id
end