Class: RubyLLM::ToolConcurrency::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_llm/tool_concurrency.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



7
8
9
# File 'lib/ruby_llm/tool_concurrency.rb', line 7

def error
  @error
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



7
8
9
# File 'lib/ruby_llm/tool_concurrency.rb', line 7

def index
  @index
end

#tool_callObject

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



7
8
9
# File 'lib/ruby_llm/tool_concurrency.rb', line 7

def tool_call
  @tool_call
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/ruby_llm/tool_concurrency.rb', line 7

def value
  @value
end