UNPKG

@veris-ai/sdk

Version:
13 lines 471 B
"use strict"; /** * Type definitions for Veris AI SDK */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponseExpectation = void 0; var ResponseExpectation; (function (ResponseExpectation) { ResponseExpectation["NONE"] = "none"; ResponseExpectation["REQUIRED"] = "required"; ResponseExpectation["AUTO"] = "auto"; })(ResponseExpectation || (exports.ResponseExpectation = ResponseExpectation = {})); //# sourceMappingURL=types.js.map