@orq-ai/node 4.12.0-rc.3 → 4.12.0-rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +45 -41
- package/funcs/agentsResponsesCreate.d.ts +2 -0
- package/funcs/agentsResponsesCreate.d.ts.map +1 -1
- package/funcs/agentsResponsesCreate.js +2 -0
- package/funcs/agentsResponsesCreate.js.map +1 -1
- package/funcs/agentsResponsesGet.d.ts +2 -0
- package/funcs/agentsResponsesGet.d.ts.map +1 -1
- package/funcs/agentsResponsesGet.js +2 -0
- package/funcs/agentsResponsesGet.js.map +1 -1
- package/funcs/modelsImportLitellm.d.ts +17 -0
- package/funcs/modelsImportLitellm.d.ts.map +1 -0
- package/funcs/modelsImportLitellm.js +118 -0
- package/funcs/modelsImportLitellm.js.map +1 -0
- package/funcs/modelsListLitellm.d.ts +18 -0
- package/funcs/modelsListLitellm.d.ts.map +1 -0
- package/funcs/modelsListLitellm.js +105 -0
- package/funcs/modelsListLitellm.js.map +1 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/agentstartedstreamingevent.d.ts +4 -0
- package/models/components/agentstartedstreamingevent.d.ts.map +1 -1
- package/models/components/agentstartedstreamingevent.js +2 -0
- package/models/components/agentstartedstreamingevent.js.map +1 -1
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/filepurpose.d.ts +1 -0
- package/models/components/filepurpose.d.ts.map +1 -1
- package/models/components/filepurpose.js +1 -0
- package/models/components/filepurpose.js.map +1 -1
- package/models/components/index.d.ts +4 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +4 -0
- package/models/components/index.js.map +1 -1
- package/models/components/litellmmodel.d.ts +18 -0
- package/models/components/litellmmodel.d.ts.map +1 -0
- package/models/components/litellmmodel.js +60 -0
- package/models/components/litellmmodel.js.map +1 -0
- package/models/components/litellmmodelinfo.d.ts +44 -0
- package/models/components/litellmmodelinfo.d.ts.map +1 -0
- package/models/components/litellmmodelinfo.js +83 -0
- package/models/components/litellmmodelinfo.js.map +1 -0
- package/models/components/litellmparams.d.ts +18 -0
- package/models/components/litellmparams.d.ts.map +1 -0
- package/models/components/litellmparams.js +59 -0
- package/models/components/litellmparams.js.map +1 -0
- package/models/components/modeldocument.d.ts +39 -0
- package/models/components/modeldocument.d.ts.map +1 -0
- package/models/components/modeldocument.js +99 -0
- package/models/components/modeldocument.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/createagentrequest.d.ts +66 -24
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +46 -21
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createprompt.d.ts +1 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +1 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createrouterresponse.d.ts +71 -0
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +39 -2
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/deploymentinvoke.d.ts +1 -0
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +1 -0
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +1 -0
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +1 -0
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/invokeeval.d.ts +1 -1
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +1 -1
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listagents.d.ts +4 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +2 -0
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrieveagentrequest.d.ts +4 -0
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +2 -0
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +52 -20
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +34 -16
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +52 -20
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +34 -16
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +66 -24
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +46 -21
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateprompt.d.ts +1 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +1 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- package/sdk/feedback.d.ts +1 -4
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +1 -4
- package/sdk/feedback.js.map +1 -1
- package/sdk/models.d.ts +17 -0
- package/sdk/models.d.ts.map +1 -1
- package/sdk/models.js +20 -0
- package/sdk/models.js.map +1 -1
- package/sdk/orqresponses.d.ts +4 -0
- package/sdk/orqresponses.d.ts.map +1 -1
- package/sdk/orqresponses.js +4 -0
- package/sdk/orqresponses.js.map +1 -1
- package/src/funcs/agentsResponsesCreate.ts +2 -0
- package/src/funcs/agentsResponsesGet.ts +2 -0
- package/src/funcs/modelsImportLitellm.ts +166 -0
- package/src/funcs/modelsListLitellm.ts +144 -0
- package/src/lib/config.ts +3 -3
- package/src/models/components/agentstartedstreamingevent.ts +6 -0
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/filepurpose.ts +1 -0
- package/src/models/components/index.ts +4 -0
- package/src/models/components/litellmmodel.ts +50 -0
- package/src/models/components/litellmmodelinfo.ts +97 -0
- package/src/models/components/litellmparams.ts +43 -0
- package/src/models/components/modeldocument.ts +112 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/createagentrequest.ts +123 -40
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createprompt.ts +1 -0
- package/src/models/operations/createrouterresponse.ts +108 -0
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/deploymentinvoke.ts +1 -0
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +1 -0
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/invokeeval.ts +2 -2
- package/src/models/operations/listagents.ts +6 -0
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrieveagentrequest.ts +6 -0
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +93 -33
- package/src/models/operations/streamrunagent.ts +99 -33
- package/src/models/operations/updateagent.ts +125 -40
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateprompt.ts +1 -0
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +1 -4
- package/src/sdk/models.ts +35 -0
- package/src/sdk/orqresponses.ts +4 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modeldocument.d.ts","sourceRoot":"","sources":["../../src/models/components/modeldocument.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,0BAA0B,EAE3B,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,aAAa,EAA+B,MAAM,oBAAoB,CAAC;AAChF,OAAO,EACL,sBAAsB,EAEvB,MAAM,6BAA6B,CAAC;AAErC,MAAM,MAAM,aAAa,GAAG;IAC1B,aAAa,EAAE,0BAA0B,CAAC;IAC1C,OAAO,EAAE,IAAI,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,aAAa,EAAE,OAAO,CAAC;IACvB,YAAY,EAAE,OAAO,CAAC;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,aAAa,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IACjD,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,IAAI,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CACjD,aAAa,EACb,CAAC,CAAC,UAAU,EACZ,OAAO,CAgDP,CAAC;AAEH,wBAAgB,qBAAqB,CACnC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAMpD"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ModelDocument$inboundSchema = void 0;
|
|
40
|
+
exports.modelDocumentFromJSON = modelDocumentFromJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
|
+
const modelconfigurationresponse_js_1 = require("./modelconfigurationresponse.js");
|
|
45
|
+
const modelmetadata_js_1 = require("./modelmetadata.js");
|
|
46
|
+
const modelparameterdocument_js_1 = require("./modelparameterdocument.js");
|
|
47
|
+
/** @internal */
|
|
48
|
+
exports.ModelDocument$inboundSchema = z.object({
|
|
49
|
+
configuration: modelconfigurationresponse_js_1.ModelConfigurationResponse$inboundSchema,
|
|
50
|
+
created: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
51
|
+
description: z.nullable(z.string()),
|
|
52
|
+
display_name: z.string(),
|
|
53
|
+
docs_url: z.nullable(z.string()),
|
|
54
|
+
enabled: z.boolean(),
|
|
55
|
+
enabled_for_endpoints: z.boolean(),
|
|
56
|
+
enabled_for_playground: z.boolean(),
|
|
57
|
+
has_cpu_pricing: z.boolean(),
|
|
58
|
+
has_functions: z.boolean(),
|
|
59
|
+
id: z.string(),
|
|
60
|
+
input_cost: z.nullable(z.number()),
|
|
61
|
+
input_currency: z.string(),
|
|
62
|
+
is_active: z.boolean(),
|
|
63
|
+
metadata: modelmetadata_js_1.ModelMetadata$inboundSchema,
|
|
64
|
+
model_developer: z.string().optional(),
|
|
65
|
+
model_family: z.string().optional(),
|
|
66
|
+
model_id: z.string(),
|
|
67
|
+
model_type: z.string(),
|
|
68
|
+
output_cost: z.nullable(z.number()),
|
|
69
|
+
output_currency: z.string(),
|
|
70
|
+
owner: z.string(),
|
|
71
|
+
parameters: z.nullable(z.array(modelparameterdocument_js_1.ModelParameterDocument$inboundSchema)),
|
|
72
|
+
pricing_url: z.nullable(z.string()),
|
|
73
|
+
provider: z.string(),
|
|
74
|
+
refId: z.string(),
|
|
75
|
+
updated: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
76
|
+
}).transform((v) => {
|
|
77
|
+
return (0, primitives_js_1.remap)(v, {
|
|
78
|
+
"display_name": "displayName",
|
|
79
|
+
"docs_url": "docsUrl",
|
|
80
|
+
"enabled_for_endpoints": "enabledForEndpoints",
|
|
81
|
+
"enabled_for_playground": "enabledForPlayground",
|
|
82
|
+
"has_cpu_pricing": "hasCpuPricing",
|
|
83
|
+
"has_functions": "hasFunctions",
|
|
84
|
+
"input_cost": "inputCost",
|
|
85
|
+
"input_currency": "inputCurrency",
|
|
86
|
+
"is_active": "isActive",
|
|
87
|
+
"model_developer": "modelDeveloper",
|
|
88
|
+
"model_family": "modelFamily",
|
|
89
|
+
"model_id": "modelId",
|
|
90
|
+
"model_type": "modelType",
|
|
91
|
+
"output_cost": "outputCost",
|
|
92
|
+
"output_currency": "outputCurrency",
|
|
93
|
+
"pricing_url": "pricingUrl",
|
|
94
|
+
});
|
|
95
|
+
});
|
|
96
|
+
function modelDocumentFromJSON(jsonString) {
|
|
97
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ModelDocument$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ModelDocument' from JSON`);
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=modeldocument.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modeldocument.js","sourceRoot":"","sources":["../../src/models/components/modeldocument.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,7 +43,7 @@ const primitives_js_1 = require("../../lib/primitives.js");
|
|
|
43
43
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
44
44
|
/** @internal */
|
|
45
45
|
exports.ReasoningPart$inboundSchema = z.object({
|
|
46
|
-
_id: z.string().default("
|
|
46
|
+
_id: z.string().default("reasoning_01kwyngcwykb8e0x16dxvpcpj1"),
|
|
47
47
|
metadata: z.record(z.any()).optional(),
|
|
48
48
|
kind: z.literal("reasoning"),
|
|
49
49
|
reasoning: z.string(),
|
|
@@ -859,13 +859,13 @@ export type ProviderBuiltInTool = {
|
|
|
859
859
|
/**
|
|
860
860
|
* MCP tool type
|
|
861
861
|
*/
|
|
862
|
-
export declare const
|
|
862
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type: {
|
|
863
863
|
readonly Mcp: "mcp";
|
|
864
864
|
};
|
|
865
865
|
/**
|
|
866
866
|
* MCP tool type
|
|
867
867
|
*/
|
|
868
|
-
export type
|
|
868
|
+
export type CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type = ClosedEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type>;
|
|
869
869
|
/**
|
|
870
870
|
* Executes tools from Model Context Protocol (MCP) servers. Specify the parent MCP tool using "key" or "id", and the specific nested tool using "tool_id".
|
|
871
871
|
*/
|
|
@@ -873,7 +873,7 @@ export type MCPTool = {
|
|
|
873
873
|
/**
|
|
874
874
|
* MCP tool type
|
|
875
875
|
*/
|
|
876
|
-
type?:
|
|
876
|
+
type?: CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type | undefined;
|
|
877
877
|
/**
|
|
878
878
|
* The key of the parent MCP tool
|
|
879
879
|
*/
|
|
@@ -894,13 +894,13 @@ export type MCPTool = {
|
|
|
894
894
|
/**
|
|
895
895
|
* JSON Schema tool type
|
|
896
896
|
*/
|
|
897
|
-
export declare const
|
|
897
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type: {
|
|
898
898
|
readonly JsonSchema: "json_schema";
|
|
899
899
|
};
|
|
900
900
|
/**
|
|
901
901
|
* JSON Schema tool type
|
|
902
902
|
*/
|
|
903
|
-
export type
|
|
903
|
+
export type CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type = ClosedEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type>;
|
|
904
904
|
/**
|
|
905
905
|
* Enforces structured output format using JSON Schema. Must reference a pre-created JSON Schema tool by key or id.
|
|
906
906
|
*/
|
|
@@ -908,7 +908,7 @@ export type JSONSchemaTool = {
|
|
|
908
908
|
/**
|
|
909
909
|
* JSON Schema tool type
|
|
910
910
|
*/
|
|
911
|
-
type?:
|
|
911
|
+
type?: CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type | undefined;
|
|
912
912
|
/**
|
|
913
913
|
* The key of the pre-created JSON Schema tool
|
|
914
914
|
*/
|
|
@@ -925,13 +925,13 @@ export type JSONSchemaTool = {
|
|
|
925
925
|
/**
|
|
926
926
|
* Function tool type
|
|
927
927
|
*/
|
|
928
|
-
export declare const
|
|
928
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type: {
|
|
929
929
|
readonly Function: "function";
|
|
930
930
|
};
|
|
931
931
|
/**
|
|
932
932
|
* Function tool type
|
|
933
933
|
*/
|
|
934
|
-
export type
|
|
934
|
+
export type CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type = ClosedEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type>;
|
|
935
935
|
/**
|
|
936
936
|
* Calls custom function tools defined in the agent configuration. Must reference a pre-created function tool by key or id.
|
|
937
937
|
*/
|
|
@@ -939,7 +939,7 @@ export type FunctionTool = {
|
|
|
939
939
|
/**
|
|
940
940
|
* Function tool type
|
|
941
941
|
*/
|
|
942
|
-
type?:
|
|
942
|
+
type?: CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type | undefined;
|
|
943
943
|
/**
|
|
944
944
|
* The key of the pre-created function tool
|
|
945
945
|
*/
|
|
@@ -956,13 +956,13 @@ export type FunctionTool = {
|
|
|
956
956
|
/**
|
|
957
957
|
* Code execution tool type
|
|
958
958
|
*/
|
|
959
|
-
export declare const
|
|
959
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type: {
|
|
960
960
|
readonly Code: "code";
|
|
961
961
|
};
|
|
962
962
|
/**
|
|
963
963
|
* Code execution tool type
|
|
964
964
|
*/
|
|
965
|
-
export type
|
|
965
|
+
export type CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type = ClosedEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type>;
|
|
966
966
|
/**
|
|
967
967
|
* Executes code snippets in a sandboxed environment. Must reference a pre-created code tool by key or id.
|
|
968
968
|
*/
|
|
@@ -970,7 +970,7 @@ export type CodeExecutionTool = {
|
|
|
970
970
|
/**
|
|
971
971
|
* Code execution tool type
|
|
972
972
|
*/
|
|
973
|
-
type?:
|
|
973
|
+
type?: CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type | undefined;
|
|
974
974
|
/**
|
|
975
975
|
* The key of the pre-created code tool
|
|
976
976
|
*/
|
|
@@ -987,13 +987,13 @@ export type CodeExecutionTool = {
|
|
|
987
987
|
/**
|
|
988
988
|
* HTTP tool type
|
|
989
989
|
*/
|
|
990
|
-
export declare const
|
|
990
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type: {
|
|
991
991
|
readonly Http: "http";
|
|
992
992
|
};
|
|
993
993
|
/**
|
|
994
994
|
* HTTP tool type
|
|
995
995
|
*/
|
|
996
|
-
export type
|
|
996
|
+
export type CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type = ClosedEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type>;
|
|
997
997
|
/**
|
|
998
998
|
* Executes HTTP requests to interact with external APIs and web services. Must reference a pre-created HTTP tool by key or id.
|
|
999
999
|
*/
|
|
@@ -1001,7 +1001,7 @@ export type HTTPTool = {
|
|
|
1001
1001
|
/**
|
|
1002
1002
|
* HTTP tool type
|
|
1003
1003
|
*/
|
|
1004
|
-
type?:
|
|
1004
|
+
type?: CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type | undefined;
|
|
1005
1005
|
/**
|
|
1006
1006
|
* The key of the pre-created HTTP tool
|
|
1007
1007
|
*/
|
|
@@ -1015,6 +1015,26 @@ export type HTTPTool = {
|
|
|
1015
1015
|
*/
|
|
1016
1016
|
requiresApproval?: boolean | undefined;
|
|
1017
1017
|
};
|
|
1018
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type: {
|
|
1019
|
+
readonly CodeInterpreter: "code_interpreter";
|
|
1020
|
+
};
|
|
1021
|
+
export type CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type = ClosedEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type>;
|
|
1022
|
+
/**
|
|
1023
|
+
* Executes model-written Python code. Uses provider-native code execution when the model supports it, otherwise a secure orq-managed sandbox.
|
|
1024
|
+
*/
|
|
1025
|
+
export type CodeInterpreterTool = {
|
|
1026
|
+
type: CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type;
|
|
1027
|
+
/**
|
|
1028
|
+
* Whether this tool requires approval before execution
|
|
1029
|
+
*/
|
|
1030
|
+
requiresApproval?: boolean | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
1033
|
+
*/
|
|
1034
|
+
configuration?: {
|
|
1035
|
+
[k: string]: any;
|
|
1036
|
+
} | undefined;
|
|
1037
|
+
};
|
|
1018
1038
|
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type: {
|
|
1019
1039
|
readonly CurrentDate: "current_date";
|
|
1020
1040
|
};
|
|
@@ -1238,7 +1258,7 @@ export type GoogleSearchTool = {
|
|
|
1238
1258
|
/**
|
|
1239
1259
|
* Tool configuration for agent create/update operations. Built-in tools only require a type, while custom tools (HTTP, Code, Function, JSON Schema, MCP) must reference pre-created tools by key or id. Provider-prefixed tools (e.g., openai:web_search) are passed through to the provider.
|
|
1240
1260
|
*/
|
|
1241
|
-
export type AgentToolInputCRUD = GoogleSearchTool | WebScraperTool | CallSubAgentTool | RetrieveAgentsTool | QueryMemoryStoreTool | WriteMemoryStoreTool | RetrieveMemoryStoresTool | DeleteMemoryDocumentTool | RetrieveKnowledgeBasesTool | QueryKnowledgeBaseTool | CurrentDateTool | MCPTool | ProviderBuiltInTool | HTTPTool | CodeExecutionTool | FunctionTool | JSONSchemaTool;
|
|
1261
|
+
export type AgentToolInputCRUD = GoogleSearchTool | WebScraperTool | CallSubAgentTool | RetrieveAgentsTool | QueryMemoryStoreTool | WriteMemoryStoreTool | RetrieveMemoryStoresTool | DeleteMemoryDocumentTool | RetrieveKnowledgeBasesTool | QueryKnowledgeBaseTool | CurrentDateTool | CodeInterpreterTool | MCPTool | ProviderBuiltInTool | HTTPTool | CodeExecutionTool | FunctionTool | JSONSchemaTool;
|
|
1242
1262
|
/**
|
|
1243
1263
|
* Determines whether the evaluator runs on the agent input (user message) or output (agent response).
|
|
1244
1264
|
*/
|
|
@@ -1309,10 +1329,14 @@ export type Settings = {
|
|
|
1309
1329
|
* If all, the agent will require approval for all tools. If respect_tool, the agent will require approval for tools that have the requires_approval flag set to true. If none, the agent will not require approval for any tools.
|
|
1310
1330
|
*/
|
|
1311
1331
|
toolApprovalRequired?: ToolApprovalRequired | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* When enabled, this agent is exposed as a selectable target in AI Chat for users to consume.
|
|
1334
|
+
*/
|
|
1335
|
+
chatExposed?: boolean | undefined;
|
|
1312
1336
|
/**
|
|
1313
1337
|
* Tools available to the agent. Built-in tools only need a type, while custom tools (http, code, function) must reference pre-created tools by key or id.
|
|
1314
1338
|
*/
|
|
1315
|
-
tools?: Array<GoogleSearchTool | WebScraperTool | CallSubAgentTool | RetrieveAgentsTool | QueryMemoryStoreTool | WriteMemoryStoreTool | RetrieveMemoryStoresTool | DeleteMemoryDocumentTool | RetrieveKnowledgeBasesTool | QueryKnowledgeBaseTool | CurrentDateTool | MCPTool | ProviderBuiltInTool | HTTPTool | CodeExecutionTool | FunctionTool | JSONSchemaTool> | undefined;
|
|
1339
|
+
tools?: Array<GoogleSearchTool | WebScraperTool | CallSubAgentTool | RetrieveAgentsTool | QueryMemoryStoreTool | WriteMemoryStoreTool | RetrieveMemoryStoresTool | DeleteMemoryDocumentTool | RetrieveKnowledgeBasesTool | QueryKnowledgeBaseTool | CurrentDateTool | CodeInterpreterTool | MCPTool | ProviderBuiltInTool | HTTPTool | CodeExecutionTool | FunctionTool | JSONSchemaTool> | undefined;
|
|
1316
1340
|
/**
|
|
1317
1341
|
* Configuration for an evaluator applied to the agent
|
|
1318
1342
|
*/
|
|
@@ -1597,6 +1621,10 @@ export type CreateAgentRequestSettings = {
|
|
|
1597
1621
|
* If all, the agent will require approval for all tools. If respect_tool, the agent will require approval for tools that have the requires_approval flag set to true. If none, the agent will not require approval for any tools.
|
|
1598
1622
|
*/
|
|
1599
1623
|
toolApprovalRequired: CreateAgentRequestToolApprovalRequired;
|
|
1624
|
+
/**
|
|
1625
|
+
* When enabled, this agent is exposed as a selectable target in AI Chat for users to consume.
|
|
1626
|
+
*/
|
|
1627
|
+
chatExposed?: boolean | undefined;
|
|
1600
1628
|
tools?: Array<CreateAgentRequestTools> | undefined;
|
|
1601
1629
|
/**
|
|
1602
1630
|
* Configuration for an evaluator applied to the agent
|
|
@@ -2929,7 +2957,7 @@ export type ProviderBuiltInTool$Outbound = {
|
|
|
2929
2957
|
export declare const ProviderBuiltInTool$outboundSchema: z.ZodType<ProviderBuiltInTool$Outbound, z.ZodTypeDef, ProviderBuiltInTool>;
|
|
2930
2958
|
export declare function providerBuiltInToolToJSON(providerBuiltInTool: ProviderBuiltInTool): string;
|
|
2931
2959
|
/** @internal */
|
|
2932
|
-
export declare const
|
|
2960
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools17Type>;
|
|
2933
2961
|
/** @internal */
|
|
2934
2962
|
export type MCPTool$Outbound = {
|
|
2935
2963
|
type: string;
|
|
@@ -2942,7 +2970,7 @@ export type MCPTool$Outbound = {
|
|
|
2942
2970
|
export declare const MCPTool$outboundSchema: z.ZodType<MCPTool$Outbound, z.ZodTypeDef, MCPTool>;
|
|
2943
2971
|
export declare function mcpToolToJSON(mcpTool: MCPTool): string;
|
|
2944
2972
|
/** @internal */
|
|
2945
|
-
export declare const
|
|
2973
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools16Type>;
|
|
2946
2974
|
/** @internal */
|
|
2947
2975
|
export type JSONSchemaTool$Outbound = {
|
|
2948
2976
|
type: string;
|
|
@@ -2954,7 +2982,7 @@ export type JSONSchemaTool$Outbound = {
|
|
|
2954
2982
|
export declare const JSONSchemaTool$outboundSchema: z.ZodType<JSONSchemaTool$Outbound, z.ZodTypeDef, JSONSchemaTool>;
|
|
2955
2983
|
export declare function jsonSchemaToolToJSON(jsonSchemaTool: JSONSchemaTool): string;
|
|
2956
2984
|
/** @internal */
|
|
2957
|
-
export declare const
|
|
2985
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools15Type>;
|
|
2958
2986
|
/** @internal */
|
|
2959
2987
|
export type FunctionTool$Outbound = {
|
|
2960
2988
|
type: string;
|
|
@@ -2966,7 +2994,7 @@ export type FunctionTool$Outbound = {
|
|
|
2966
2994
|
export declare const FunctionTool$outboundSchema: z.ZodType<FunctionTool$Outbound, z.ZodTypeDef, FunctionTool>;
|
|
2967
2995
|
export declare function functionToolToJSON(functionTool: FunctionTool): string;
|
|
2968
2996
|
/** @internal */
|
|
2969
|
-
export declare const
|
|
2997
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools14Type>;
|
|
2970
2998
|
/** @internal */
|
|
2971
2999
|
export type CodeExecutionTool$Outbound = {
|
|
2972
3000
|
type: string;
|
|
@@ -2978,7 +3006,7 @@ export type CodeExecutionTool$Outbound = {
|
|
|
2978
3006
|
export declare const CodeExecutionTool$outboundSchema: z.ZodType<CodeExecutionTool$Outbound, z.ZodTypeDef, CodeExecutionTool>;
|
|
2979
3007
|
export declare function codeExecutionToolToJSON(codeExecutionTool: CodeExecutionTool): string;
|
|
2980
3008
|
/** @internal */
|
|
2981
|
-
export declare const
|
|
3009
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools13Type>;
|
|
2982
3010
|
/** @internal */
|
|
2983
3011
|
export type HTTPTool$Outbound = {
|
|
2984
3012
|
type: string;
|
|
@@ -2990,6 +3018,19 @@ export type HTTPTool$Outbound = {
|
|
|
2990
3018
|
export declare const HTTPTool$outboundSchema: z.ZodType<HTTPTool$Outbound, z.ZodTypeDef, HTTPTool>;
|
|
2991
3019
|
export declare function httpToolToJSON(httpTool: HTTPTool): string;
|
|
2992
3020
|
/** @internal */
|
|
3021
|
+
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools12Type>;
|
|
3022
|
+
/** @internal */
|
|
3023
|
+
export type CodeInterpreterTool$Outbound = {
|
|
3024
|
+
type: string;
|
|
3025
|
+
requires_approval?: boolean | undefined;
|
|
3026
|
+
configuration?: {
|
|
3027
|
+
[k: string]: any;
|
|
3028
|
+
} | undefined;
|
|
3029
|
+
};
|
|
3030
|
+
/** @internal */
|
|
3031
|
+
export declare const CodeInterpreterTool$outboundSchema: z.ZodType<CodeInterpreterTool$Outbound, z.ZodTypeDef, CodeInterpreterTool>;
|
|
3032
|
+
export declare function codeInterpreterToolToJSON(codeInterpreterTool: CodeInterpreterTool): string;
|
|
3033
|
+
/** @internal */
|
|
2993
3034
|
export declare const CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type$outboundSchema: z.ZodNativeEnum<typeof CreateAgentRequestAgentToolInputCRUDAgentsRequestRequestBodySettingsTools11Type>;
|
|
2994
3035
|
/** @internal */
|
|
2995
3036
|
export type CurrentDateTool$Outbound = {
|
|
@@ -3133,7 +3174,7 @@ export type GoogleSearchTool$Outbound = {
|
|
|
3133
3174
|
export declare const GoogleSearchTool$outboundSchema: z.ZodType<GoogleSearchTool$Outbound, z.ZodTypeDef, GoogleSearchTool>;
|
|
3134
3175
|
export declare function googleSearchToolToJSON(googleSearchTool: GoogleSearchTool): string;
|
|
3135
3176
|
/** @internal */
|
|
3136
|
-
export type AgentToolInputCRUD$Outbound = GoogleSearchTool$Outbound | WebScraperTool$Outbound | CallSubAgentTool$Outbound | RetrieveAgentsTool$Outbound | QueryMemoryStoreTool$Outbound | WriteMemoryStoreTool$Outbound | RetrieveMemoryStoresTool$Outbound | DeleteMemoryDocumentTool$Outbound | RetrieveKnowledgeBasesTool$Outbound | QueryKnowledgeBaseTool$Outbound | CurrentDateTool$Outbound | MCPTool$Outbound | ProviderBuiltInTool$Outbound | HTTPTool$Outbound | CodeExecutionTool$Outbound | FunctionTool$Outbound | JSONSchemaTool$Outbound;
|
|
3177
|
+
export type AgentToolInputCRUD$Outbound = GoogleSearchTool$Outbound | WebScraperTool$Outbound | CallSubAgentTool$Outbound | RetrieveAgentsTool$Outbound | QueryMemoryStoreTool$Outbound | WriteMemoryStoreTool$Outbound | RetrieveMemoryStoresTool$Outbound | DeleteMemoryDocumentTool$Outbound | RetrieveKnowledgeBasesTool$Outbound | QueryKnowledgeBaseTool$Outbound | CurrentDateTool$Outbound | CodeInterpreterTool$Outbound | MCPTool$Outbound | ProviderBuiltInTool$Outbound | HTTPTool$Outbound | CodeExecutionTool$Outbound | FunctionTool$Outbound | JSONSchemaTool$Outbound;
|
|
3137
3178
|
/** @internal */
|
|
3138
3179
|
export declare const AgentToolInputCRUD$outboundSchema: z.ZodType<AgentToolInputCRUD$Outbound, z.ZodTypeDef, AgentToolInputCRUD>;
|
|
3139
3180
|
export declare function agentToolInputCRUDToJSON(agentToolInputCRUD: AgentToolInputCRUD): string;
|
|
@@ -3165,7 +3206,8 @@ export type Settings$Outbound = {
|
|
|
3165
3206
|
max_execution_time: number;
|
|
3166
3207
|
max_cost: number;
|
|
3167
3208
|
tool_approval_required: string;
|
|
3168
|
-
|
|
3209
|
+
chat_exposed?: boolean | undefined;
|
|
3210
|
+
tools?: Array<GoogleSearchTool$Outbound | WebScraperTool$Outbound | CallSubAgentTool$Outbound | RetrieveAgentsTool$Outbound | QueryMemoryStoreTool$Outbound | WriteMemoryStoreTool$Outbound | RetrieveMemoryStoresTool$Outbound | DeleteMemoryDocumentTool$Outbound | RetrieveKnowledgeBasesTool$Outbound | QueryKnowledgeBaseTool$Outbound | CurrentDateTool$Outbound | CodeInterpreterTool$Outbound | MCPTool$Outbound | ProviderBuiltInTool$Outbound | HTTPTool$Outbound | CodeExecutionTool$Outbound | FunctionTool$Outbound | JSONSchemaTool$Outbound> | undefined;
|
|
3169
3211
|
evaluators?: Array<Evaluators$Outbound> | undefined;
|
|
3170
3212
|
guardrails?: Array<CreateAgentRequestGuardrails$Outbound> | undefined;
|
|
3171
3213
|
};
|