featherbit UI
    Preparing search index...

    Interface PromptDef

    A precompiled agent prompt, from GET /api/mcp/prompts.

    interface PromptDef {
        arguments: PromptArgDef[];
        description: string;
        name: string;
    }
    Index
    arguments: PromptArgDef[]
    description: string
    name: string