import * as openai from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/messages.ts";
Interfaces
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. | |
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. |
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. | |
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. | |