Class: AgentHarness::Providers::Codex::StreamingEvent
- Inherits:
-
Struct
- Object
- Struct
- AgentHarness::Providers::Codex::StreamingEvent
- Defined in:
- lib/agent_harness/providers/codex.rb
Instance Attribute Summary collapse
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#raw_event ⇒ Object
Returns the value of attribute raw_event.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
-
#tool_name ⇒ Object
Returns the value of attribute tool_name.
-
#turn ⇒ Object
Returns the value of attribute turn.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#error_message ⇒ Object
Returns the value of attribute error_message
16 17 18 |
# File 'lib/agent_harness/providers/codex.rb', line 16 def @error_message end |
#raw_event ⇒ Object
Returns the value of attribute raw_event
16 17 18 |
# File 'lib/agent_harness/providers/codex.rb', line 16 def raw_event @raw_event end |
#tokens ⇒ Object
Returns the value of attribute tokens
16 17 18 |
# File 'lib/agent_harness/providers/codex.rb', line 16 def tokens @tokens end |
#tool_name ⇒ Object
Returns the value of attribute tool_name
16 17 18 |
# File 'lib/agent_harness/providers/codex.rb', line 16 def tool_name @tool_name end |
#turn ⇒ Object
Returns the value of attribute turn
16 17 18 |
# File 'lib/agent_harness/providers/codex.rb', line 16 def turn @turn end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/agent_harness/providers/codex.rb', line 16 def type @type end |