Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 475 Bytes

RunStepDetailsToolCallsCodeOutputLogsObject.md

File metadata and controls

23 lines (11 loc) · 475 Bytes

RunStepDetailsToolCallsCodeOutputLogsObject

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

Properties

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

Enum: TypeEnum

Name Value
LOGS "logs"