UNPKG

langsmith

Version:

Client library to connect to the LangSmith Observability and Evaluation Platform.

6 lines (5 loc) 163 B
import type { Langsmith } from '../client.js'; export declare abstract class APIResource { protected _client: Langsmith; constructor(client: Langsmith); }