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
18 19 20 |
# File 'lib/agent_harness/providers/codex.rb', line 18 def end |
#raw_event ⇒ Object
Returns the value of attribute raw_event
18 19 20 |
# File 'lib/agent_harness/providers/codex.rb', line 18 def raw_event @raw_event end |
#tokens ⇒ Object
Returns the value of attribute tokens
18 19 20 |
# File 'lib/agent_harness/providers/codex.rb', line 18 def tokens @tokens end |
#tool_name ⇒ Object
Returns the value of attribute tool_name
18 19 20 |
# File 'lib/agent_harness/providers/codex.rb', line 18 def tool_name @tool_name end |
#turn ⇒ Object
Returns the value of attribute turn
18 19 20 |
# File 'lib/agent_harness/providers/codex.rb', line 18 def turn @turn end |
#type ⇒ Object
Returns the value of attribute type
18 19 20 |
# File 'lib/agent_harness/providers/codex.rb', line 18 def type @type end |