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

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



76
77
78
# File 'lib/mistri/providers/openai/assembler.rb', line 76

def index
  @index
end

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



76
77
78
# File 'lib/mistri/providers/openai/assembler.rb', line 76

def json
  @json
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



76
77
78
# File 'lib/mistri/providers/openai/assembler.rb', line 76

def kind
  @kind
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



76
77
78
# File 'lib/mistri/providers/openai/assembler.rb', line 76

def text
  @text
end