Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Beta.Threads.Messages.MessageContentText.Text.FileCitation

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: FileCitation

MessageContentText.Text.FileCitation

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.

Table of contents

Properties

Properties

end_index

end_index: number

Defined in

node_modules/openai/resources/beta/threads/messages/messages.d.ts:73


file_citation

file_citation: FileCitation

Defined in

node_modules/openai/resources/beta/threads/messages/messages.d.ts:74


start_index

start_index: number

Defined in

node_modules/openai/resources/beta/threads/messages/messages.d.ts:75


text

text: string

The text in the message content that needs to be replaced.

Defined in

node_modules/openai/resources/beta/threads/messages/messages.d.ts:79


type

type: "file_citation"

Always file_citation.

Defined in

node_modules/openai/resources/beta/threads/messages/messages.d.ts:83

Typescript Libraries

Modules

Namespaces

Clone this wiki locally