Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 944 Bytes

RunStepDeltaObjectDeltaStepDetails.md

File metadata and controls

25 lines (13 loc) · 944 Bytes

RunStepDeltaObjectDeltaStepDetails

The details of the run step.

Properties

Name Type Description Notes
type TypeEnum Always `message_creation`.
messageCreation RunStepDeltaStepDetailsMessageCreationObjectMessageCreation [optional]
toolCalls List<RunStepDeltaStepDetailsToolCallsObjectToolCallsInner> An array of tool calls the run step was involved in. These can be associated with one of three types of tools: `code_interpreter`, `file_search`, or `function`. [optional]

Enum: TypeEnum

Name Value
MESSAGE_CREATION "message_creation"
TOOL_CALLS "tool_calls"