Class: AgentHarness::Providers::Codex::StreamingEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/agent_harness/providers/codex.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ Object

Returns the value of attribute error_message

Returns:

  • (Object) —

    the current value of error_message



18
19
20
# File 'lib/agent_harness/providers/codex.rb', line 18

def error_message
  @error_message
end

#raw_event ⇒ Object

Returns the value of attribute raw_event

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of type



18
19
20
# File 'lib/agent_harness/providers/codex.rb', line 18

def type
  @type
end