Skip to main content
Module

x/openai/resources/beta/threads/mod.ts>MessageContentText.Text.FileCitation.FileCitation

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
interface MessageContentText.Text.FileCitation.FileCitation
import { type MessageContentText } from "https://deno.land/x/openai@v4.19.1/resources/beta/threads/mod.ts";
const { FileCitation } = MessageContentText.Text.FileCitation;

Properties

file_id: string

The ID of the specific File the citation is from.

quote: string

The specific quote in the file.

Properties

file_id: string

The ID of the specific File the citation is from.

quote: string

The specific quote in the file.