class

OpenAI::RunStepDeltaStepDetailsToolCallsCodeOutputLogsObject

Inherits JSON::Serializable < Reference < Object

Text output from the Code Interpreter tool call as part of a run step.

Constructors

new(index : Int64 = 0, type_value : RunStepDeltaStepDetailsToolCallsCodeOutputLogsObjectType = RunStepDeltaStepDetailsToolCallsCodeOutputLogsObjectType::Logs, logs : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

index

The index of the output in the outputs array.

Source
index=(index : Int64)

The index of the output in the outputs array.

Source
logs

The text output from the Code Interpreter tool call.

Source
logs=(logs : String | Nil)

The text output from the Code Interpreter tool call.

Source
type_value

Always logs.

Source
type_value=(type_value : RunStepDeltaStepDetailsToolCallsCodeOutputLogsObjectType)

Always logs.

Source