Interface AssistantFilesList

Response for listing files uploaded to an assistant.

interface AssistantFilesList {
    files?: AssistantFileModel[];
}

Properties

Properties

The list of files associated with the assistant.