featherbit UI
    Preparing search index...

    Interface PromptArgDef

    One argument of a precompiled agent prompt.

    interface PromptArgDef {
        description: string;
        name: string;
        required: boolean;
    }
    Index
    description: string
    name: string
    required: boolean