Class: Octoryn::TextResult
- Inherits:
-
Data
- Object
- Data
- Octoryn::TextResult
- Defined in:
- lib/octoryn/types.rb
Instance Attribute Summary collapse
-
#finish_reason ⇒ Object
readonly
Returns the value of attribute finish_reason.
-
#octoryn ⇒ Object
readonly
Returns the value of attribute octoryn.
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#tool_calls ⇒ Object
readonly
Returns the value of attribute tool_calls.
-
#usage ⇒ Object
readonly
Returns the value of attribute usage.
Instance Attribute Details
#finish_reason ⇒ Object (readonly)
Returns the value of attribute finish_reason
24 25 26 |
# File 'lib/octoryn/types.rb', line 24 def finish_reason @finish_reason end |
#octoryn ⇒ Object (readonly)
Returns the value of attribute octoryn
24 25 26 |
# File 'lib/octoryn/types.rb', line 24 def octoryn @octoryn end |
#response ⇒ Object (readonly)
Returns the value of attribute response
24 25 26 |
# File 'lib/octoryn/types.rb', line 24 def response @response end |
#text ⇒ Object (readonly)
Returns the value of attribute text
24 25 26 |
# File 'lib/octoryn/types.rb', line 24 def text @text end |
#tool_calls ⇒ Object (readonly)
Returns the value of attribute tool_calls
24 25 26 |
# File 'lib/octoryn/types.rb', line 24 def tool_calls @tool_calls end |
#usage ⇒ Object (readonly)
Returns the value of attribute usage
24 25 26 |
# File 'lib/octoryn/types.rb', line 24 def usage @usage end |