UNPKG

langsmith

Version:

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

16 lines (15 loc) 493 B
"use strict"; // @ts-nocheck // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Info = void 0; const resource_js_1 = require("../core/resource.cjs"); class Info extends resource_js_1.APIResource { /** * Get information about the current deployment of LangSmith. */ list(options) { return this._client.get('/api/v1/info', options); } } exports.Info = Info;