@squidcloud/client
    Preparing search index...

    Interface AiFileAnnotation

    Represents an annotation for a file in the AI response.

    interface AiFileAnnotation {
        aiFileUrl: AiFileUrl;
        type: "file";
    }
    Index

    Properties

    Properties

    aiFileUrl: AiFileUrl

    The AI file with the URL to the file

    type: "file"

    The type of the annotation, always 'file'.