Class: RubyLLM::Team::Artifact

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

Overview

One immutable, successful output published by a coworker call.

Instance Attribute Summary collapse

Instance Attribute Details

#call_indexObject

Returns the value of attribute call_index

Returns:

  • (Object)

    the current value of call_index



6
7
8
# File 'lib/ruby_llm/team/artifact.rb', line 6

def call_index
  @call_index
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/ruby_llm/team/artifact.rb', line 6

def name
  @name
end

#producerObject

Returns the value of attribute producer

Returns:

  • (Object)

    the current value of producer



6
7
8
# File 'lib/ruby_llm/team/artifact.rb', line 6

def producer
  @producer
end

#sourcesObject

Returns the value of attribute sources

Returns:

  • (Object)

    the current value of sources



6
7
8
# File 'lib/ruby_llm/team/artifact.rb', line 6

def sources
  @sources
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/ruby_llm/team/artifact.rb', line 6

def value
  @value
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



6
7
8
# File 'lib/ruby_llm/team/artifact.rb', line 6

def version
  @version
end