interface ContainerCreateParams {
    expires_after?: OpenAIClient.Containers.ContainerCreateParams.ExpiresAfter;
    file_ids?: string[];
    name: string;
}

Properties

Container expiration time in seconds relative to the 'anchor' time.

file_ids?: string[]

IDs of files to copy to the container.

name: string

Name of the container to create.