langchain.js
    Preparing search index...

    Interface ListCommitsResponse

    interface ListCommitsResponse {
        commits: PromptCommit[];
        total: number;
    }
    Index

    Properties

    Properties

    commits: PromptCommit[]
    total: number