import * as openai from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/mod.ts";
Interfaces
Specifies a tool the model should use. Use to force the model to call a specific tool. | |
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "file_search" tool to search files. | |
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "file_search" tool to search files. | |
A URL for the file that's generated when the assistant used the
| |
A URL for the file that's generated when the assistant used the
| |
References an image File in the content of a message. | |
References an image File in the content of a message. | |
References an image URL in the content of a message. | |
References an image URL in the content of a message. | |
Represents a message within a thread. | |
On an incomplete message, details about why the message is incomplete. | |
The delta containing the fields that have changed on the Message. | |
Represents a message delta i.e. any changed fields on a message during streaming. | |
The refusal content generated by the assistant. | |
The refusal content that is part of a message. | |
Tool call objects | |
The function definition. | |
I Run | Represents an execution run on a thread. |
Details on why the run is incomplete. Will be | |
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. | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
Usage statistics related to the run. This value will be | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
I Text | |
The text content that is part of a message. | |
The text content that is part of a message. | |
The text content that is part of a message. | |
Represents a thread that contains messages. | |
A set of resources that are made available to the assistant's tools in this
thread. The resources are specific to the type of tool. For example, the
| |
If no thread is provided, an empty thread will be created. | |
A set of resources that are made available to the assistant's tools in this
thread. The resources are specific to the type of tool. For example, the
| |
A set of resources that are used by the assistant's tools. The resources are
specific to the type of tool. For example, the | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
If no thread is provided, an empty thread will be created. | |
A set of resources that are made available to the assistant's tools in this
thread. The resources are specific to the type of tool. For example, the
| |
A set of resources that are used by the assistant's tools. The resources are
specific to the type of tool. For example, the | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
If no thread is provided, an empty thread will be created. | |
A set of resources that are made available to the assistant's tools in this
thread. The resources are specific to the type of tool. For example, the
| |
A set of resources that are used by the assistant's tools. The resources are
specific to the type of tool. For example, the | |
Controls for how a thread will be truncated prior to the run. Use this to control the intial context window of the run. | |
A set of resources that are made available to the assistant's tools in this
thread. The resources are specific to the type of tool. For example, the
| |
A set of resources that are made available to the assistant's tools in this
thread. The resources are specific to the type of tool. For example, the
| |
Type Aliases
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "file_search" tool to search files. | |
A citation within the message that points to a specific quote from a specific File associated with the assistant or the message. Generated when the assistant uses the "file_search" tool to search files. | |
Specifies the format that the model must output. Compatible with
GPT-4o,
GPT-4 Turbo,
and all GPT-3.5 Turbo models since | |
Controls which (if any) tool is called by the model. | |
References an image File in the content of a message. | |
References an image File in the content of a message. | |
References an image File in the content of a message. | |
The status of the run, which can be either | |