Class: RubyLLM::Team::Artifact
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Team::Artifact
- Defined in:
- lib/ruby_llm/team/artifact.rb
Overview
One immutable, successful output published by a coworker call.
Instance Attribute Summary collapse
-
#call_index ⇒ Object
Returns the value of attribute call_index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#producer ⇒ Object
Returns the value of attribute producer.
-
#sources ⇒ Object
Returns the value of attribute sources.
-
#value ⇒ Object
Returns the value of attribute value.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#call_index ⇒ Object
Returns the value of attribute call_index
6 7 8 |
# File 'lib/ruby_llm/team/artifact.rb', line 6 def call_index @call_index end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/ruby_llm/team/artifact.rb', line 6 def name @name end |
#producer ⇒ Object
Returns the value of attribute producer
6 7 8 |
# File 'lib/ruby_llm/team/artifact.rb', line 6 def producer @producer end |
#sources ⇒ Object
Returns the value of attribute sources
6 7 8 |
# File 'lib/ruby_llm/team/artifact.rb', line 6 def sources @sources end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/ruby_llm/team/artifact.rb', line 6 def value @value end |
#version ⇒ Object
Returns the value of attribute version
6 7 8 |
# File 'lib/ruby_llm/team/artifact.rb', line 6 def version @version end |