Class: Esp::Providers::Completion
- Inherits:
-
Struct
- Object
- Struct
- Esp::Providers::Completion
- Defined in:
- lib/esp/providers.rb
Instance Attribute Summary collapse
-
#raw ⇒ Object
Returns the value of attribute raw.
-
#text ⇒ Object
Returns the value of attribute text.
-
#tool_calls ⇒ Object
Returns the value of attribute tool_calls.
Instance Attribute Details
#raw ⇒ Object
Returns the value of attribute raw
17 18 19 |
# File 'lib/esp/providers.rb', line 17 def raw @raw end |
#text ⇒ Object
Returns the value of attribute text
17 18 19 |
# File 'lib/esp/providers.rb', line 17 def text @text end |
#tool_calls ⇒ Object
Returns the value of attribute tool_calls
17 18 19 |
# File 'lib/esp/providers.rb', line 17 def tool_calls @tool_calls end |