langsmith
Version:
Client library to connect to the LangSmith Observability and Evaluation Platform.
12 lines (11 loc) • 361 B
JavaScript
// @ts-nocheck
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from '../core/resource.js';
export class Info extends APIResource {
/**
* Get information about the current deployment of LangSmith.
*/
list(options) {
return this._client.get('/api/v1/info', options);
}
}