Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 573 Bytes

RunStepDeltaStepDetailsToolCallsCodeOutputLogsObject.md

File metadata and controls

24 lines (12 loc) · 573 Bytes

RunStepDeltaStepDetailsToolCallsCodeOutputLogsObject

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

Properties

Name Type Description Notes
index Integer The index of the output in the outputs array.
type TypeEnum Always `logs`.
logs String The text output from the Code Interpreter tool call. [optional]

Enum: TypeEnum

Name Value
LOGS "logs"