langchain.js
    Preparing search index...

    Interface LangSmithTracingClientInterface

    interface LangSmithTracingClientInterface {
        createRun: (run: CreateRunParams) => Promise<void>;
        updateRun: (runId: string, run: RunUpdate) => Promise<void>;
    }

    Implemented by

    Index

    Properties

    Properties

    createRun: (run: CreateRunParams) => Promise<void>
    updateRun: (runId: string, run: RunUpdate) => Promise<void>