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



9
10
11
# File 'lib/rubyn_code/llm/message_builder.rb', line 9

def id
  @id
end

#inputObject (readonly)

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



9
10
11
# File 'lib/rubyn_code/llm/message_builder.rb', line 9

def input
  @input
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/rubyn_code/llm/message_builder.rb', line 9

def name
  @name
end

Instance Method Details

#typeObject



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

def type = 'tool_use'