ToolCallsStep
@Serializable
@SerialName(value = "tool_calls")
Constructors
Link copied to clipboard
constructor(id: RunStepId, createdAt: Int, assistantId: AssistantId, threadId: ThreadId, runId: RunId, status: Status, stepDetails: ToolCallStepDetails, lastError: LastError? = null, expiredAt: Int? = null, cancelledAt: Int? = null, failedAt: Int? = null, completedAt: Int? = null, metadata: Map<String, String>? = null)
Properties
Link copied to clipboard
The ID of the assistant associated with the run step.
Link copied to clipboard
The Unix timestamp (in seconds) for when the run step was Status.Cancelled.
Link copied to clipboard
The Unix timestamp (in seconds) for when the run step completed.
Link copied to clipboard
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long, and values can be a maximum of 512 characters long.
Link copied to clipboard
The status of the run step, which can be either Status.InProgress, Status.Cancelled, Status.Failed, Status.Completed, or Status.Expired.
Link copied to clipboard
The details of the run step.