Class: RubyCoded::Chat::CodexBridge::SSEParser::StreamContext
- Inherits:
-
Struct
- Object
- Struct
- RubyCoded::Chat::CodexBridge::SSEParser::StreamContext
- Defined in:
- lib/ruby_coded/chat/codex_bridge/sse_parser.rb
Instance Attribute Summary collapse
-
#assistant_text ⇒ Object
Returns the value of attribute assistant_text.
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#pending_tool_calls ⇒ Object
Returns the value of attribute pending_tool_calls.
-
#raw_body ⇒ Object
Returns the value of attribute raw_body.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#assistant_text ⇒ Object
Returns the value of attribute assistant_text
9 10 11 |
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9 def assistant_text @assistant_text end |
#buffer ⇒ Object
Returns the value of attribute buffer
9 10 11 |
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9 def buffer @buffer end |
#pending_tool_calls ⇒ Object
Returns the value of attribute 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_body ⇒ Object
Returns the value of attribute raw_body
9 10 11 |
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9 def raw_body @raw_body end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/ruby_coded/chat/codex_bridge/sse_parser.rb', line 9 def status @status end |