Class: RubynCode::LLM::ToolUseBlock
- Inherits:
-
Data
- Object
- Data
- RubynCode::LLM::ToolUseBlock
- Defined in:
- lib/rubyn_code/llm/message_builder.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#input ⇒ Object
readonly
Returns the value of attribute input.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
9 10 11 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 9 def id @id end |
#input ⇒ Object (readonly)
Returns the value of attribute input
9 10 11 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 9 def input @input end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 9 def name @name end |
Instance Method Details
#type ⇒ Object
10 |
# File 'lib/rubyn_code/llm/message_builder.rb', line 10 def type = 'tool_use' |