langchain.js
    Preparing search index...

    Interface ListPromptsResponse

    interface ListPromptsResponse {
        repos: Prompt[];
        total: number;
    }
    Index

    Properties

    Properties

    repos: Prompt[]
    total: number