providerplaneai
    Preparing search index...

    Optional hints that steer provider image-analysis behavior without changing the core prompt.

    interface ImageAnalysisHints {
        describeScene?: boolean;
        detectObjects?: boolean;
        extractText?: boolean;
        safetyAnalysis?: boolean;
    }
    Index

    Properties

    describeScene?: boolean
    detectObjects?: boolean
    extractText?: boolean
    safetyAnalysis?: boolean