Class: Mistri::Providers::OpenAI::Assembler::Builder

Inherits:
Struct
  • Object
show all
Defined in:
lib/mistri/providers/openai/assembler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argument_bytesObject

Returns the value of attribute argument_bytes

Returns:

  • (Object)

    the current value of argument_bytes



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def argument_bytes
  @argument_bytes
end

#argument_errorObject

Returns the value of attribute argument_error

Returns:

  • (Object)

    the current value of argument_error



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def argument_error
  @argument_error
end

#argument_previewObject

Returns the value of attribute argument_preview

Returns:

  • (Object)

    the current value of argument_preview



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def argument_preview
  @argument_preview
end

#call_idObject

Returns the value of attribute call_id

Returns:

  • (Object)

    the current value of call_id



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def call_id
  @call_id
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def index
  @index
end

#item_idObject

Returns the value of attribute item_id

Returns:

  • (Object)

    the current value of item_id



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def item_id
  @item_id
end

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def json
  @json
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def name
  @name
end

#output_indexObject

Returns the value of attribute output_index

Returns:

  • (Object)

    the current value of output_index



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def output_index
  @output_index
end

#preview_bytesObject

Returns the value of attribute preview_bytes

Returns:

  • (Object)

    the current value of preview_bytes



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def preview_bytes
  @preview_bytes
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



95
96
97
# File 'lib/mistri/providers/openai/assembler.rb', line 95

def text
  @text
end