repo2post - v0.1.1
    Preparing search index...

    Interface Style

    A style definition: a label plus the system-prompt fragment that drives it.

    interface Style {
        description: string;
        instructions: string;
        name: StyleName;
    }
    Index

    Properties

    description: string

    One-line description shown in --help and docs.

    instructions: string

    Instructions appended to the system prompt for this style.

    name: StyleName