Class: Octoryn::StreamEvent
- Inherits:
-
Data
- Object
- Data
- Octoryn::StreamEvent
- Defined in:
- lib/octoryn/types.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#finish_reason ⇒ Object
readonly
Returns the value of attribute finish_reason.
-
#octoryn ⇒ Object
readonly
Returns the value of attribute octoryn.
-
#provider_event ⇒ Object
readonly
Returns the value of attribute provider_event.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#tool_call ⇒ Object
readonly
Returns the value of attribute tool_call.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#usage ⇒ Object
readonly
Returns the value of attribute usage.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def error @error end |
#finish_reason ⇒ Object (readonly)
Returns the value of attribute finish_reason
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def finish_reason @finish_reason end |
#octoryn ⇒ Object (readonly)
Returns the value of attribute octoryn
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def octoryn @octoryn end |
#provider_event ⇒ Object (readonly)
Returns the value of attribute provider_event
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def provider_event @provider_event end |
#text ⇒ Object (readonly)
Returns the value of attribute text
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def text @text end |
#tool_call ⇒ Object (readonly)
Returns the value of attribute tool_call
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def tool_call @tool_call end |
#type ⇒ Object (readonly)
Returns the value of attribute type
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def type @type end |
#usage ⇒ Object (readonly)
Returns the value of attribute usage
35 36 37 |
# File 'lib/octoryn/types.rb', line 35 def usage @usage end |