Run
Represents an execution run on a thread.
Constructors
Properties
The ID of the assistant used for execution of this run.
The Unix timestamp (in seconds) for when the run was cancelled.
The Unix timestamp (in seconds) for when the run was completed.
The instructions that the assistant used for this run.
The maximum number of completion tokens specified to have been used over the course of the run.
The maximum number of prompt tokens specified to have been used over the course of the run.
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.
Details on the action required to continue the run. Will be null
if no action is required.
The status of the run, which can be either Status.Queued, Status.InProgress, Status.RequiresAction, Status.Cancelling, Status.Cancelled, Status.Failed, Status.Completed, or Status.Expired.
The sampling temperature used for this run. If not set, defaults to 1.
The list of tools that the assistant used for this run.