lloyal.node API Reference - v1.0.7
    Preparing search index...

    Interface FormattedChatResult

    Result from chat template formatting

    interface FormattedChatResult {
        prompt: string;
        stopTokens: string[];
    }
    Index

    Properties

    Properties

    prompt: string
    stopTokens: string[]