@molroo-ai/sdk
    Preparing search index...

    Interface LLMPrompt

    interface LLMPrompt {
        context?: string;
        history?: ChatMessage[];
        instruction?: string;
        system: string;
    }
    Index

    Properties

    context?: string
    history?: ChatMessage[]
    instruction?: string
    system: string