Class: Mistri::Providers::OpenAI::Assembler::Builder
- Inherits:
-
Struct
- Object
- Struct
- Mistri::Providers::OpenAI::Assembler::Builder
- Defined in:
- lib/mistri/providers/openai/assembler.rb
Instance Attribute Summary collapse
-
#argument_bytes ⇒ Object
Returns the value of attribute argument_bytes.
-
#argument_error ⇒ Object
Returns the value of attribute argument_error.
-
#argument_preview ⇒ Object
Returns the value of attribute argument_preview.
-
#call_id ⇒ Object
Returns the value of attribute call_id.
-
#index ⇒ Object
Returns the value of attribute index.
-
#item_id ⇒ Object
Returns the value of attribute item_id.
-
#json ⇒ Object
Returns the value of attribute json.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#output_index ⇒ Object
Returns the value of attribute output_index.
-
#preview_bytes ⇒ Object
Returns the value of attribute preview_bytes.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#argument_bytes ⇒ Object
Returns the value of attribute argument_bytes
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def argument_bytes @argument_bytes end |
#argument_error ⇒ Object
Returns the value of attribute argument_error
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def argument_error @argument_error end |
#argument_preview ⇒ Object
Returns the value of attribute argument_preview
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def argument_preview @argument_preview end |
#call_id ⇒ Object
Returns the value of attribute call_id
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def call_id @call_id end |
#index ⇒ Object
Returns the value of attribute index
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def index @index end |
#item_id ⇒ Object
Returns the value of attribute item_id
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def item_id @item_id end |
#json ⇒ Object
Returns the value of attribute json
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def json @json end |
#kind ⇒ Object
Returns the value of attribute kind
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def name @name end |
#output_index ⇒ Object
Returns the value of attribute output_index
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def output_index @output_index end |
#preview_bytes ⇒ Object
Returns the value of attribute preview_bytes
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def preview_bytes @preview_bytes end |
#text ⇒ Object
Returns the value of attribute text
95 96 97 |
# File 'lib/mistri/providers/openai/assembler.rb', line 95 def text @text end |