langchain.js
    Preparing search index...

    Interface PromptCommit

    interface PromptCommit {
        commit_hash: string;
        examples: Record<any, any>[];
        manifest: Record<string, any>;
        owner: string;
        repo: string;
    }
    Index

    Properties

    commit_hash: string
    examples: Record<any, any>[]
    manifest: Record<string, any>
    owner: string
    repo: string