Gaunt Sloth Assistant - v1.0.5
    Preparing search index...
    interface SessionConfig {
        description: string;
        exitMessage: string;
        mode: "code" | "chat";
        readModePrompt: (
            config: Pick<GthConfig, "identityProfile">,
        ) => string | null;
        readyMessage: string;
    }
    Index

    Properties

    description: string
    exitMessage: string
    mode: "code" | "chat"
    readModePrompt: (config: Pick<GthConfig, "identityProfile">) => string | null
    readyMessage: string