Class: RubyCoded::Chat::CodexBridge::SSEParser::StreamContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_coded/chat/codex_bridge/sse_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_textObject

Returns the value of attribute assistant_text

Returns:

  • (Object)

    the current value of assistant_text



9
10
11
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9

def assistant_text
  @assistant_text
end

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



9
10
11
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9

def buffer
  @buffer
end

#pending_tool_callsObject

Returns the value of attribute pending_tool_calls

Returns:

  • (Object)

    the current value of pending_tool_calls



9
10
11
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9

def pending_tool_calls
  @pending_tool_calls
end

#raw_bodyObject

Returns the value of attribute raw_body

Returns:

  • (Object)

    the current value of raw_body



9
10
11
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9

def raw_body
  @raw_body
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



9
10
11
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9

def status
  @status
end