repo2post - v0.1.1
    Preparing search index...

    Interface BuiltPrompt

    The messages to send to the model.

    interface BuiltPrompt {
        prompt: string;
        system: string;
    }
    Index

    Properties

    Properties

    prompt: string
    system: string