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

interface ContainerFileCitation {
    container_id: string;
    end_index: number;
    file_id: string;
    start_index: number;
    type: "container_file_citation";
}

Properties

container_id: string

The ID of the container file.

end_index: number

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

file_id: string

The ID of the file.

start_index: number

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

type: "container_file_citation"

The type of the container file citation. Always container_file_citation.