Class: Octoryn::StreamEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/octoryn/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



35
36
37
# File 'lib/octoryn/types.rb', line 35

def error
  @error
end

#finish_reasonObject (readonly)

Returns the value of attribute finish_reason

Returns:

  • (Object)

    the current value of finish_reason



35
36
37
# File 'lib/octoryn/types.rb', line 35

def finish_reason
  @finish_reason
end

#octorynObject (readonly)

Returns the value of attribute octoryn

Returns:

  • (Object)

    the current value of octoryn



35
36
37
# File 'lib/octoryn/types.rb', line 35

def octoryn
  @octoryn
end

#provider_eventObject (readonly)

Returns the value of attribute provider_event

Returns:

  • (Object)

    the current value of provider_event



35
36
37
# File 'lib/octoryn/types.rb', line 35

def provider_event
  @provider_event
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



35
36
37
# File 'lib/octoryn/types.rb', line 35

def text
  @text
end

#tool_callObject (readonly)

Returns the value of attribute tool_call

Returns:

  • (Object)

    the current value of tool_call



35
36
37
# File 'lib/octoryn/types.rb', line 35

def tool_call
  @tool_call
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



35
36
37
# File 'lib/octoryn/types.rb', line 35

def type
  @type
end

#usageObject (readonly)

Returns the value of attribute usage

Returns:

  • (Object)

    the current value of usage



35
36
37
# File 'lib/octoryn/types.rb', line 35

def usage
  @usage
end