SAP AI SDK for JavaScript - v2.9.0
    Preparing search index...

    Type Alias FileContent

    Representation of the 'FileContent' schema.

    type FileContent = {
        file_data: string;
        filename?: string;
    }
    Index

    Properties

    Properties

    file_data: string

    Base64 encoded file content or file URL

    filename?: string

    Name of the file

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.