Class: RubynCode::LLM::ToolUseBlock

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/llm/message_builder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



17
18
19
# File 'lib/rubyn_code/llm/message_builder.rb', line 17

def id
  @id
end

#inputObject (readonly)

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



17
18
19
# File 'lib/rubyn_code/llm/message_builder.rb', line 17

def input
  @input
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/rubyn_code/llm/message_builder.rb', line 17

def name
  @name
end

Instance Method Details

#typeObject



18
# File 'lib/rubyn_code/llm/message_builder.rb', line 18

def type = 'tool_use'