UNPKG

@langchain/core

Version:
4 lines (3 loc) 193 B
import { Client } from "langsmith"; export declare const getDefaultLangChainClientSingleton: () => Client; export declare const setDefaultLangChainClientSingleton: (newClient: Client) => void;