Name | Type | Description | Notes |
---|---|---|---|
type | String | Always `logs`. | |
logs | String | The text output from the Code Interpreter tool call. |
require 'openapi_client'
instance = OpenapiClient::RunStepDetailsToolCallsCodeOutputLogsObject.new(
type: null,
logs: null
)