ailoy-node
    Preparing search index...

    Interface DocumentPolyfill

    Provides a polyfill for LLMs that do not natively support the Document feature.

    interface DocumentPolyfill {
        queryMessageTemplate?: string;
        systemMessageTemplate?: string;
    }
    Index

    Properties

    queryMessageTemplate?: string
    systemMessageTemplate?: string