class

OpenAI::RunStepDetailsToolCallsCodeOutputLogsObject

Inherits JSON::Serializable < Reference < Object

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

Constructors

new(type_value : RunStepDetailsToolCallsCodeOutputLogsObjectType = RunStepDetailsToolCallsCodeOutputLogsObjectType::Logs, logs : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

logs

The text output from the Code Interpreter tool call.

Source
logs=(logs : String)

The text output from the Code Interpreter tool call.

Source
type_value

Always logs.

Source
type_value=(type_value : RunStepDetailsToolCallsCodeOutputLogsObjectType)

Always logs.

Source