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_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



14
15
16
# File 'lib/agent_harness/providers/codex.rb', line 14

def error_message
  @error_message
end

#raw_eventObject

Returns the value of attribute raw_event

Returns:

  • (Object)

    the current value of raw_event



14
15
16
# File 'lib/agent_harness/providers/codex.rb', line 14

def raw_event
  @raw_event
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



14
15
16
# File 'lib/agent_harness/providers/codex.rb', line 14

def tokens
  @tokens
end

#tool_nameObject

Returns the value of attribute tool_name

Returns:

  • (Object)

    the current value of tool_name



14
15
16
# File 'lib/agent_harness/providers/codex.rb', line 14

def tool_name
  @tool_name
end

#turnObject

Returns the value of attribute turn

Returns:

  • (Object)

    the current value of turn



14
15
16
# File 'lib/agent_harness/providers/codex.rb', line 14

def turn
  @turn
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



14
15
16
# File 'lib/agent_harness/providers/codex.rb', line 14

def type
  @type
end