import { MessageContentText } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/messages/mod.ts";
const { Text } = MessageContentText;
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 "retrieval" tool to search files. | |
A URL for the file that's generated when the assistant used the
| |
import { type MessageContentText } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/messages/mod.ts";
const { Text } = MessageContentText;
Properties
annotations: Array<Text.FileCitation | Text.FilePath>