import { MessageContentText } from "https://deno.land/x/openai@v4.19.1/resources/beta/threads/messages/mod.ts";
const { FileCitation } = MessageContentText.Text;
import { type MessageContentText } from "https://deno.land/x/openai@v4.19.1/resources/beta/threads/messages/mod.ts";
const { FileCitation } = MessageContentText.Text;
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.
Properties
file_citation: FileCitation.FileCitation