langsmith
Version:
Client library to connect to the LangSmith Observability and Evaluation Platform.
18 lines (17 loc) • 506 B
JavaScript
;
// @ts-nocheck
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.APIResource = void 0;
class APIResource {
constructor(client) {
Object.defineProperty(this, "_client", {
enumerable: true,
configurable: true,
writable: true,
value: void 0
});
this._client = client;
}
}
exports.APIResource = APIResource;