langchain.js
    Preparing search index...

    Interface XAIResponsesInputFileItem

    File input content item.

    interface XAIResponsesInputFileItem {
        file_id: string;
        type: "input_file";
    }
    Index

    Properties

    Properties

    file_id: string

    File ID from the Files API.

    type: "input_file"