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

    Interface RuntimeListPromptsResponse

    interface RuntimeListPromptsResponse {
        prompts: RuntimePromptTemplate[];
        total: number;
    }
    Index

    Properties

    Properties

    total: number