@cpod/sdk - v0.2.7
    Preparing search index...

    Interface RuntimeListPromptsOptions

    interface RuntimeListPromptsOptions {
        category?: string;
        tags?: string[];
        search?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    category?: string
    tags?: string[]
    search?: string
    limit?: number
    offset?: number