UNPKG

@anthropic-ai/sdk

Version:

The official TypeScript library for the Anthropic API

19 lines 684 B
"use strict"; // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. Object.defineProperty(exports, "__esModule", { value: true }); exports.Completions = void 0; const resource_1 = require("@anthropic-ai/sdk/resource"); class Completions extends resource_1.APIResource { create(body, options) { return this._client.post('/v1/complete', { body, timeout: 600000, ...options, stream: body.stream ?? false, }); } } exports.Completions = Completions; (function (Completions) { })(Completions = exports.Completions || (exports.Completions = {})); //# sourceMappingURL=completions.js.map