Share via


ContainerFileCitationBody interface

A citation for a container file used to generate a model response.

Extends

Properties

container_id

The ID of the container file.

end_index

The index of the last character of the container file citation in the message.

filename

The filename of the container file cited.

file_id

The ID of the file.

start_index

The index of the first character of the container file citation in the message.

type

The type of the container file citation. Always container_file_citation.

Property Details

container_id

The ID of the container file.

container_id: string

Property Value

string

end_index

The index of the last character of the container file citation in the message.

end_index: number

Property Value

number

filename

The filename of the container file cited.

filename: string

Property Value

string

file_id

The ID of the file.

file_id: string

Property Value

string

start_index

The index of the first character of the container file citation in the message.

start_index: number

Property Value

number

type

The type of the container file citation. Always container_file_citation.

type: "container_file_citation"

Property Value

"container_file_citation"