interface FileCreateParams {
    file_id: string;
}

Properties

Properties

file_id: string

A File ID (with purpose="assistants") that the assistant should use. Useful for tools like retrieval and code_interpreter that can access files.

Generated using TypeDoc