Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

RunStepDetailsToolCallsCodeOutputLogsObject.md

File metadata and controls

20 lines (14 loc) · 449 Bytes

OpenapiClient::RunStepDetailsToolCallsCodeOutputLogsObject

Properties

Name Type Description Notes
type String Always `logs`.
logs String The text output from the Code Interpreter tool call.

Example

require 'openapi_client'

instance = OpenapiClient::RunStepDetailsToolCallsCodeOutputLogsObject.new(
  type: null,
  logs: null
)