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



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

def assistant_text
  @assistant_text
end

#bufferObject

Returns the value of attribute buffer

Returns:

  • (Object)

    the current value of buffer



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

def buffer
  @buffer
end

#pending_tool_callsObject

Returns the value of attribute pending_tool_calls

Returns:

  • (Object)

    the current value of pending_tool_calls



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

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



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

def raw_body
  @raw_body
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end