Class: Esp::Providers::Completion

Inherits:
Struct
  • Object
show all
Defined in:
lib/esp/providers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rawObject

Returns the value of attribute raw

Returns:

  • (Object)

    the current value of raw



17
18
19
# File 'lib/esp/providers.rb', line 17

def raw
  @raw
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



17
18
19
# File 'lib/esp/providers.rb', line 17

def text
  @text
end

#tool_callsObject

Returns the value of attribute tool_calls

Returns:

  • (Object)

    the current value of tool_calls



17
18
19
# File 'lib/esp/providers.rb', line 17

def tool_calls
  @tool_calls
end