import { Run } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/runs/runs.ts";
Interfaces
The last error associated with this run. Will be | |
Details on the action required to continue the run. Will be | |
Details on the tool outputs needed for this run to continue. |
import { type Run } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/runs/runs.ts";
Represents an execution run on a thread.
Properties
The ID of the assistant used for execution of this run.
The instructions that the assistant used for this run.
The last error associated with this run. Will be null
if there are no errors.
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 maxium of 512 characters long.
The model that the assistant used for this run.
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 queued
, in_progress
,
requires_action
, cancelling
, cancelled
, failed
, completed
, or
expired
.
The ID of the thread that was executed on as a part of this run.
The list of tools that the assistant used for this run.