Class: RubyLLM::ToolConcurrency::Result
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::ToolConcurrency::Result
- Defined in:
- lib/ruby_llm/tool_concurrency.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#index ⇒ Object
Returns the value of attribute index.
-
#tool_call ⇒ Object
Returns the value of attribute tool_call.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
7 8 9 |
# File 'lib/ruby_llm/tool_concurrency.rb', line 7 def error @error end |
#index ⇒ Object
Returns the value of attribute index
7 8 9 |
# File 'lib/ruby_llm/tool_concurrency.rb', line 7 def index @index end |
#tool_call ⇒ Object
Returns the value of attribute tool_call
7 8 9 |
# File 'lib/ruby_llm/tool_concurrency.rb', line 7 def tool_call @tool_call end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/ruby_llm/tool_concurrency.rb', line 7 def value @value end |