Run step delta object
objectRepresents a run step delta i.e. any changed fields on a run step during streaming.
The identifier of the run step, which can be referenced in API endpoints.
The object type, which is always thread.run.step.delta.
Allowed values:thread.run.step.delta
The delta containing the fields that have changed on the run step.
Show Child Parameters
Message creation
objectDetails of the message creation by the run step.
Always message_creation.
Allowed values:message_creation
Show Child Parameters
Code interpreter tool call
objectDetails of the Code Interpreter tool call the run step was involved in.
The index of the tool call in the tool calls array.
The ID of the tool call.
The type of tool call. This is always going to be code_interpreter for this type of tool call.
Allowed values:code_interpreter
The Code Interpreter tool call definition.
Show Child Parameters
Code interpreter image output
objectThe index of the output in the outputs array.
Always image.
Allowed values:image
Show Child Parameters
Code interpreter log output
objectText output from the Code Interpreter tool call as part of a run step.
The index of the output in the outputs array.
Always logs.
Allowed values:logs
The text output from the Code Interpreter tool call.