@orq-ai/node 4.0.0-rc.31 → 4.0.0-rc.34
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 +1 -1
- package/bin/mcp-server.js +539 -527
- package/bin/mcp-server.js.map +53 -53
- package/docs/sdks/deployments/README.md +43 -43
- package/examples/package-lock.json +2 -10
- package/funcs/deploymentsInvoke.d.ts +1 -1
- package/funcs/deploymentsInvoke.d.ts.map +1 -1
- package/funcs/deploymentsInvoke.js +1 -1
- package/funcs/deploymentsInvoke.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +2 -2
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/deploymentsInvoke.d.ts +1 -1
- package/mcp-server/tools/deploymentsInvoke.js +1 -1
- package/mcp-server/tools/deploymentsInvoke.js.map +1 -1
- package/models/components/index.d.ts +1 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -1
- package/models/components/index.js.map +1 -1
- package/models/components/{deployments.d.ts → invokedeploymentrequest.d.ts} +280 -266
- package/models/components/invokedeploymentrequest.d.ts.map +1 -0
- package/models/components/{deployments.js → invokedeploymentrequest.js} +377 -363
- package/models/components/invokedeploymentrequest.js.map +1 -0
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createprompt.d.ts +2 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +2 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +42 -32
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +42 -42
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +15 -15
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +17 -17
- 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 +41 -32
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +42 -41
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- 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 +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- 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/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- 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/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/searchknowledge.d.ts +41 -32
- package/models/operations/searchknowledge.d.ts.map +1 -1
- package/models/operations/searchknowledge.js +40 -40
- package/models/operations/searchknowledge.js.map +1 -1
- package/models/operations/syncmcptool.js +10 -10
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updateprompt.d.ts +2 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +2 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +3 -6
- package/sdk/deployments.d.ts +7 -7
- package/sdk/deployments.d.ts.map +1 -1
- package/sdk/deployments.js +9 -9
- package/sdk/deployments.js.map +1 -1
- package/src/funcs/deploymentsInvoke.ts +3 -3
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -2
- package/src/mcp-server/tools/deploymentsInvoke.ts +1 -1
- package/src/models/components/index.ts +1 -1
- package/src/models/components/{deployments.ts → invokedeploymentrequest.ts} +822 -728
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createprompt.ts +2 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +78 -66
- package/src/models/operations/deploymentinvoke.ts +35 -35
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +80 -78
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +1 -0
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/searchknowledge.ts +79 -70
- package/src/models/operations/syncmcptool.ts +10 -10
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updateprompt.ts +2 -0
- package/src/models/operations/updatetool.ts +10 -10
- package/src/sdk/deployments.ts +17 -17
- package/models/components/deployments.d.ts.map +0 -1
- package/models/components/deployments.js.map +0 -1
package/bin/mcp-server.js
CHANGED
|
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
|
|
|
34203
34203
|
SDK_METADATA = {
|
|
34204
34204
|
language: "typescript",
|
|
34205
34205
|
openapiDocVersion: "2.0",
|
|
34206
|
-
sdkVersion: "4.0.0-rc.
|
|
34207
|
-
genVersion: "2.753.
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 4.0.0-rc.
|
|
34206
|
+
sdkVersion: "4.0.0-rc.34",
|
|
34207
|
+
genVersion: "2.753.7",
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 4.0.0-rc.34 2.753.7 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -38548,7 +38548,7 @@ var init_createbudget = __esm(() => {
|
|
|
38548
38548
|
is_active: booleanType(),
|
|
38549
38549
|
consumption: lazyType(() => Consumption$inboundSchema).optional(),
|
|
38550
38550
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
38551
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
38551
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.655Z").transform((v2) => new Date(v2))
|
|
38552
38552
|
}).transform((v2) => {
|
|
38553
38553
|
return remap(v2, {
|
|
38554
38554
|
_id: "id",
|
|
@@ -38566,7 +38566,7 @@ var init_createbudget = __esm(() => {
|
|
|
38566
38566
|
isActive: booleanType(),
|
|
38567
38567
|
consumption: lazyType(() => Consumption$outboundSchema).optional(),
|
|
38568
38568
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
38569
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
38569
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.655Z")).transform((v2) => v2.toISOString())
|
|
38570
38570
|
}).transform((v2) => {
|
|
38571
38571
|
return remap(v2, {
|
|
38572
38572
|
id: "_id",
|
|
@@ -38706,7 +38706,7 @@ var init_createcontact = __esm(() => {
|
|
|
38706
38706
|
tags: arrayType(stringType()).optional(),
|
|
38707
38707
|
metadata: recordType(anyType()).optional(),
|
|
38708
38708
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
38709
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
38709
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
38710
38710
|
}).transform((v2) => {
|
|
38711
38711
|
return remap(v2, {
|
|
38712
38712
|
_id: "id",
|
|
@@ -38726,7 +38726,7 @@ var init_createcontact = __esm(() => {
|
|
|
38726
38726
|
tags: arrayType(stringType()).optional(),
|
|
38727
38727
|
metadata: recordType(anyType()).optional(),
|
|
38728
38728
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
38729
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
38729
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
38730
38730
|
}).transform((v2) => {
|
|
38731
38731
|
return remap(v2, {
|
|
38732
38732
|
id: "_id",
|
|
@@ -38786,7 +38786,7 @@ var init_createdataset = __esm(() => {
|
|
|
38786
38786
|
created_by_id: stringType().optional(),
|
|
38787
38787
|
updated_by_id: stringType().optional(),
|
|
38788
38788
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
38789
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
38789
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
38790
38790
|
}).transform((v2) => {
|
|
38791
38791
|
return remap(v2, {
|
|
38792
38792
|
_id: "id",
|
|
@@ -38806,7 +38806,7 @@ var init_createdataset = __esm(() => {
|
|
|
38806
38806
|
createdById: stringType().optional(),
|
|
38807
38807
|
updatedById: stringType().optional(),
|
|
38808
38808
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
38809
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
38809
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
38810
38810
|
}).transform((v2) => {
|
|
38811
38811
|
return remap(v2, {
|
|
38812
38812
|
id: "_id",
|
|
@@ -39880,7 +39880,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39880
39880
|
human_review_id: stringType(),
|
|
39881
39881
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
39882
39882
|
reviewed_by_id: stringType(),
|
|
39883
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
39883
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.994Z").transform((v2) => new Date(v2)),
|
|
39884
39884
|
type: CreateDatasetItemEvaluationsDatasetsType$inboundSchema,
|
|
39885
39885
|
values: arrayType(stringType())
|
|
39886
39886
|
}).transform((v2) => {
|
|
@@ -39897,7 +39897,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39897
39897
|
humanReviewId: stringType(),
|
|
39898
39898
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
39899
39899
|
reviewedById: stringType(),
|
|
39900
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
39900
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.994Z")).transform((v2) => v2.toISOString()),
|
|
39901
39901
|
type: CreateDatasetItemEvaluationsDatasetsType$outboundSchema,
|
|
39902
39902
|
values: arrayType(stringType())
|
|
39903
39903
|
}).transform((v2) => {
|
|
@@ -39920,7 +39920,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39920
39920
|
human_review_id: stringType(),
|
|
39921
39921
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
39922
39922
|
reviewed_by_id: stringType(),
|
|
39923
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
39923
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.993Z").transform((v2) => new Date(v2)),
|
|
39924
39924
|
type: CreateDatasetItemEvaluationsType$inboundSchema,
|
|
39925
39925
|
value: numberType()
|
|
39926
39926
|
}).transform((v2) => {
|
|
@@ -39937,7 +39937,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39937
39937
|
humanReviewId: stringType(),
|
|
39938
39938
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
39939
39939
|
reviewedById: stringType(),
|
|
39940
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
39940
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.993Z")).transform((v2) => v2.toISOString()),
|
|
39941
39941
|
type: CreateDatasetItemEvaluationsType$outboundSchema,
|
|
39942
39942
|
value: numberType()
|
|
39943
39943
|
}).transform((v2) => {
|
|
@@ -39960,7 +39960,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39960
39960
|
human_review_id: stringType(),
|
|
39961
39961
|
source: Source$inboundSchema.default("orq"),
|
|
39962
39962
|
reviewed_by_id: stringType(),
|
|
39963
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
39963
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.992Z").transform((v2) => new Date(v2)),
|
|
39964
39964
|
type: EvaluationsType$inboundSchema,
|
|
39965
39965
|
value: stringType()
|
|
39966
39966
|
}).transform((v2) => {
|
|
@@ -39977,7 +39977,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
39977
39977
|
humanReviewId: stringType(),
|
|
39978
39978
|
source: Source$outboundSchema.default("orq"),
|
|
39979
39979
|
reviewedById: stringType(),
|
|
39980
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
39980
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.992Z")).transform((v2) => v2.toISOString()),
|
|
39981
39981
|
type: EvaluationsType$outboundSchema,
|
|
39982
39982
|
value: stringType()
|
|
39983
39983
|
}).transform((v2) => {
|
|
@@ -40020,7 +40020,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
40020
40020
|
created_by_id: stringType().optional(),
|
|
40021
40021
|
updated_by_id: stringType().optional(),
|
|
40022
40022
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
40023
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
40023
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
40024
40024
|
}).transform((v2) => {
|
|
40025
40025
|
return remap(v2, {
|
|
40026
40026
|
_id: "id",
|
|
@@ -40054,7 +40054,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
40054
40054
|
createdById: stringType().optional(),
|
|
40055
40055
|
updatedById: stringType().optional(),
|
|
40056
40056
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
40057
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
40057
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
40058
40058
|
}).transform((v2) => {
|
|
40059
40059
|
return remap(v2, {
|
|
40060
40060
|
id: "_id",
|
|
@@ -40233,7 +40233,7 @@ var init_createdatasource = __esm(() => {
|
|
|
40233
40233
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
40234
40234
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
40235
40235
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
40236
|
-
_id: stringType().default("
|
|
40236
|
+
_id: stringType().default("01KA1AV0XZQ0A9MAVS7RG2TJAA"),
|
|
40237
40237
|
display_name: stringType(),
|
|
40238
40238
|
description: stringType().optional(),
|
|
40239
40239
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -40256,7 +40256,7 @@ var init_createdatasource = __esm(() => {
|
|
|
40256
40256
|
});
|
|
40257
40257
|
});
|
|
40258
40258
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
40259
|
-
id: stringType().default("
|
|
40259
|
+
id: stringType().default("01KA1AV0XZQ0A9MAVS7RG2TJAA"),
|
|
40260
40260
|
displayName: stringType(),
|
|
40261
40261
|
description: stringType().optional(),
|
|
40262
40262
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -40977,8 +40977,8 @@ var init_createeval2 = __esm(() => {
|
|
|
40977
40977
|
Typescript$inboundSchema = objectType({
|
|
40978
40978
|
_id: stringType(),
|
|
40979
40979
|
description: stringType(),
|
|
40980
|
-
created: stringType().default("2025-11-
|
|
40981
|
-
updated: stringType().default("2025-11-
|
|
40980
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
40981
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
40982
40982
|
guardrail_config: unionType([
|
|
40983
40983
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
40984
40984
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -40995,8 +40995,8 @@ var init_createeval2 = __esm(() => {
|
|
|
40995
40995
|
Typescript$outboundSchema = objectType({
|
|
40996
40996
|
id: stringType(),
|
|
40997
40997
|
description: stringType(),
|
|
40998
|
-
created: stringType().default("2025-11-
|
|
40999
|
-
updated: stringType().default("2025-11-
|
|
40998
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
40999
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41000
41000
|
guardrailConfig: unionType([
|
|
41001
41001
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
41002
41002
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -41053,8 +41053,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41053
41053
|
Ragas$inboundSchema = objectType({
|
|
41054
41054
|
_id: stringType(),
|
|
41055
41055
|
description: stringType(),
|
|
41056
|
-
created: stringType().default("2025-11-
|
|
41057
|
-
updated: stringType().default("2025-11-
|
|
41056
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41057
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41058
41058
|
guardrail_config: unionType([
|
|
41059
41059
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
41060
41060
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -41073,8 +41073,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41073
41073
|
Ragas$outboundSchema = objectType({
|
|
41074
41074
|
id: stringType(),
|
|
41075
41075
|
description: stringType(),
|
|
41076
|
-
created: stringType().default("2025-11-
|
|
41077
|
-
updated: stringType().default("2025-11-
|
|
41076
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41077
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41078
41078
|
guardrailConfig: unionType([
|
|
41079
41079
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
41080
41080
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -41511,8 +41511,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41511
41511
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
41512
41512
|
_id: stringType(),
|
|
41513
41513
|
description: stringType(),
|
|
41514
|
-
created: stringType().default("2025-11-
|
|
41515
|
-
updated: stringType().default("2025-11-
|
|
41514
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41515
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41516
41516
|
guardrail_config: unionType([
|
|
41517
41517
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
41518
41518
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -41566,8 +41566,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41566
41566
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
41567
41567
|
id: stringType(),
|
|
41568
41568
|
description: stringType(),
|
|
41569
|
-
created: stringType().default("2025-11-
|
|
41570
|
-
updated: stringType().default("2025-11-
|
|
41569
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41570
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41571
41571
|
guardrailConfig: unionType([
|
|
41572
41572
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
41573
41573
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -41659,8 +41659,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41659
41659
|
ResponseBodyPython$inboundSchema = objectType({
|
|
41660
41660
|
_id: stringType(),
|
|
41661
41661
|
description: stringType(),
|
|
41662
|
-
created: stringType().default("2025-11-
|
|
41663
|
-
updated: stringType().default("2025-11-
|
|
41662
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41663
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41664
41664
|
guardrail_config: unionType([
|
|
41665
41665
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
41666
41666
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -41677,8 +41677,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41677
41677
|
ResponseBodyPython$outboundSchema = objectType({
|
|
41678
41678
|
id: stringType(),
|
|
41679
41679
|
description: stringType(),
|
|
41680
|
-
created: stringType().default("2025-11-
|
|
41681
|
-
updated: stringType().default("2025-11-
|
|
41680
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41681
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41682
41682
|
guardrailConfig: unionType([
|
|
41683
41683
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
41684
41684
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -41735,8 +41735,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41735
41735
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
41736
41736
|
_id: stringType(),
|
|
41737
41737
|
description: stringType(),
|
|
41738
|
-
created: stringType().default("2025-11-
|
|
41739
|
-
updated: stringType().default("2025-11-
|
|
41738
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41739
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41740
41740
|
guardrail_config: unionType([
|
|
41741
41741
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
41742
41742
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -41756,8 +41756,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41756
41756
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
41757
41757
|
id: stringType(),
|
|
41758
41758
|
description: stringType(),
|
|
41759
|
-
created: stringType().default("2025-11-
|
|
41760
|
-
updated: stringType().default("2025-11-
|
|
41759
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41760
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41761
41761
|
guardrailConfig: unionType([
|
|
41762
41762
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
41763
41763
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -41815,8 +41815,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41815
41815
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
41816
41816
|
_id: stringType(),
|
|
41817
41817
|
description: stringType(),
|
|
41818
|
-
created: stringType().default("2025-11-
|
|
41819
|
-
updated: stringType().default("2025-11-
|
|
41818
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41819
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41820
41820
|
guardrail_config: unionType([
|
|
41821
41821
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
41822
41822
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -41833,8 +41833,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41833
41833
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
41834
41834
|
id: stringType(),
|
|
41835
41835
|
description: stringType(),
|
|
41836
|
-
created: stringType().default("2025-11-
|
|
41837
|
-
updated: stringType().default("2025-11-
|
|
41836
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41837
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41838
41838
|
guardrailConfig: unionType([
|
|
41839
41839
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
41840
41840
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -41889,8 +41889,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41889
41889
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
41890
41890
|
_id: stringType(),
|
|
41891
41891
|
description: stringType(),
|
|
41892
|
-
created: stringType().default("2025-11-
|
|
41893
|
-
updated: stringType().default("2025-11-
|
|
41892
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41893
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41894
41894
|
guardrail_config: unionType([
|
|
41895
41895
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
41896
41896
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -41908,8 +41908,8 @@ var init_createeval2 = __esm(() => {
|
|
|
41908
41908
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
41909
41909
|
id: stringType(),
|
|
41910
41910
|
description: stringType(),
|
|
41911
|
-
created: stringType().default("2025-11-
|
|
41912
|
-
updated: stringType().default("2025-11-
|
|
41911
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41912
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
41913
41913
|
guardrailConfig: unionType([
|
|
41914
41914
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
41915
41915
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -43156,6 +43156,7 @@ var init_createprompt = __esm(() => {
|
|
|
43156
43156
|
Base64: "base64"
|
|
43157
43157
|
};
|
|
43158
43158
|
ReasoningEffort = {
|
|
43159
|
+
None: "none",
|
|
43159
43160
|
Disable: "disable",
|
|
43160
43161
|
Minimal: "minimal",
|
|
43161
43162
|
Low: "low",
|
|
@@ -43281,6 +43282,7 @@ var init_createprompt = __esm(() => {
|
|
|
43281
43282
|
Base64: "base64"
|
|
43282
43283
|
};
|
|
43283
43284
|
CreatePromptReasoningEffort = {
|
|
43285
|
+
None: "none",
|
|
43284
43286
|
Disable: "disable",
|
|
43285
43287
|
Minimal: "minimal",
|
|
43286
43288
|
Low: "low",
|
|
@@ -45188,7 +45190,7 @@ var init_createtool = __esm(() => {
|
|
|
45188
45190
|
code: stringType()
|
|
45189
45191
|
});
|
|
45190
45192
|
ResponseBody5$inboundSchema = objectType({
|
|
45191
|
-
_id: stringType().default("
|
|
45193
|
+
_id: stringType().default("tool_01KA1AV0RVGSHNQ92FH90VAJZQ"),
|
|
45192
45194
|
path: stringType(),
|
|
45193
45195
|
key: stringType(),
|
|
45194
45196
|
display_name: stringType().optional(),
|
|
@@ -45216,7 +45218,7 @@ var init_createtool = __esm(() => {
|
|
|
45216
45218
|
});
|
|
45217
45219
|
});
|
|
45218
45220
|
ResponseBody5$outboundSchema = objectType({
|
|
45219
|
-
id: stringType().default("
|
|
45221
|
+
id: stringType().default("tool_01KA1AV0RVGSHNQ92FH90VAJZQ"),
|
|
45220
45222
|
path: stringType(),
|
|
45221
45223
|
key: stringType(),
|
|
45222
45224
|
displayName: stringType().optional(),
|
|
@@ -45302,7 +45304,7 @@ var init_createtool = __esm(() => {
|
|
|
45302
45304
|
});
|
|
45303
45305
|
});
|
|
45304
45306
|
ResponseBody4$inboundSchema = objectType({
|
|
45305
|
-
_id: stringType().default("
|
|
45307
|
+
_id: stringType().default("tool_01KA1AV0RQV93SY1R0A3QNTSV4"),
|
|
45306
45308
|
path: stringType(),
|
|
45307
45309
|
key: stringType(),
|
|
45308
45310
|
display_name: stringType().optional(),
|
|
@@ -45329,7 +45331,7 @@ var init_createtool = __esm(() => {
|
|
|
45329
45331
|
});
|
|
45330
45332
|
});
|
|
45331
45333
|
ResponseBody4$outboundSchema = objectType({
|
|
45332
|
-
id: stringType().default("
|
|
45334
|
+
id: stringType().default("tool_01KA1AV0RQV93SY1R0A3QNTSV4"),
|
|
45333
45335
|
path: stringType(),
|
|
45334
45336
|
key: stringType(),
|
|
45335
45337
|
displayName: stringType().optional(),
|
|
@@ -45418,7 +45420,7 @@ var init_createtool = __esm(() => {
|
|
|
45418
45420
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
45419
45421
|
});
|
|
45420
45422
|
ResponseBody3$inboundSchema = objectType({
|
|
45421
|
-
_id: stringType().default("
|
|
45423
|
+
_id: stringType().default("tool_01KA1AV0RM3C1SWJK6Z0FM273H"),
|
|
45422
45424
|
path: stringType(),
|
|
45423
45425
|
key: stringType(),
|
|
45424
45426
|
display_name: stringType().optional(),
|
|
@@ -45445,7 +45447,7 @@ var init_createtool = __esm(() => {
|
|
|
45445
45447
|
});
|
|
45446
45448
|
});
|
|
45447
45449
|
ResponseBody3$outboundSchema = objectType({
|
|
45448
|
-
id: stringType().default("
|
|
45450
|
+
id: stringType().default("tool_01KA1AV0RM3C1SWJK6Z0FM273H"),
|
|
45449
45451
|
path: stringType(),
|
|
45450
45452
|
key: stringType(),
|
|
45451
45453
|
displayName: stringType().optional(),
|
|
@@ -45506,7 +45508,7 @@ var init_createtool = __esm(() => {
|
|
|
45506
45508
|
strict: booleanType().optional()
|
|
45507
45509
|
});
|
|
45508
45510
|
ResponseBody2$inboundSchema = objectType({
|
|
45509
|
-
_id: stringType().default("
|
|
45511
|
+
_id: stringType().default("tool_01KA1AV0RH2RX1D18FWGQB4GHA"),
|
|
45510
45512
|
path: stringType(),
|
|
45511
45513
|
key: stringType(),
|
|
45512
45514
|
display_name: stringType().optional(),
|
|
@@ -45534,7 +45536,7 @@ var init_createtool = __esm(() => {
|
|
|
45534
45536
|
});
|
|
45535
45537
|
});
|
|
45536
45538
|
ResponseBody2$outboundSchema = objectType({
|
|
45537
|
-
id: stringType().default("
|
|
45539
|
+
id: stringType().default("tool_01KA1AV0RH2RX1D18FWGQB4GHA"),
|
|
45538
45540
|
path: stringType(),
|
|
45539
45541
|
key: stringType(),
|
|
45540
45542
|
displayName: stringType().optional(),
|
|
@@ -45598,7 +45600,7 @@ var init_createtool = __esm(() => {
|
|
|
45598
45600
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
45599
45601
|
});
|
|
45600
45602
|
ResponseBody1$inboundSchema = objectType({
|
|
45601
|
-
_id: stringType().default("
|
|
45603
|
+
_id: stringType().default("tool_01KA1AV0RF9X531GGHM9GSR7J3"),
|
|
45602
45604
|
path: stringType(),
|
|
45603
45605
|
key: stringType(),
|
|
45604
45606
|
display_name: stringType().optional(),
|
|
@@ -45625,7 +45627,7 @@ var init_createtool = __esm(() => {
|
|
|
45625
45627
|
});
|
|
45626
45628
|
});
|
|
45627
45629
|
ResponseBody1$outboundSchema = objectType({
|
|
45628
|
-
id: stringType().default("
|
|
45630
|
+
id: stringType().default("tool_01KA1AV0RF9X531GGHM9GSR7J3"),
|
|
45629
45631
|
path: stringType(),
|
|
45630
45632
|
key: stringType(),
|
|
45631
45633
|
displayName: stringType().optional(),
|
|
@@ -47094,7 +47096,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
47094
47096
|
});
|
|
47095
47097
|
|
|
47096
47098
|
// src/models/operations/deploymentgetconfig.ts
|
|
47097
|
-
var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigAnnotationsType, AnnotationsType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigAnnotationsDeploymentsRequestType, DeploymentGetConfigAnnotationsDeploymentsType, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormat6, DeploymentGetConfigResponseFormat5, DeploymentGetConfigResponseFormat4, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsResponseType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigVerbosity, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema, ToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfigAnnotationsType$inboundSchema, DeploymentGetConfigAnnotationsType$outboundSchema, FilePath$inboundSchema, FilePath$outboundSchema, Annotations2$inboundSchema, Annotations2$outboundSchema, AnnotationsType$inboundSchema, AnnotationsType$outboundSchema, FileCitation$inboundSchema, FileCitation$outboundSchema, Annotations1$inboundSchema, Annotations1$outboundSchema, Annotations$inboundSchema, Annotations$outboundSchema, TextContentPart$inboundSchema, TextContentPart$outboundSchema, Content2$inboundSchema, Content2$outboundSchema, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, Audio$inboundSchema, Audio$outboundSchema, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, FunctionT$inboundSchema, FunctionT$outboundSchema, ToolCalls$inboundSchema, ToolCalls$outboundSchema, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, FileT$inboundSchema, FileT$outboundSchema, Four$inboundSchema, Four$outboundSchema, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, Format$inboundSchema, Format$outboundSchema, InputAudio$inboundSchema, InputAudio$outboundSchema, Three$inboundSchema, Three$outboundSchema, TwoType$inboundSchema, TwoType$outboundSchema, Detail$inboundSchema, Detail$outboundSchema, ImageUrl$inboundSchema, ImageUrl$outboundSchema, Two2$inboundSchema, Two2$outboundSchema, Type$inboundSchema, Type$outboundSchema, One$inboundSchema, One$outboundSchema, Two$inboundSchema, Two$outboundSchema, Content$inboundSchema, Content$outboundSchema, UserMessage$inboundSchema, UserMessage$outboundSchema, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, SystemMessage$inboundSchema, SystemMessage$outboundSchema, Role$inboundSchema, Role$outboundSchema, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$outboundSchema, AnnotationsFilePath$inboundSchema, AnnotationsFilePath$outboundSchema, DeploymentGetConfigAnnotations2$inboundSchema, DeploymentGetConfigAnnotations2$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$outboundSchema, AnnotationsFileCitation$inboundSchema, AnnotationsFileCitation$outboundSchema, DeploymentGetConfigAnnotations1$inboundSchema, DeploymentGetConfigAnnotations1$outboundSchema, TwoAnnotations$inboundSchema, TwoAnnotations$outboundSchema, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, TwoFile$inboundSchema, TwoFile$outboundSchema, Two4$inboundSchema, Two4$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, Two3$inboundSchema, Two3$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, Two1$inboundSchema, Two1$outboundSchema, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, Messages$inboundSchema, Messages$outboundSchema, Metadata$inboundSchema, Metadata$outboundSchema, Documents$inboundSchema, Documents$outboundSchema, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, Thread$inboundSchema, Thread$outboundSchema, OrExists$inboundSchema, OrExists$outboundSchema, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, OrNin$inboundSchema, OrNin$outboundSchema, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, OrIn$inboundSchema, OrIn$outboundSchema, OrLte$inboundSchema, OrLte$outboundSchema, OrLt$inboundSchema, OrLt$outboundSchema, OrGte$inboundSchema, OrGte$outboundSchema, Or3$inboundSchema, Or3$outboundSchema, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, OrNe$inboundSchema, OrNe$outboundSchema, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, OrEq$inboundSchema, OrEq$outboundSchema, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, Or$inboundSchema, Or$outboundSchema, AndExists$inboundSchema, AndExists$outboundSchema, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, AndNin$inboundSchema, AndNin$outboundSchema, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, AndIn$inboundSchema, AndIn$outboundSchema, AndLte$inboundSchema, AndLte$outboundSchema, AndLt$inboundSchema, AndLt$outboundSchema, AndGte$inboundSchema, AndGte$outboundSchema, And3$inboundSchema, And3$outboundSchema, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, AndNe$inboundSchema, AndNe$outboundSchema, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, AndEq$inboundSchema, AndEq$outboundSchema, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, And$inboundSchema, And$outboundSchema, Exists$inboundSchema, Exists$outboundSchema, OneNin$inboundSchema, OneNin$outboundSchema, Nin$inboundSchema, Nin$outboundSchema, OneIn$inboundSchema, OneIn$outboundSchema, In$inboundSchema, In$outboundSchema, Lte$inboundSchema, Lte$outboundSchema, Lt$inboundSchema, Lt$outboundSchema, Gte$inboundSchema, Gte$outboundSchema, One3$inboundSchema, One3$outboundSchema, OneNe$inboundSchema, OneNe$outboundSchema, Ne$inboundSchema, Ne$outboundSchema, OneEq$inboundSchema, OneEq$outboundSchema, Eq$inboundSchema, Eq$outboundSchema, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigResponseFormat6$inboundSchema, DeploymentGetConfigResponseFormat6$outboundSchema, DeploymentGetConfigResponseFormat5$inboundSchema, DeploymentGetConfigResponseFormat5$outboundSchema, DeploymentGetConfigResponseFormat4$inboundSchema, DeploymentGetConfigResponseFormat4$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormat3$inboundSchema, DeploymentGetConfigResponseFormat3$outboundSchema, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigVerbosity$inboundSchema, DeploymentGetConfigVerbosity$outboundSchema, DeploymentGetConfigParameters$inboundSchema, DeploymentGetConfigParameters$outboundSchema, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigTools$inboundSchema, DeploymentGetConfigTools$outboundSchema, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema;
|
|
47099
|
+
var DeploymentGetConfigPrefixMessagesDeploymentsRequestRole, DeploymentGetConfig2DeploymentsRequestRequestBodyType, DeploymentGetConfig2DeploymentsRequestType, DeploymentGetConfigAnnotationsType, AnnotationsType, DeploymentGetConfigPrefixMessagesDeploymentsRole, PrefixMessagesType, DeploymentGetConfigPrefixMessagesRole, DeploymentGetConfig2DeploymentsType, DeploymentGetConfig2Type, Format, TwoType, Detail, Type, PrefixMessagesRole, Role, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type, DeploymentGetConfigAnnotationsDeploymentsRequestType, DeploymentGetConfigAnnotationsDeploymentsType, DeploymentGetConfigMessagesDeploymentsRequestRole, MessagesType, DeploymentGetConfigMessagesDeploymentsRole, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType, TwoFormat, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type, TwoDetail, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType, DeploymentGetConfigMessagesRole, MessagesRole, DeploymentGetConfigType, DeploymentGetConfigRole, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType, DeploymentGetConfig2DeploymentsResponse200Type, DeploymentGetConfig2DeploymentsResponseType, DeploymentGetConfigDeploymentsResponseType, DeploymentGetConfigFormat, DeploymentGetConfigResponseFormat6, DeploymentGetConfigResponseFormat5, DeploymentGetConfigResponseFormat4, DeploymentGetConfigResponseFormatDeploymentsType, DeploymentGetConfigResponseFormatType, DeploymentGetConfigResponseFormatDeploymentsResponseType, DeploymentGetConfigPhotoRealVersion, DeploymentGetConfigEncodingFormat, DeploymentGetConfigReasoningEffort, DeploymentGetConfigVerbosity, DeploymentGetConfigDeploymentsType, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentGetConfigPrefixMessagesContent$inboundSchema, DeploymentGetConfigPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema, ToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyType$outboundSchema, RefusalContentPart$inboundSchema, RefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestType$inboundSchema, DeploymentGetConfig2DeploymentsRequestType$outboundSchema, DeploymentGetConfigAnnotationsType$inboundSchema, DeploymentGetConfigAnnotationsType$outboundSchema, FilePath$inboundSchema, FilePath$outboundSchema, Annotations2$inboundSchema, Annotations2$outboundSchema, AnnotationsType$inboundSchema, AnnotationsType$outboundSchema, FileCitation$inboundSchema, FileCitation$outboundSchema, Annotations1$inboundSchema, Annotations1$outboundSchema, Annotations$inboundSchema, Annotations$outboundSchema, TextContentPart$inboundSchema, TextContentPart$outboundSchema, Content2$inboundSchema, Content2$outboundSchema, PrefixMessagesContent$inboundSchema, PrefixMessagesContent$outboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigPrefixMessagesDeploymentsRole$outboundSchema, Audio$inboundSchema, Audio$outboundSchema, PrefixMessagesType$inboundSchema, PrefixMessagesType$outboundSchema, FunctionT$inboundSchema, FunctionT$outboundSchema, ToolCalls$inboundSchema, ToolCalls$outboundSchema, AssistantMessage$inboundSchema, AssistantMessage$outboundSchema, DeploymentGetConfigPrefixMessagesRole$inboundSchema, DeploymentGetConfigPrefixMessagesRole$outboundSchema, DeploymentGetConfig2DeploymentsType$inboundSchema, DeploymentGetConfig2DeploymentsType$outboundSchema, FileT$inboundSchema, FileT$outboundSchema, Four$inboundSchema, Four$outboundSchema, DeploymentGetConfig2Type$inboundSchema, DeploymentGetConfig2Type$outboundSchema, Format$inboundSchema, Format$outboundSchema, InputAudio$inboundSchema, InputAudio$outboundSchema, Three$inboundSchema, Three$outboundSchema, TwoType$inboundSchema, TwoType$outboundSchema, Detail$inboundSchema, Detail$outboundSchema, ImageUrl$inboundSchema, ImageUrl$outboundSchema, Two2$inboundSchema, Two2$outboundSchema, Type$inboundSchema, Type$outboundSchema, One$inboundSchema, One$outboundSchema, Two$inboundSchema, Two$outboundSchema, Content$inboundSchema, Content$outboundSchema, UserMessage$inboundSchema, UserMessage$outboundSchema, PrefixMessagesRole$inboundSchema, PrefixMessagesRole$outboundSchema, SystemMessage$inboundSchema, SystemMessage$outboundSchema, Role$inboundSchema, Role$outboundSchema, DeveloperMessage$inboundSchema, DeveloperMessage$outboundSchema, PrefixMessages$inboundSchema, PrefixMessages$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentGetConfigMessagesDeploymentsContent$inboundSchema, DeploymentGetConfigMessagesDeploymentsContent$outboundSchema, MessagesToolMessage$inboundSchema, MessagesToolMessage$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema, TwoRefusalContentPart$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsRequestType$outboundSchema, AnnotationsFilePath$inboundSchema, AnnotationsFilePath$outboundSchema, DeploymentGetConfigAnnotations2$inboundSchema, DeploymentGetConfigAnnotations2$outboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$inboundSchema, DeploymentGetConfigAnnotationsDeploymentsType$outboundSchema, AnnotationsFileCitation$inboundSchema, AnnotationsFileCitation$outboundSchema, DeploymentGetConfigAnnotations1$inboundSchema, DeploymentGetConfigAnnotations1$outboundSchema, TwoAnnotations$inboundSchema, TwoAnnotations$outboundSchema, TwoTextContentPart$inboundSchema, TwoTextContentPart$outboundSchema, DeploymentGetConfigContentDeployments2$inboundSchema, DeploymentGetConfigContentDeployments2$outboundSchema, DeploymentGetConfigMessagesContent$inboundSchema, DeploymentGetConfigMessagesContent$outboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRequestRole$outboundSchema, MessagesAudio$inboundSchema, MessagesAudio$outboundSchema, MessagesType$inboundSchema, MessagesType$outboundSchema, MessagesFunction$inboundSchema, MessagesFunction$outboundSchema, MessagesToolCalls$inboundSchema, MessagesToolCalls$outboundSchema, MessagesAssistantMessage$inboundSchema, MessagesAssistantMessage$outboundSchema, DeploymentGetConfigMessagesDeploymentsRole$inboundSchema, DeploymentGetConfigMessagesDeploymentsRole$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, TwoFile$inboundSchema, TwoFile$outboundSchema, Two4$inboundSchema, Two4$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, TwoFormat$inboundSchema, TwoFormat$outboundSchema, TwoInputAudio$inboundSchema, TwoInputAudio$outboundSchema, Two3$inboundSchema, Two3$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, TwoDetail$inboundSchema, TwoDetail$outboundSchema, TwoImageUrl$inboundSchema, TwoImageUrl$outboundSchema, DeploymentGetConfig22$inboundSchema, DeploymentGetConfig22$outboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentGetConfig2DeploymentsRequestRequestBodyMessagesType$outboundSchema, Two1$inboundSchema, Two1$outboundSchema, DeploymentGetConfigContent2$inboundSchema, DeploymentGetConfigContent2$outboundSchema, MessagesContent$inboundSchema, MessagesContent$outboundSchema, MessagesUserMessage$inboundSchema, MessagesUserMessage$outboundSchema, DeploymentGetConfigMessagesRole$inboundSchema, DeploymentGetConfigMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema, MessagesSystemMessage$outboundSchema, MessagesRole$inboundSchema, MessagesRole$outboundSchema, MessagesDeveloperMessage$inboundSchema, MessagesDeveloperMessage$outboundSchema, Messages$inboundSchema, Messages$outboundSchema, Metadata$inboundSchema, Metadata$outboundSchema, Documents$inboundSchema, Documents$outboundSchema, InvokeOptions$inboundSchema, InvokeOptions$outboundSchema, Thread$inboundSchema, Thread$outboundSchema, OrExists$inboundSchema, OrExists$outboundSchema, DeploymentGetConfigOrNin$inboundSchema, DeploymentGetConfigOrNin$outboundSchema, OrNin$inboundSchema, OrNin$outboundSchema, DeploymentGetConfigOrIn$inboundSchema, DeploymentGetConfigOrIn$outboundSchema, OrIn$inboundSchema, OrIn$outboundSchema, OrLte$inboundSchema, OrLte$outboundSchema, OrLt$inboundSchema, OrLt$outboundSchema, OrGte$inboundSchema, OrGte$outboundSchema, OrGt$inboundSchema, OrGt$outboundSchema, DeploymentGetConfigOrNe$inboundSchema, DeploymentGetConfigOrNe$outboundSchema, OrNe$inboundSchema, OrNe$outboundSchema, DeploymentGetConfigOrEq$inboundSchema, DeploymentGetConfigOrEq$outboundSchema, OrEq$inboundSchema, OrEq$outboundSchema, KnowledgeFilterOr$inboundSchema, KnowledgeFilterOr$outboundSchema, Or$inboundSchema, Or$outboundSchema, AndExists$inboundSchema, AndExists$outboundSchema, DeploymentGetConfigAndNin$inboundSchema, DeploymentGetConfigAndNin$outboundSchema, AndNin$inboundSchema, AndNin$outboundSchema, DeploymentGetConfigAndIn$inboundSchema, DeploymentGetConfigAndIn$outboundSchema, AndIn$inboundSchema, AndIn$outboundSchema, AndLte$inboundSchema, AndLte$outboundSchema, AndLt$inboundSchema, AndLt$outboundSchema, AndGte$inboundSchema, AndGte$outboundSchema, AndGt$inboundSchema, AndGt$outboundSchema, DeploymentGetConfigAndNe$inboundSchema, DeploymentGetConfigAndNe$outboundSchema, AndNe$inboundSchema, AndNe$outboundSchema, DeploymentGetConfigAndEq$inboundSchema, DeploymentGetConfigAndEq$outboundSchema, AndEq$inboundSchema, AndEq$outboundSchema, KnowledgeFilterAnd$inboundSchema, KnowledgeFilterAnd$outboundSchema, And$inboundSchema, And$outboundSchema, Exists$inboundSchema, Exists$outboundSchema, OneNin$inboundSchema, OneNin$outboundSchema, Nin$inboundSchema, Nin$outboundSchema, OneIn$inboundSchema, OneIn$outboundSchema, In$inboundSchema, In$outboundSchema, Lte$inboundSchema, Lte$outboundSchema, Lt$inboundSchema, Lt$outboundSchema, Gte$inboundSchema, Gte$outboundSchema, Gt$inboundSchema, Gt$outboundSchema, OneNe$inboundSchema, OneNe$outboundSchema, Ne$inboundSchema, Ne$outboundSchema, OneEq$inboundSchema, OneEq$outboundSchema, Eq$inboundSchema, Eq$outboundSchema, KnowledgeFilter1$inboundSchema, KnowledgeFilter1$outboundSchema, KnowledgeFilter$inboundSchema, KnowledgeFilter$outboundSchema, DeploymentGetConfigRequestBody$inboundSchema, DeploymentGetConfigRequestBody$outboundSchema, DeploymentGetConfigType$inboundSchema, DeploymentGetConfigType$outboundSchema, DeploymentGetConfigRole$inboundSchema, DeploymentGetConfigRole$outboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$inboundSchema, DeploymentGetConfig2DeploymentsResponse200ApplicationJSONType$outboundSchema, DeploymentGetConfig2File$inboundSchema, DeploymentGetConfig2File$outboundSchema, DeploymentGetConfig23$inboundSchema, DeploymentGetConfig23$outboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$inboundSchema, DeploymentGetConfig2DeploymentsResponse200Type$outboundSchema, DeploymentGetConfig2ImageUrl$inboundSchema, DeploymentGetConfig2ImageUrl$outboundSchema, DeploymentGetConfig2Deployments2$inboundSchema, DeploymentGetConfig2Deployments2$outboundSchema, DeploymentGetConfig2DeploymentsResponseType$inboundSchema, DeploymentGetConfig2DeploymentsResponseType$outboundSchema, DeploymentGetConfig21$inboundSchema, DeploymentGetConfig21$outboundSchema, DeploymentGetConfigContentDeploymentsResponse2$inboundSchema, DeploymentGetConfigContentDeploymentsResponse2$outboundSchema, DeploymentGetConfigContent$inboundSchema, DeploymentGetConfigContent$outboundSchema, DeploymentGetConfigDeploymentsResponseType$inboundSchema, DeploymentGetConfigDeploymentsResponseType$outboundSchema, DeploymentGetConfigDeploymentsFunction$inboundSchema, DeploymentGetConfigDeploymentsFunction$outboundSchema, DeploymentGetConfigToolCalls$inboundSchema, DeploymentGetConfigToolCalls$outboundSchema, DeploymentGetConfigMessages$inboundSchema, DeploymentGetConfigMessages$outboundSchema, DeploymentGetConfigFormat$inboundSchema, DeploymentGetConfigFormat$outboundSchema, DeploymentGetConfigResponseFormat6$inboundSchema, DeploymentGetConfigResponseFormat6$outboundSchema, DeploymentGetConfigResponseFormat5$inboundSchema, DeploymentGetConfigResponseFormat5$outboundSchema, DeploymentGetConfigResponseFormat4$inboundSchema, DeploymentGetConfigResponseFormat4$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsType$outboundSchema, DeploymentGetConfigResponseFormat3$inboundSchema, DeploymentGetConfigResponseFormat3$outboundSchema, DeploymentGetConfigResponseFormatType$inboundSchema, DeploymentGetConfigResponseFormatType$outboundSchema, DeploymentGetConfigResponseFormat2$inboundSchema, DeploymentGetConfigResponseFormat2$outboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$inboundSchema, DeploymentGetConfigResponseFormatDeploymentsResponseType$outboundSchema, DeploymentGetConfigResponseFormatJsonSchema$inboundSchema, DeploymentGetConfigResponseFormatJsonSchema$outboundSchema, DeploymentGetConfigResponseFormat1$inboundSchema, DeploymentGetConfigResponseFormat1$outboundSchema, DeploymentGetConfigResponseFormat$inboundSchema, DeploymentGetConfigResponseFormat$outboundSchema, DeploymentGetConfigPhotoRealVersion$inboundSchema, DeploymentGetConfigPhotoRealVersion$outboundSchema, DeploymentGetConfigEncodingFormat$inboundSchema, DeploymentGetConfigEncodingFormat$outboundSchema, DeploymentGetConfigReasoningEffort$inboundSchema, DeploymentGetConfigReasoningEffort$outboundSchema, DeploymentGetConfigVerbosity$inboundSchema, DeploymentGetConfigVerbosity$outboundSchema, DeploymentGetConfigParameters$inboundSchema, DeploymentGetConfigParameters$outboundSchema, DeploymentGetConfigDeploymentsType$inboundSchema, DeploymentGetConfigDeploymentsType$outboundSchema, DeploymentGetConfigFunction$inboundSchema, DeploymentGetConfigFunction$outboundSchema, DeploymentGetConfigTools$inboundSchema, DeploymentGetConfigTools$outboundSchema, DeploymentGetConfigResponseBody$inboundSchema, DeploymentGetConfigResponseBody$outboundSchema;
|
|
47098
47100
|
var init_deploymentgetconfig = __esm(() => {
|
|
47099
47101
|
init_esm();
|
|
47100
47102
|
init_primitives();
|
|
@@ -47276,6 +47278,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
47276
47278
|
Base64: "base64"
|
|
47277
47279
|
};
|
|
47278
47280
|
DeploymentGetConfigReasoningEffort = {
|
|
47281
|
+
None: "none",
|
|
47279
47282
|
Disable: "disable",
|
|
47280
47283
|
Minimal: "minimal",
|
|
47281
47284
|
Low: "low",
|
|
@@ -48250,10 +48253,10 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48250
48253
|
OrGte$outboundSchema = objectType({
|
|
48251
48254
|
gte: numberType()
|
|
48252
48255
|
});
|
|
48253
|
-
|
|
48256
|
+
OrGt$inboundSchema = objectType({
|
|
48254
48257
|
gt: numberType()
|
|
48255
48258
|
});
|
|
48256
|
-
|
|
48259
|
+
OrGt$outboundSchema = objectType({
|
|
48257
48260
|
gt: numberType()
|
|
48258
48261
|
});
|
|
48259
48262
|
DeploymentGetConfigOrNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -48275,7 +48278,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48275
48278
|
KnowledgeFilterOr$inboundSchema = unionType([
|
|
48276
48279
|
lazyType(() => OrEq$inboundSchema),
|
|
48277
48280
|
lazyType(() => OrNe$inboundSchema),
|
|
48278
|
-
lazyType(() =>
|
|
48281
|
+
lazyType(() => OrGt$inboundSchema),
|
|
48279
48282
|
lazyType(() => OrGte$inboundSchema),
|
|
48280
48283
|
lazyType(() => OrLt$inboundSchema),
|
|
48281
48284
|
lazyType(() => OrLte$inboundSchema),
|
|
@@ -48286,7 +48289,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48286
48289
|
KnowledgeFilterOr$outboundSchema = unionType([
|
|
48287
48290
|
lazyType(() => OrEq$outboundSchema),
|
|
48288
48291
|
lazyType(() => OrNe$outboundSchema),
|
|
48289
|
-
lazyType(() =>
|
|
48292
|
+
lazyType(() => OrGt$outboundSchema),
|
|
48290
48293
|
lazyType(() => OrGte$outboundSchema),
|
|
48291
48294
|
lazyType(() => OrLt$outboundSchema),
|
|
48292
48295
|
lazyType(() => OrLte$outboundSchema),
|
|
@@ -48298,7 +48301,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48298
48301
|
or: arrayType(recordType(unionType([
|
|
48299
48302
|
lazyType(() => OrEq$inboundSchema),
|
|
48300
48303
|
lazyType(() => OrNe$inboundSchema),
|
|
48301
|
-
lazyType(() =>
|
|
48304
|
+
lazyType(() => OrGt$inboundSchema),
|
|
48302
48305
|
lazyType(() => OrGte$inboundSchema),
|
|
48303
48306
|
lazyType(() => OrLt$inboundSchema),
|
|
48304
48307
|
lazyType(() => OrLte$inboundSchema),
|
|
@@ -48311,7 +48314,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48311
48314
|
or: arrayType(recordType(unionType([
|
|
48312
48315
|
lazyType(() => OrEq$outboundSchema),
|
|
48313
48316
|
lazyType(() => OrNe$outboundSchema),
|
|
48314
|
-
lazyType(() =>
|
|
48317
|
+
lazyType(() => OrGt$outboundSchema),
|
|
48315
48318
|
lazyType(() => OrGte$outboundSchema),
|
|
48316
48319
|
lazyType(() => OrLt$outboundSchema),
|
|
48317
48320
|
lazyType(() => OrLte$outboundSchema),
|
|
@@ -48360,10 +48363,10 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48360
48363
|
AndGte$outboundSchema = objectType({
|
|
48361
48364
|
gte: numberType()
|
|
48362
48365
|
});
|
|
48363
|
-
|
|
48366
|
+
AndGt$inboundSchema = objectType({
|
|
48364
48367
|
gt: numberType()
|
|
48365
48368
|
});
|
|
48366
|
-
|
|
48369
|
+
AndGt$outboundSchema = objectType({
|
|
48367
48370
|
gt: numberType()
|
|
48368
48371
|
});
|
|
48369
48372
|
DeploymentGetConfigAndNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -48385,7 +48388,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48385
48388
|
KnowledgeFilterAnd$inboundSchema = unionType([
|
|
48386
48389
|
lazyType(() => AndEq$inboundSchema),
|
|
48387
48390
|
lazyType(() => AndNe$inboundSchema),
|
|
48388
|
-
lazyType(() =>
|
|
48391
|
+
lazyType(() => AndGt$inboundSchema),
|
|
48389
48392
|
lazyType(() => AndGte$inboundSchema),
|
|
48390
48393
|
lazyType(() => AndLt$inboundSchema),
|
|
48391
48394
|
lazyType(() => AndLte$inboundSchema),
|
|
@@ -48396,7 +48399,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48396
48399
|
KnowledgeFilterAnd$outboundSchema = unionType([
|
|
48397
48400
|
lazyType(() => AndEq$outboundSchema),
|
|
48398
48401
|
lazyType(() => AndNe$outboundSchema),
|
|
48399
|
-
lazyType(() =>
|
|
48402
|
+
lazyType(() => AndGt$outboundSchema),
|
|
48400
48403
|
lazyType(() => AndGte$outboundSchema),
|
|
48401
48404
|
lazyType(() => AndLt$outboundSchema),
|
|
48402
48405
|
lazyType(() => AndLte$outboundSchema),
|
|
@@ -48408,7 +48411,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48408
48411
|
and: arrayType(recordType(unionType([
|
|
48409
48412
|
lazyType(() => AndEq$inboundSchema),
|
|
48410
48413
|
lazyType(() => AndNe$inboundSchema),
|
|
48411
|
-
lazyType(() =>
|
|
48414
|
+
lazyType(() => AndGt$inboundSchema),
|
|
48412
48415
|
lazyType(() => AndGte$inboundSchema),
|
|
48413
48416
|
lazyType(() => AndLt$inboundSchema),
|
|
48414
48417
|
lazyType(() => AndLte$inboundSchema),
|
|
@@ -48421,7 +48424,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48421
48424
|
and: arrayType(recordType(unionType([
|
|
48422
48425
|
lazyType(() => AndEq$outboundSchema),
|
|
48423
48426
|
lazyType(() => AndNe$outboundSchema),
|
|
48424
|
-
lazyType(() =>
|
|
48427
|
+
lazyType(() => AndGt$outboundSchema),
|
|
48425
48428
|
lazyType(() => AndGte$outboundSchema),
|
|
48426
48429
|
lazyType(() => AndLt$outboundSchema),
|
|
48427
48430
|
lazyType(() => AndLte$outboundSchema),
|
|
@@ -48470,10 +48473,10 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48470
48473
|
Gte$outboundSchema = objectType({
|
|
48471
48474
|
gte: numberType()
|
|
48472
48475
|
});
|
|
48473
|
-
|
|
48476
|
+
Gt$inboundSchema = objectType({
|
|
48474
48477
|
gt: numberType()
|
|
48475
48478
|
});
|
|
48476
|
-
|
|
48479
|
+
Gt$outboundSchema = objectType({
|
|
48477
48480
|
gt: numberType()
|
|
48478
48481
|
});
|
|
48479
48482
|
OneNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -48495,7 +48498,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48495
48498
|
KnowledgeFilter1$inboundSchema = unionType([
|
|
48496
48499
|
lazyType(() => Eq$inboundSchema),
|
|
48497
48500
|
lazyType(() => Ne$inboundSchema),
|
|
48498
|
-
lazyType(() =>
|
|
48501
|
+
lazyType(() => Gt$inboundSchema),
|
|
48499
48502
|
lazyType(() => Gte$inboundSchema),
|
|
48500
48503
|
lazyType(() => Lt$inboundSchema),
|
|
48501
48504
|
lazyType(() => Lte$inboundSchema),
|
|
@@ -48506,7 +48509,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48506
48509
|
KnowledgeFilter1$outboundSchema = unionType([
|
|
48507
48510
|
lazyType(() => Eq$outboundSchema),
|
|
48508
48511
|
lazyType(() => Ne$outboundSchema),
|
|
48509
|
-
lazyType(() =>
|
|
48512
|
+
lazyType(() => Gt$outboundSchema),
|
|
48510
48513
|
lazyType(() => Gte$outboundSchema),
|
|
48511
48514
|
lazyType(() => Lt$outboundSchema),
|
|
48512
48515
|
lazyType(() => Lte$outboundSchema),
|
|
@@ -48520,7 +48523,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48520
48523
|
recordType(unionType([
|
|
48521
48524
|
lazyType(() => Eq$inboundSchema),
|
|
48522
48525
|
lazyType(() => Ne$inboundSchema),
|
|
48523
|
-
lazyType(() =>
|
|
48526
|
+
lazyType(() => Gt$inboundSchema),
|
|
48524
48527
|
lazyType(() => Gte$inboundSchema),
|
|
48525
48528
|
lazyType(() => Lt$inboundSchema),
|
|
48526
48529
|
lazyType(() => Lte$inboundSchema),
|
|
@@ -48535,7 +48538,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48535
48538
|
recordType(unionType([
|
|
48536
48539
|
lazyType(() => Eq$outboundSchema),
|
|
48537
48540
|
lazyType(() => Ne$outboundSchema),
|
|
48538
|
-
lazyType(() =>
|
|
48541
|
+
lazyType(() => Gt$outboundSchema),
|
|
48539
48542
|
lazyType(() => Gte$outboundSchema),
|
|
48540
48543
|
lazyType(() => Lt$outboundSchema),
|
|
48541
48544
|
lazyType(() => Lte$outboundSchema),
|
|
@@ -48574,7 +48577,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48574
48577
|
recordType(unionType([
|
|
48575
48578
|
lazyType(() => Eq$inboundSchema),
|
|
48576
48579
|
lazyType(() => Ne$inboundSchema),
|
|
48577
|
-
lazyType(() =>
|
|
48580
|
+
lazyType(() => Gt$inboundSchema),
|
|
48578
48581
|
lazyType(() => Gte$inboundSchema),
|
|
48579
48582
|
lazyType(() => Lt$inboundSchema),
|
|
48580
48583
|
lazyType(() => Lte$inboundSchema),
|
|
@@ -48622,7 +48625,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48622
48625
|
recordType(unionType([
|
|
48623
48626
|
lazyType(() => Eq$outboundSchema),
|
|
48624
48627
|
lazyType(() => Ne$outboundSchema),
|
|
48625
|
-
lazyType(() =>
|
|
48628
|
+
lazyType(() => Gt$outboundSchema),
|
|
48626
48629
|
lazyType(() => Gte$outboundSchema),
|
|
48627
48630
|
lazyType(() => Lt$outboundSchema),
|
|
48628
48631
|
lazyType(() => Lte$outboundSchema),
|
|
@@ -48983,7 +48986,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48983
48986
|
});
|
|
48984
48987
|
|
|
48985
48988
|
// src/models/operations/deploymentinvoke.ts
|
|
48986
|
-
var DeploymentInvokeObject, DeploymentInvokeProvider, DeploymentInvokeMessageDeploymentsType,
|
|
48989
|
+
var DeploymentInvokeObject, DeploymentInvokeProvider, DeploymentInvokeMessageDeploymentsType, DeploymentInvokeMessageRole, DeploymentInvokeMessageType, MessageRole, MessageType, DeploymentInvokeMessageDeploymentsRole, DeploymentInvokeMessageDeploymentsResponseType, DeploymentInvokeGlobals$inboundSchema, DeploymentInvokeGlobals$outboundSchema, DeploymentInvokeObject$inboundSchema, DeploymentInvokeObject$outboundSchema, DeploymentInvokeProvider$inboundSchema, DeploymentInvokeProvider$outboundSchema, DeploymentInvokeMetadata$inboundSchema, DeploymentInvokeMetadata$outboundSchema, Retrievals$inboundSchema, Retrievals$outboundSchema, DeploymentInvokeMessageDeploymentsType$inboundSchema, DeploymentInvokeMessageDeploymentsType$outboundSchema, DeploymentInvokeMessageRole$inboundSchema, DeploymentInvokeMessageRole$outboundSchema, Message3$inboundSchema, Message3$outboundSchema, DeploymentInvokeMessageType$inboundSchema, DeploymentInvokeMessageType$outboundSchema, MessageRole$inboundSchema, MessageRole$outboundSchema, Message2$inboundSchema, Message2$outboundSchema, MessageType$inboundSchema, MessageType$outboundSchema, DeploymentInvokeMessageDeploymentsRole$inboundSchema, DeploymentInvokeMessageDeploymentsRole$outboundSchema, DeploymentInvokeMessageDeploymentsResponseType$inboundSchema, DeploymentInvokeMessageDeploymentsResponseType$outboundSchema, MessageFunction$inboundSchema, MessageFunction$outboundSchema, MessageToolCalls$inboundSchema, MessageToolCalls$outboundSchema, Message1$inboundSchema, Message1$outboundSchema, DeploymentInvokeMessage$inboundSchema, DeploymentInvokeMessage$outboundSchema, DeploymentInvokeChoices$inboundSchema, DeploymentInvokeChoices$outboundSchema, DeploymentInvokeResponseBody$inboundSchema, DeploymentInvokeResponseBody$outboundSchema;
|
|
48987
48990
|
var init_deploymentinvoke = __esm(() => {
|
|
48988
48991
|
init_esm();
|
|
48989
48992
|
init_primitives();
|
|
@@ -49020,7 +49023,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49020
49023
|
DeploymentInvokeMessageDeploymentsType = {
|
|
49021
49024
|
Image: "image"
|
|
49022
49025
|
};
|
|
49023
|
-
|
|
49026
|
+
DeploymentInvokeMessageRole = {
|
|
49024
49027
|
System: "system",
|
|
49025
49028
|
Assistant: "assistant",
|
|
49026
49029
|
User: "user",
|
|
@@ -49033,7 +49036,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49033
49036
|
DeploymentInvokeMessageType = {
|
|
49034
49037
|
Content: "content"
|
|
49035
49038
|
};
|
|
49036
|
-
|
|
49039
|
+
MessageRole = {
|
|
49037
49040
|
System: "system",
|
|
49038
49041
|
Assistant: "assistant",
|
|
49039
49042
|
User: "user",
|
|
@@ -49046,7 +49049,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49046
49049
|
MessageType = {
|
|
49047
49050
|
ToolCalls: "tool_calls"
|
|
49048
49051
|
};
|
|
49049
|
-
|
|
49052
|
+
DeploymentInvokeMessageDeploymentsRole = {
|
|
49050
49053
|
System: "system",
|
|
49051
49054
|
Assistant: "assistant",
|
|
49052
49055
|
User: "user",
|
|
@@ -49111,25 +49114,25 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49111
49114
|
});
|
|
49112
49115
|
DeploymentInvokeMessageDeploymentsType$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsType);
|
|
49113
49116
|
DeploymentInvokeMessageDeploymentsType$outboundSchema = DeploymentInvokeMessageDeploymentsType$inboundSchema;
|
|
49114
|
-
|
|
49115
|
-
|
|
49117
|
+
DeploymentInvokeMessageRole$inboundSchema = nativeEnumType(DeploymentInvokeMessageRole);
|
|
49118
|
+
DeploymentInvokeMessageRole$outboundSchema = DeploymentInvokeMessageRole$inboundSchema;
|
|
49116
49119
|
Message3$inboundSchema = objectType({
|
|
49117
49120
|
type: DeploymentInvokeMessageDeploymentsType$inboundSchema,
|
|
49118
|
-
role:
|
|
49121
|
+
role: DeploymentInvokeMessageRole$inboundSchema,
|
|
49119
49122
|
url: stringType()
|
|
49120
49123
|
});
|
|
49121
49124
|
Message3$outboundSchema = objectType({
|
|
49122
49125
|
type: DeploymentInvokeMessageDeploymentsType$outboundSchema,
|
|
49123
|
-
role:
|
|
49126
|
+
role: DeploymentInvokeMessageRole$outboundSchema,
|
|
49124
49127
|
url: stringType()
|
|
49125
49128
|
});
|
|
49126
49129
|
DeploymentInvokeMessageType$inboundSchema = nativeEnumType(DeploymentInvokeMessageType);
|
|
49127
49130
|
DeploymentInvokeMessageType$outboundSchema = DeploymentInvokeMessageType$inboundSchema;
|
|
49128
|
-
|
|
49129
|
-
|
|
49131
|
+
MessageRole$inboundSchema = nativeEnumType(MessageRole);
|
|
49132
|
+
MessageRole$outboundSchema = MessageRole$inboundSchema;
|
|
49130
49133
|
Message2$inboundSchema = objectType({
|
|
49131
49134
|
type: DeploymentInvokeMessageType$inboundSchema,
|
|
49132
|
-
role:
|
|
49135
|
+
role: MessageRole$inboundSchema,
|
|
49133
49136
|
content: nullableType(stringType()),
|
|
49134
49137
|
reasoning: stringType().optional(),
|
|
49135
49138
|
reasoning_signature: stringType().optional(),
|
|
@@ -49142,7 +49145,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49142
49145
|
});
|
|
49143
49146
|
Message2$outboundSchema = objectType({
|
|
49144
49147
|
type: DeploymentInvokeMessageType$outboundSchema,
|
|
49145
|
-
role:
|
|
49148
|
+
role: MessageRole$outboundSchema,
|
|
49146
49149
|
content: nullableType(stringType()),
|
|
49147
49150
|
reasoning: stringType().optional(),
|
|
49148
49151
|
reasoningSignature: stringType().optional(),
|
|
@@ -49155,8 +49158,8 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49155
49158
|
});
|
|
49156
49159
|
MessageType$inboundSchema = nativeEnumType(MessageType);
|
|
49157
49160
|
MessageType$outboundSchema = MessageType$inboundSchema;
|
|
49158
|
-
|
|
49159
|
-
|
|
49161
|
+
DeploymentInvokeMessageDeploymentsRole$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsRole);
|
|
49162
|
+
DeploymentInvokeMessageDeploymentsRole$outboundSchema = DeploymentInvokeMessageDeploymentsRole$inboundSchema;
|
|
49160
49163
|
DeploymentInvokeMessageDeploymentsResponseType$inboundSchema = nativeEnumType(DeploymentInvokeMessageDeploymentsResponseType);
|
|
49161
49164
|
DeploymentInvokeMessageDeploymentsResponseType$outboundSchema = DeploymentInvokeMessageDeploymentsResponseType$inboundSchema;
|
|
49162
49165
|
MessageFunction$inboundSchema = objectType({
|
|
@@ -49181,7 +49184,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49181
49184
|
});
|
|
49182
49185
|
Message1$inboundSchema = objectType({
|
|
49183
49186
|
type: MessageType$inboundSchema,
|
|
49184
|
-
role:
|
|
49187
|
+
role: DeploymentInvokeMessageDeploymentsRole$inboundSchema,
|
|
49185
49188
|
content: nullableType(stringType()).optional(),
|
|
49186
49189
|
tool_calls: arrayType(lazyType(() => MessageToolCalls$inboundSchema)),
|
|
49187
49190
|
reasoning: stringType().optional(),
|
|
@@ -49196,7 +49199,7 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
49196
49199
|
});
|
|
49197
49200
|
Message1$outboundSchema = objectType({
|
|
49198
49201
|
type: MessageType$outboundSchema,
|
|
49199
|
-
role:
|
|
49202
|
+
role: DeploymentInvokeMessageDeploymentsRole$outboundSchema,
|
|
49200
49203
|
content: nullableType(stringType()).optional(),
|
|
49201
49204
|
toolCalls: arrayType(lazyType(() => MessageToolCalls$outboundSchema)),
|
|
49202
49205
|
reasoning: stringType().optional(),
|
|
@@ -49357,6 +49360,7 @@ var init_deployments = __esm(() => {
|
|
|
49357
49360
|
Base64: "base64"
|
|
49358
49361
|
};
|
|
49359
49362
|
DeploymentsReasoningEffort = {
|
|
49363
|
+
None: "none",
|
|
49360
49364
|
Disable: "disable",
|
|
49361
49365
|
Minimal: "minimal",
|
|
49362
49366
|
Low: "low",
|
|
@@ -49860,7 +49864,7 @@ var init_deployments = __esm(() => {
|
|
|
49860
49864
|
});
|
|
49861
49865
|
|
|
49862
49866
|
// src/models/operations/deploymentstream.ts
|
|
49863
|
-
var DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType, DeploymentStreamAnnotationsDeploymentsType, DeploymentStreamAnnotationsType, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyType, DeploymentStream2DeploymentsRequestType, DeploymentStream2Format, DeploymentStream2DeploymentsType, DeploymentStream2Detail, DeploymentStream2Type, DeploymentStreamPrefixMessagesDeploymentsRole, DeploymentStreamPrefixMessagesRole, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType, DeploymentStreamAnnotationsDeploymentsRequestType, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamMessagesType, DeploymentStreamMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType, DeploymentStream2DeploymentsFormat, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type, DeploymentStream2DeploymentsDetail, DeploymentStream2DeploymentsRequestRequestBodyMessagesType, DeploymentStreamMessagesDeploymentsRole, DeploymentStreamMessagesRole, DeploymentStreamObject, DeploymentStreamProvider, DeploymentStreamMessageDeploymentsResponseType, DeploymentStreamMessageDeploymentsResponseRole, DeploymentStreamMessageDeploymentsType, DeploymentStreamMessageDeploymentsRole, DeploymentStreamMessageType, DeploymentStreamMessageRole, DeploymentStreamMessageDeploymentsResponse200Type, DeploymentStreamGlobals$inboundSchema, DeploymentStreamGlobals$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$outboundSchema, PrefixMessagesToolMessage$inboundSchema, PrefixMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$outboundSchema, DeploymentStream2RefusalContentPart$inboundSchema, DeploymentStream2RefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema, DeploymentStreamAnnotationsDeploymentsType$inboundSchema, DeploymentStreamAnnotationsDeploymentsType$outboundSchema, DeploymentStreamAnnotationsFilePath$inboundSchema, DeploymentStreamAnnotationsFilePath$outboundSchema, DeploymentStreamAnnotations2$inboundSchema, DeploymentStreamAnnotations2$outboundSchema, DeploymentStreamAnnotationsType$inboundSchema, DeploymentStreamAnnotationsType$outboundSchema, DeploymentStreamAnnotationsFileCitation$inboundSchema, DeploymentStreamAnnotationsFileCitation$outboundSchema, DeploymentStreamAnnotations1$inboundSchema, DeploymentStreamAnnotations1$outboundSchema, DeploymentStream2Annotations$inboundSchema, DeploymentStream2Annotations$outboundSchema, DeploymentStream2TextContentPart$inboundSchema, DeploymentStream2TextContentPart$outboundSchema, DeploymentStreamContentDeployments2$inboundSchema, DeploymentStreamContentDeployments2$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$outboundSchema, PrefixMessagesAudio$inboundSchema, PrefixMessagesAudio$outboundSchema, DeploymentStreamPrefixMessagesType$inboundSchema, DeploymentStreamPrefixMessagesType$outboundSchema, PrefixMessagesFunction$inboundSchema, PrefixMessagesFunction$outboundSchema, PrefixMessagesToolCalls$inboundSchema, PrefixMessagesToolCalls$outboundSchema, PrefixMessagesAssistantMessage$inboundSchema, PrefixMessagesAssistantMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentStream2File$inboundSchema, DeploymentStream2File$outboundSchema, DeploymentStream24$inboundSchema, DeploymentStream24$outboundSchema, DeploymentStream2DeploymentsRequestType$inboundSchema, DeploymentStream2DeploymentsRequestType$outboundSchema, DeploymentStream2Format$inboundSchema, DeploymentStream2Format$outboundSchema, DeploymentStream2InputAudio$inboundSchema, DeploymentStream2InputAudio$outboundSchema, DeploymentStream23$inboundSchema, DeploymentStream23$outboundSchema, DeploymentStream2DeploymentsType$inboundSchema, DeploymentStream2DeploymentsType$outboundSchema, DeploymentStream2Detail$inboundSchema, DeploymentStream2Detail$outboundSchema, DeploymentStream2ImageUrl$inboundSchema, DeploymentStream2ImageUrl$outboundSchema, DeploymentStream22$inboundSchema, DeploymentStream22$outboundSchema, DeploymentStream2Type$inboundSchema, DeploymentStream2Type$outboundSchema, DeploymentStream21$inboundSchema, DeploymentStream21$outboundSchema, DeploymentStreamContent2$inboundSchema, DeploymentStreamContent2$outboundSchema, DeploymentStreamPrefixMessagesContent$inboundSchema, DeploymentStreamPrefixMessagesContent$outboundSchema, PrefixMessagesUserMessage$inboundSchema, PrefixMessagesUserMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$outboundSchema, PrefixMessagesSystemMessage$inboundSchema, PrefixMessagesSystemMessage$outboundSchema, DeploymentStreamPrefixMessagesRole$inboundSchema, DeploymentStreamPrefixMessagesRole$outboundSchema, PrefixMessagesDeveloperMessage$inboundSchema, PrefixMessagesDeveloperMessage$outboundSchema, DeploymentStreamPrefixMessages$inboundSchema, DeploymentStreamPrefixMessages$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamMessagesToolMessage$inboundSchema, DeploymentStreamMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentStream2DeploymentsRefusalContentPart$inboundSchema, DeploymentStream2DeploymentsRefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$inboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$outboundSchema, DeploymentStreamAnnotationsDeployments2$inboundSchema, DeploymentStreamAnnotationsDeployments2$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$inboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$outboundSchema, DeploymentStreamAnnotationsDeployments1$inboundSchema, DeploymentStreamAnnotationsDeployments1$outboundSchema, DeploymentStream2DeploymentsAnnotations$inboundSchema, DeploymentStream2DeploymentsAnnotations$outboundSchema, DeploymentStream2DeploymentsTextContentPart$inboundSchema, DeploymentStream2DeploymentsTextContentPart$outboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$inboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$outboundSchema, DeploymentStreamMessagesDeploymentsContent$inboundSchema, DeploymentStreamMessagesDeploymentsContent$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamMessagesAudio$inboundSchema, DeploymentStreamMessagesAudio$outboundSchema, DeploymentStreamMessagesType$inboundSchema, DeploymentStreamMessagesType$outboundSchema, DeploymentStreamMessagesFunction$inboundSchema, DeploymentStreamMessagesFunction$outboundSchema, DeploymentStreamMessagesToolCalls$inboundSchema, DeploymentStreamMessagesToolCalls$outboundSchema, DeploymentStreamMessagesAssistantMessage$inboundSchema, DeploymentStreamMessagesAssistantMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentStream2DeploymentsFile$inboundSchema, DeploymentStream2DeploymentsFile$outboundSchema, DeploymentStream2Deployments4$inboundSchema, DeploymentStream2Deployments4$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentStream2DeploymentsFormat$inboundSchema, DeploymentStream2DeploymentsFormat$outboundSchema, DeploymentStream2DeploymentsInputAudio$inboundSchema, DeploymentStream2DeploymentsInputAudio$outboundSchema, DeploymentStream2Deployments3$inboundSchema, DeploymentStream2Deployments3$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentStream2DeploymentsDetail$inboundSchema, DeploymentStream2DeploymentsDetail$outboundSchema, DeploymentStream2DeploymentsImageUrl$inboundSchema, DeploymentStream2DeploymentsImageUrl$outboundSchema, DeploymentStream2Deployments2$inboundSchema, DeploymentStream2Deployments2$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentStream2Deployments1$inboundSchema, DeploymentStream2Deployments1$outboundSchema, DeploymentStreamContentDeploymentsRequest2$inboundSchema, DeploymentStreamContentDeploymentsRequest2$outboundSchema, DeploymentStreamMessagesContent$inboundSchema, DeploymentStreamMessagesContent$outboundSchema, DeploymentStreamMessagesUserMessage$inboundSchema, DeploymentStreamMessagesUserMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRole$inboundSchema, DeploymentStreamMessagesDeploymentsRole$outboundSchema, DeploymentStreamMessagesSystemMessage$inboundSchema, DeploymentStreamMessagesSystemMessage$outboundSchema, DeploymentStreamMessagesRole$inboundSchema, DeploymentStreamMessagesRole$outboundSchema, DeploymentStreamMessagesDeveloperMessage$inboundSchema, DeploymentStreamMessagesDeveloperMessage$outboundSchema, DeploymentStreamMessages$inboundSchema, DeploymentStreamMessages$outboundSchema, DeploymentStreamMetadata$inboundSchema, DeploymentStreamMetadata$outboundSchema, DeploymentStreamDocuments$inboundSchema, DeploymentStreamDocuments$outboundSchema, DeploymentStreamInvokeOptions$inboundSchema, DeploymentStreamInvokeOptions$outboundSchema, DeploymentStreamThread$inboundSchema, DeploymentStreamThread$outboundSchema, DeploymentStreamOrExists$inboundSchema, DeploymentStreamOrExists$outboundSchema, DeploymentStreamOrDeploymentsNin$inboundSchema, DeploymentStreamOrDeploymentsNin$outboundSchema, DeploymentStreamOrNin$inboundSchema, DeploymentStreamOrNin$outboundSchema, DeploymentStreamOrDeploymentsIn$inboundSchema, DeploymentStreamOrDeploymentsIn$outboundSchema, DeploymentStreamOrIn$inboundSchema, DeploymentStreamOrIn$outboundSchema, DeploymentStreamOrLte$inboundSchema, DeploymentStreamOrLte$outboundSchema, DeploymentStreamOrLt$inboundSchema, DeploymentStreamOrLt$outboundSchema, DeploymentStreamOrGte$inboundSchema, DeploymentStreamOrGte$outboundSchema, DeploymentStreamOr3$inboundSchema, DeploymentStreamOr3$outboundSchema, DeploymentStreamOrDeploymentsNe$inboundSchema, DeploymentStreamOrDeploymentsNe$outboundSchema, DeploymentStreamOrNe$inboundSchema, DeploymentStreamOrNe$outboundSchema, DeploymentStreamOrDeploymentsEq$inboundSchema, DeploymentStreamOrDeploymentsEq$outboundSchema, DeploymentStreamOrEq$inboundSchema, DeploymentStreamOrEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema, DeploymentStreamKnowledgeFilterOr$inboundSchema, DeploymentStreamKnowledgeFilterOr$outboundSchema, DeploymentStreamAndExists$inboundSchema, DeploymentStreamAndExists$outboundSchema, DeploymentStreamAndDeploymentsNin$inboundSchema, DeploymentStreamAndDeploymentsNin$outboundSchema, DeploymentStreamAndNin$inboundSchema, DeploymentStreamAndNin$outboundSchema, DeploymentStreamAndDeploymentsIn$inboundSchema, DeploymentStreamAndDeploymentsIn$outboundSchema, DeploymentStreamAndIn$inboundSchema, DeploymentStreamAndIn$outboundSchema, DeploymentStreamAndLte$inboundSchema, DeploymentStreamAndLte$outboundSchema, DeploymentStreamAndLt$inboundSchema, DeploymentStreamAndLt$outboundSchema, DeploymentStreamAndGte$inboundSchema, DeploymentStreamAndGte$outboundSchema, DeploymentStreamAnd3$inboundSchema, DeploymentStreamAnd3$outboundSchema, DeploymentStreamAndDeploymentsNe$inboundSchema, DeploymentStreamAndDeploymentsNe$outboundSchema, DeploymentStreamAndNe$inboundSchema, DeploymentStreamAndNe$outboundSchema, DeploymentStreamAndDeploymentsEq$inboundSchema, DeploymentStreamAndDeploymentsEq$outboundSchema, DeploymentStreamAndEq$inboundSchema, DeploymentStreamAndEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema, DeploymentStreamKnowledgeFilterAnd$inboundSchema, DeploymentStreamKnowledgeFilterAnd$outboundSchema, OneExists$inboundSchema, OneExists$outboundSchema, DeploymentStream1DeploymentsNin$inboundSchema, DeploymentStream1DeploymentsNin$outboundSchema, DeploymentStream1Nin$inboundSchema, DeploymentStream1Nin$outboundSchema, DeploymentStream1DeploymentsIn$inboundSchema, DeploymentStream1DeploymentsIn$outboundSchema, DeploymentStream1In$inboundSchema, DeploymentStream1In$outboundSchema, OneLte$inboundSchema, OneLte$outboundSchema, OneLt$inboundSchema, OneLt$outboundSchema, OneGte$inboundSchema, OneGte$outboundSchema, DeploymentStream13$inboundSchema, DeploymentStream13$outboundSchema, DeploymentStream1DeploymentsNe$inboundSchema, DeploymentStream1DeploymentsNe$outboundSchema, DeploymentStream1Ne$inboundSchema, DeploymentStream1Ne$outboundSchema, DeploymentStream1DeploymentsEq$inboundSchema, DeploymentStream1DeploymentsEq$outboundSchema, DeploymentStream1Eq$inboundSchema, DeploymentStream1Eq$outboundSchema, DeploymentStreamKnowledgeFilter1$inboundSchema, DeploymentStreamKnowledgeFilter1$outboundSchema, DeploymentStreamKnowledgeFilter$inboundSchema, DeploymentStreamKnowledgeFilter$outboundSchema, DeploymentStreamRequestBody$inboundSchema, DeploymentStreamRequestBody$outboundSchema, DeploymentStreamObject$inboundSchema, DeploymentStreamObject$outboundSchema, DeploymentStreamProvider$inboundSchema, DeploymentStreamProvider$outboundSchema, DeploymentStreamDeploymentsMetadata$inboundSchema, DeploymentStreamDeploymentsMetadata$outboundSchema, DeploymentStreamRetrievals$inboundSchema, DeploymentStreamRetrievals$outboundSchema, DeploymentStreamMessageDeploymentsResponseType$inboundSchema, DeploymentStreamMessageDeploymentsResponseType$outboundSchema, DeploymentStreamMessageDeploymentsResponseRole$inboundSchema, DeploymentStreamMessageDeploymentsResponseRole$outboundSchema, DeploymentStreamMessage3$inboundSchema, DeploymentStreamMessage3$outboundSchema, DeploymentStreamMessageDeploymentsType$inboundSchema, DeploymentStreamMessageDeploymentsType$outboundSchema, DeploymentStreamMessageDeploymentsRole$inboundSchema, DeploymentStreamMessageDeploymentsRole$outboundSchema, DeploymentStreamMessage2$inboundSchema, DeploymentStreamMessage2$outboundSchema, DeploymentStreamMessageType$inboundSchema, DeploymentStreamMessageType$outboundSchema, DeploymentStreamMessageRole$inboundSchema, DeploymentStreamMessageRole$outboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$inboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$outboundSchema, DeploymentStreamMessageFunction$inboundSchema, DeploymentStreamMessageFunction$outboundSchema, DeploymentStreamMessageToolCalls$inboundSchema, DeploymentStreamMessageToolCalls$outboundSchema, DeploymentStreamMessage1$inboundSchema, DeploymentStreamMessage1$outboundSchema, DeploymentStreamMessage$inboundSchema, DeploymentStreamMessage$outboundSchema, DeploymentStreamChoices$inboundSchema, DeploymentStreamChoices$outboundSchema, DeploymentStreamData$inboundSchema, DeploymentStreamData$outboundSchema, DeploymentStreamResponseBody$inboundSchema, DeploymentStreamResponseBody$outboundSchema;
|
|
49867
|
+
var DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType, DeploymentStreamAnnotationsDeploymentsType, DeploymentStreamAnnotationsType, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamPrefixMessagesType, DeploymentStreamPrefixMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyType, DeploymentStream2DeploymentsRequestType, DeploymentStream2Format, DeploymentStream2DeploymentsType, DeploymentStream2Detail, DeploymentStream2Type, DeploymentStreamPrefixMessagesDeploymentsRole, DeploymentStreamPrefixMessagesRole, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType, DeploymentStreamAnnotationsDeploymentsRequestType, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole, DeploymentStreamMessagesType, DeploymentStreamMessagesDeploymentsRequestRole, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType, DeploymentStream2DeploymentsFormat, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type, DeploymentStream2DeploymentsDetail, DeploymentStream2DeploymentsRequestRequestBodyMessagesType, DeploymentStreamMessagesDeploymentsRole, DeploymentStreamMessagesRole, DeploymentStreamObject, DeploymentStreamProvider, DeploymentStreamMessageDeploymentsResponseType, DeploymentStreamMessageDeploymentsResponseRole, DeploymentStreamMessageDeploymentsType, DeploymentStreamMessageDeploymentsRole, DeploymentStreamMessageType, DeploymentStreamMessageRole, DeploymentStreamMessageDeploymentsResponse200Type, DeploymentStreamGlobals$inboundSchema, DeploymentStreamGlobals$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestContent$outboundSchema, PrefixMessagesToolMessage$inboundSchema, PrefixMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessages4Type$outboundSchema, DeploymentStream2RefusalContentPart$inboundSchema, DeploymentStream2RefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyPrefixMessagesType$outboundSchema, DeploymentStreamAnnotationsDeploymentsType$inboundSchema, DeploymentStreamAnnotationsDeploymentsType$outboundSchema, DeploymentStreamAnnotationsFilePath$inboundSchema, DeploymentStreamAnnotationsFilePath$outboundSchema, DeploymentStreamAnnotations2$inboundSchema, DeploymentStreamAnnotations2$outboundSchema, DeploymentStreamAnnotationsType$inboundSchema, DeploymentStreamAnnotationsType$outboundSchema, DeploymentStreamAnnotationsFileCitation$inboundSchema, DeploymentStreamAnnotationsFileCitation$outboundSchema, DeploymentStreamAnnotations1$inboundSchema, DeploymentStreamAnnotations1$outboundSchema, DeploymentStream2Annotations$inboundSchema, DeploymentStream2Annotations$outboundSchema, DeploymentStream2TextContentPart$inboundSchema, DeploymentStream2TextContentPart$outboundSchema, DeploymentStreamContentDeployments2$inboundSchema, DeploymentStreamContentDeployments2$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsContent$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRequestBodyRole$outboundSchema, PrefixMessagesAudio$inboundSchema, PrefixMessagesAudio$outboundSchema, DeploymentStreamPrefixMessagesType$inboundSchema, DeploymentStreamPrefixMessagesType$outboundSchema, PrefixMessagesFunction$inboundSchema, PrefixMessagesFunction$outboundSchema, PrefixMessagesToolCalls$inboundSchema, PrefixMessagesToolCalls$outboundSchema, PrefixMessagesAssistantMessage$inboundSchema, PrefixMessagesAssistantMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyType$outboundSchema, DeploymentStream2File$inboundSchema, DeploymentStream2File$outboundSchema, DeploymentStream24$inboundSchema, DeploymentStream24$outboundSchema, DeploymentStream2DeploymentsRequestType$inboundSchema, DeploymentStream2DeploymentsRequestType$outboundSchema, DeploymentStream2Format$inboundSchema, DeploymentStream2Format$outboundSchema, DeploymentStream2InputAudio$inboundSchema, DeploymentStream2InputAudio$outboundSchema, DeploymentStream23$inboundSchema, DeploymentStream23$outboundSchema, DeploymentStream2DeploymentsType$inboundSchema, DeploymentStream2DeploymentsType$outboundSchema, DeploymentStream2Detail$inboundSchema, DeploymentStream2Detail$outboundSchema, DeploymentStream2ImageUrl$inboundSchema, DeploymentStream2ImageUrl$outboundSchema, DeploymentStream22$inboundSchema, DeploymentStream22$outboundSchema, DeploymentStream2Type$inboundSchema, DeploymentStream2Type$outboundSchema, DeploymentStream21$inboundSchema, DeploymentStream21$outboundSchema, DeploymentStreamContent2$inboundSchema, DeploymentStreamContent2$outboundSchema, DeploymentStreamPrefixMessagesContent$inboundSchema, DeploymentStreamPrefixMessagesContent$outboundSchema, PrefixMessagesUserMessage$inboundSchema, PrefixMessagesUserMessage$outboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$inboundSchema, DeploymentStreamPrefixMessagesDeploymentsRole$outboundSchema, PrefixMessagesSystemMessage$inboundSchema, PrefixMessagesSystemMessage$outboundSchema, DeploymentStreamPrefixMessagesRole$inboundSchema, DeploymentStreamPrefixMessagesRole$outboundSchema, PrefixMessagesDeveloperMessage$inboundSchema, PrefixMessagesDeveloperMessage$outboundSchema, DeploymentStreamPrefixMessages$inboundSchema, DeploymentStreamPrefixMessages$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBody5Role$outboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$inboundSchema, DeploymentStreamMessagesDeploymentsRequestContent$outboundSchema, DeploymentStreamMessagesToolMessage$inboundSchema, DeploymentStreamMessagesToolMessage$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4ContentType$outboundSchema, DeploymentStream2DeploymentsRefusalContentPart$inboundSchema, DeploymentStream2DeploymentsRefusalContentPart$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages4Type$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestRequestBodyType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$inboundSchema, DeploymentStreamAnnotationsDeploymentsFilePath$outboundSchema, DeploymentStreamAnnotationsDeployments2$inboundSchema, DeploymentStreamAnnotationsDeployments2$outboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$inboundSchema, DeploymentStreamAnnotationsDeploymentsRequestType$outboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$inboundSchema, DeploymentStreamAnnotationsDeploymentsFileCitation$outboundSchema, DeploymentStreamAnnotationsDeployments1$inboundSchema, DeploymentStreamAnnotationsDeployments1$outboundSchema, DeploymentStream2DeploymentsAnnotations$inboundSchema, DeploymentStream2DeploymentsAnnotations$outboundSchema, DeploymentStream2DeploymentsTextContentPart$inboundSchema, DeploymentStream2DeploymentsTextContentPart$outboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$inboundSchema, DeploymentStreamContentDeploymentsRequestRequestBody2$outboundSchema, DeploymentStreamMessagesDeploymentsContent$inboundSchema, DeploymentStreamMessagesDeploymentsContent$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRequestBodyRole$outboundSchema, DeploymentStreamMessagesAudio$inboundSchema, DeploymentStreamMessagesAudio$outboundSchema, DeploymentStreamMessagesType$inboundSchema, DeploymentStreamMessagesType$outboundSchema, DeploymentStreamMessagesFunction$inboundSchema, DeploymentStreamMessagesFunction$outboundSchema, DeploymentStreamMessagesToolCalls$inboundSchema, DeploymentStreamMessagesToolCalls$outboundSchema, DeploymentStreamMessagesAssistantMessage$inboundSchema, DeploymentStreamMessagesAssistantMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$inboundSchema, DeploymentStreamMessagesDeploymentsRequestRole$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Content4Type$outboundSchema, DeploymentStream2DeploymentsFile$inboundSchema, DeploymentStream2DeploymentsFile$outboundSchema, DeploymentStream2Deployments4$inboundSchema, DeploymentStream2Deployments4$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3ContentType$outboundSchema, DeploymentStream2DeploymentsFormat$inboundSchema, DeploymentStream2DeploymentsFormat$outboundSchema, DeploymentStream2DeploymentsInputAudio$inboundSchema, DeploymentStream2DeploymentsInputAudio$outboundSchema, DeploymentStream2Deployments3$inboundSchema, DeploymentStream2Deployments3$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessages3Type$outboundSchema, DeploymentStream2DeploymentsDetail$inboundSchema, DeploymentStream2DeploymentsDetail$outboundSchema, DeploymentStream2DeploymentsImageUrl$inboundSchema, DeploymentStream2DeploymentsImageUrl$outboundSchema, DeploymentStream2Deployments2$inboundSchema, DeploymentStream2Deployments2$outboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$inboundSchema, DeploymentStream2DeploymentsRequestRequestBodyMessagesType$outboundSchema, DeploymentStream2Deployments1$inboundSchema, DeploymentStream2Deployments1$outboundSchema, DeploymentStreamContentDeploymentsRequest2$inboundSchema, DeploymentStreamContentDeploymentsRequest2$outboundSchema, DeploymentStreamMessagesContent$inboundSchema, DeploymentStreamMessagesContent$outboundSchema, DeploymentStreamMessagesUserMessage$inboundSchema, DeploymentStreamMessagesUserMessage$outboundSchema, DeploymentStreamMessagesDeploymentsRole$inboundSchema, DeploymentStreamMessagesDeploymentsRole$outboundSchema, DeploymentStreamMessagesSystemMessage$inboundSchema, DeploymentStreamMessagesSystemMessage$outboundSchema, DeploymentStreamMessagesRole$inboundSchema, DeploymentStreamMessagesRole$outboundSchema, DeploymentStreamMessagesDeveloperMessage$inboundSchema, DeploymentStreamMessagesDeveloperMessage$outboundSchema, DeploymentStreamMessages$inboundSchema, DeploymentStreamMessages$outboundSchema, DeploymentStreamMetadata$inboundSchema, DeploymentStreamMetadata$outboundSchema, DeploymentStreamDocuments$inboundSchema, DeploymentStreamDocuments$outboundSchema, DeploymentStreamInvokeOptions$inboundSchema, DeploymentStreamInvokeOptions$outboundSchema, DeploymentStreamThread$inboundSchema, DeploymentStreamThread$outboundSchema, DeploymentStreamOrExists$inboundSchema, DeploymentStreamOrExists$outboundSchema, DeploymentStreamOrDeploymentsNin$inboundSchema, DeploymentStreamOrDeploymentsNin$outboundSchema, DeploymentStreamOrNin$inboundSchema, DeploymentStreamOrNin$outboundSchema, DeploymentStreamOrDeploymentsIn$inboundSchema, DeploymentStreamOrDeploymentsIn$outboundSchema, DeploymentStreamOrIn$inboundSchema, DeploymentStreamOrIn$outboundSchema, DeploymentStreamOrLte$inboundSchema, DeploymentStreamOrLte$outboundSchema, DeploymentStreamOrLt$inboundSchema, DeploymentStreamOrLt$outboundSchema, DeploymentStreamOrGte$inboundSchema, DeploymentStreamOrGte$outboundSchema, DeploymentStreamOrGt$inboundSchema, DeploymentStreamOrGt$outboundSchema, DeploymentStreamOrDeploymentsNe$inboundSchema, DeploymentStreamOrDeploymentsNe$outboundSchema, DeploymentStreamOrNe$inboundSchema, DeploymentStreamOrNe$outboundSchema, DeploymentStreamOrDeploymentsEq$inboundSchema, DeploymentStreamOrDeploymentsEq$outboundSchema, DeploymentStreamOrEq$inboundSchema, DeploymentStreamOrEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema, DeploymentStreamKnowledgeFilterOr$inboundSchema, DeploymentStreamKnowledgeFilterOr$outboundSchema, DeploymentStreamAndExists$inboundSchema, DeploymentStreamAndExists$outboundSchema, DeploymentStreamAndDeploymentsNin$inboundSchema, DeploymentStreamAndDeploymentsNin$outboundSchema, DeploymentStreamAndNin$inboundSchema, DeploymentStreamAndNin$outboundSchema, DeploymentStreamAndDeploymentsIn$inboundSchema, DeploymentStreamAndDeploymentsIn$outboundSchema, DeploymentStreamAndIn$inboundSchema, DeploymentStreamAndIn$outboundSchema, DeploymentStreamAndLte$inboundSchema, DeploymentStreamAndLte$outboundSchema, DeploymentStreamAndLt$inboundSchema, DeploymentStreamAndLt$outboundSchema, DeploymentStreamAndGte$inboundSchema, DeploymentStreamAndGte$outboundSchema, DeploymentStreamAndGt$inboundSchema, DeploymentStreamAndGt$outboundSchema, DeploymentStreamAndDeploymentsNe$inboundSchema, DeploymentStreamAndDeploymentsNe$outboundSchema, DeploymentStreamAndNe$inboundSchema, DeploymentStreamAndNe$outboundSchema, DeploymentStreamAndDeploymentsEq$inboundSchema, DeploymentStreamAndDeploymentsEq$outboundSchema, DeploymentStreamAndEq$inboundSchema, DeploymentStreamAndEq$outboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema, DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema, DeploymentStreamKnowledgeFilterAnd$inboundSchema, DeploymentStreamKnowledgeFilterAnd$outboundSchema, OneExists$inboundSchema, OneExists$outboundSchema, DeploymentStream1DeploymentsNin$inboundSchema, DeploymentStream1DeploymentsNin$outboundSchema, DeploymentStream1Nin$inboundSchema, DeploymentStream1Nin$outboundSchema, DeploymentStream1DeploymentsIn$inboundSchema, DeploymentStream1DeploymentsIn$outboundSchema, DeploymentStream1In$inboundSchema, DeploymentStream1In$outboundSchema, OneLte$inboundSchema, OneLte$outboundSchema, OneLt$inboundSchema, OneLt$outboundSchema, OneGte$inboundSchema, OneGte$outboundSchema, OneGt$inboundSchema, OneGt$outboundSchema, DeploymentStream1DeploymentsNe$inboundSchema, DeploymentStream1DeploymentsNe$outboundSchema, DeploymentStream1Ne$inboundSchema, DeploymentStream1Ne$outboundSchema, DeploymentStream1DeploymentsEq$inboundSchema, DeploymentStream1DeploymentsEq$outboundSchema, DeploymentStream1Eq$inboundSchema, DeploymentStream1Eq$outboundSchema, DeploymentStreamKnowledgeFilter1$inboundSchema, DeploymentStreamKnowledgeFilter1$outboundSchema, DeploymentStreamKnowledgeFilter$inboundSchema, DeploymentStreamKnowledgeFilter$outboundSchema, DeploymentStreamRequestBody$inboundSchema, DeploymentStreamRequestBody$outboundSchema, DeploymentStreamObject$inboundSchema, DeploymentStreamObject$outboundSchema, DeploymentStreamProvider$inboundSchema, DeploymentStreamProvider$outboundSchema, DeploymentStreamDeploymentsMetadata$inboundSchema, DeploymentStreamDeploymentsMetadata$outboundSchema, DeploymentStreamRetrievals$inboundSchema, DeploymentStreamRetrievals$outboundSchema, DeploymentStreamMessageDeploymentsResponseType$inboundSchema, DeploymentStreamMessageDeploymentsResponseType$outboundSchema, DeploymentStreamMessageDeploymentsResponseRole$inboundSchema, DeploymentStreamMessageDeploymentsResponseRole$outboundSchema, DeploymentStreamMessage3$inboundSchema, DeploymentStreamMessage3$outboundSchema, DeploymentStreamMessageDeploymentsType$inboundSchema, DeploymentStreamMessageDeploymentsType$outboundSchema, DeploymentStreamMessageDeploymentsRole$inboundSchema, DeploymentStreamMessageDeploymentsRole$outboundSchema, DeploymentStreamMessage2$inboundSchema, DeploymentStreamMessage2$outboundSchema, DeploymentStreamMessageType$inboundSchema, DeploymentStreamMessageType$outboundSchema, DeploymentStreamMessageRole$inboundSchema, DeploymentStreamMessageRole$outboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$inboundSchema, DeploymentStreamMessageDeploymentsResponse200Type$outboundSchema, DeploymentStreamMessageFunction$inboundSchema, DeploymentStreamMessageFunction$outboundSchema, DeploymentStreamMessageToolCalls$inboundSchema, DeploymentStreamMessageToolCalls$outboundSchema, DeploymentStreamMessage1$inboundSchema, DeploymentStreamMessage1$outboundSchema, DeploymentStreamMessage$inboundSchema, DeploymentStreamMessage$outboundSchema, DeploymentStreamChoices$inboundSchema, DeploymentStreamChoices$outboundSchema, DeploymentStreamData$inboundSchema, DeploymentStreamData$outboundSchema, DeploymentStreamResponseBody$inboundSchema, DeploymentStreamResponseBody$outboundSchema;
|
|
49864
49868
|
var init_deploymentstream = __esm(() => {
|
|
49865
49869
|
init_esm();
|
|
49866
49870
|
init_primitives();
|
|
@@ -51006,10 +51010,10 @@ var init_deploymentstream = __esm(() => {
|
|
|
51006
51010
|
DeploymentStreamOrGte$outboundSchema = objectType({
|
|
51007
51011
|
gte: numberType()
|
|
51008
51012
|
});
|
|
51009
|
-
|
|
51013
|
+
DeploymentStreamOrGt$inboundSchema = objectType({
|
|
51010
51014
|
gt: numberType()
|
|
51011
51015
|
});
|
|
51012
|
-
|
|
51016
|
+
DeploymentStreamOrGt$outboundSchema = objectType({
|
|
51013
51017
|
gt: numberType()
|
|
51014
51018
|
});
|
|
51015
51019
|
DeploymentStreamOrDeploymentsNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -51031,7 +51035,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51031
51035
|
DeploymentStreamKnowledgeFilterDeploymentsOr$inboundSchema = unionType([
|
|
51032
51036
|
lazyType(() => DeploymentStreamOrEq$inboundSchema),
|
|
51033
51037
|
lazyType(() => DeploymentStreamOrNe$inboundSchema),
|
|
51034
|
-
lazyType(() =>
|
|
51038
|
+
lazyType(() => DeploymentStreamOrGt$inboundSchema),
|
|
51035
51039
|
lazyType(() => DeploymentStreamOrGte$inboundSchema),
|
|
51036
51040
|
lazyType(() => DeploymentStreamOrLt$inboundSchema),
|
|
51037
51041
|
lazyType(() => DeploymentStreamOrLte$inboundSchema),
|
|
@@ -51042,7 +51046,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51042
51046
|
DeploymentStreamKnowledgeFilterDeploymentsOr$outboundSchema = unionType([
|
|
51043
51047
|
lazyType(() => DeploymentStreamOrEq$outboundSchema),
|
|
51044
51048
|
lazyType(() => DeploymentStreamOrNe$outboundSchema),
|
|
51045
|
-
lazyType(() =>
|
|
51049
|
+
lazyType(() => DeploymentStreamOrGt$outboundSchema),
|
|
51046
51050
|
lazyType(() => DeploymentStreamOrGte$outboundSchema),
|
|
51047
51051
|
lazyType(() => DeploymentStreamOrLt$outboundSchema),
|
|
51048
51052
|
lazyType(() => DeploymentStreamOrLte$outboundSchema),
|
|
@@ -51054,7 +51058,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51054
51058
|
or: arrayType(recordType(unionType([
|
|
51055
51059
|
lazyType(() => DeploymentStreamOrEq$inboundSchema),
|
|
51056
51060
|
lazyType(() => DeploymentStreamOrNe$inboundSchema),
|
|
51057
|
-
lazyType(() =>
|
|
51061
|
+
lazyType(() => DeploymentStreamOrGt$inboundSchema),
|
|
51058
51062
|
lazyType(() => DeploymentStreamOrGte$inboundSchema),
|
|
51059
51063
|
lazyType(() => DeploymentStreamOrLt$inboundSchema),
|
|
51060
51064
|
lazyType(() => DeploymentStreamOrLte$inboundSchema),
|
|
@@ -51067,7 +51071,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51067
51071
|
or: arrayType(recordType(unionType([
|
|
51068
51072
|
lazyType(() => DeploymentStreamOrEq$outboundSchema),
|
|
51069
51073
|
lazyType(() => DeploymentStreamOrNe$outboundSchema),
|
|
51070
|
-
lazyType(() =>
|
|
51074
|
+
lazyType(() => DeploymentStreamOrGt$outboundSchema),
|
|
51071
51075
|
lazyType(() => DeploymentStreamOrGte$outboundSchema),
|
|
51072
51076
|
lazyType(() => DeploymentStreamOrLt$outboundSchema),
|
|
51073
51077
|
lazyType(() => DeploymentStreamOrLte$outboundSchema),
|
|
@@ -51116,10 +51120,10 @@ var init_deploymentstream = __esm(() => {
|
|
|
51116
51120
|
DeploymentStreamAndGte$outboundSchema = objectType({
|
|
51117
51121
|
gte: numberType()
|
|
51118
51122
|
});
|
|
51119
|
-
|
|
51123
|
+
DeploymentStreamAndGt$inboundSchema = objectType({
|
|
51120
51124
|
gt: numberType()
|
|
51121
51125
|
});
|
|
51122
|
-
|
|
51126
|
+
DeploymentStreamAndGt$outboundSchema = objectType({
|
|
51123
51127
|
gt: numberType()
|
|
51124
51128
|
});
|
|
51125
51129
|
DeploymentStreamAndDeploymentsNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -51141,7 +51145,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51141
51145
|
DeploymentStreamKnowledgeFilterDeploymentsAnd$inboundSchema = unionType([
|
|
51142
51146
|
lazyType(() => DeploymentStreamAndEq$inboundSchema),
|
|
51143
51147
|
lazyType(() => DeploymentStreamAndNe$inboundSchema),
|
|
51144
|
-
lazyType(() =>
|
|
51148
|
+
lazyType(() => DeploymentStreamAndGt$inboundSchema),
|
|
51145
51149
|
lazyType(() => DeploymentStreamAndGte$inboundSchema),
|
|
51146
51150
|
lazyType(() => DeploymentStreamAndLt$inboundSchema),
|
|
51147
51151
|
lazyType(() => DeploymentStreamAndLte$inboundSchema),
|
|
@@ -51152,7 +51156,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51152
51156
|
DeploymentStreamKnowledgeFilterDeploymentsAnd$outboundSchema = unionType([
|
|
51153
51157
|
lazyType(() => DeploymentStreamAndEq$outboundSchema),
|
|
51154
51158
|
lazyType(() => DeploymentStreamAndNe$outboundSchema),
|
|
51155
|
-
lazyType(() =>
|
|
51159
|
+
lazyType(() => DeploymentStreamAndGt$outboundSchema),
|
|
51156
51160
|
lazyType(() => DeploymentStreamAndGte$outboundSchema),
|
|
51157
51161
|
lazyType(() => DeploymentStreamAndLt$outboundSchema),
|
|
51158
51162
|
lazyType(() => DeploymentStreamAndLte$outboundSchema),
|
|
@@ -51164,7 +51168,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51164
51168
|
and: arrayType(recordType(unionType([
|
|
51165
51169
|
lazyType(() => DeploymentStreamAndEq$inboundSchema),
|
|
51166
51170
|
lazyType(() => DeploymentStreamAndNe$inboundSchema),
|
|
51167
|
-
lazyType(() =>
|
|
51171
|
+
lazyType(() => DeploymentStreamAndGt$inboundSchema),
|
|
51168
51172
|
lazyType(() => DeploymentStreamAndGte$inboundSchema),
|
|
51169
51173
|
lazyType(() => DeploymentStreamAndLt$inboundSchema),
|
|
51170
51174
|
lazyType(() => DeploymentStreamAndLte$inboundSchema),
|
|
@@ -51177,7 +51181,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51177
51181
|
and: arrayType(recordType(unionType([
|
|
51178
51182
|
lazyType(() => DeploymentStreamAndEq$outboundSchema),
|
|
51179
51183
|
lazyType(() => DeploymentStreamAndNe$outboundSchema),
|
|
51180
|
-
lazyType(() =>
|
|
51184
|
+
lazyType(() => DeploymentStreamAndGt$outboundSchema),
|
|
51181
51185
|
lazyType(() => DeploymentStreamAndGte$outboundSchema),
|
|
51182
51186
|
lazyType(() => DeploymentStreamAndLt$outboundSchema),
|
|
51183
51187
|
lazyType(() => DeploymentStreamAndLte$outboundSchema),
|
|
@@ -51226,10 +51230,10 @@ var init_deploymentstream = __esm(() => {
|
|
|
51226
51230
|
OneGte$outboundSchema = objectType({
|
|
51227
51231
|
gte: numberType()
|
|
51228
51232
|
});
|
|
51229
|
-
|
|
51233
|
+
OneGt$inboundSchema = objectType({
|
|
51230
51234
|
gt: numberType()
|
|
51231
51235
|
});
|
|
51232
|
-
|
|
51236
|
+
OneGt$outboundSchema = objectType({
|
|
51233
51237
|
gt: numberType()
|
|
51234
51238
|
});
|
|
51235
51239
|
DeploymentStream1DeploymentsNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -51251,7 +51255,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51251
51255
|
DeploymentStreamKnowledgeFilter1$inboundSchema = unionType([
|
|
51252
51256
|
lazyType(() => DeploymentStream1Eq$inboundSchema),
|
|
51253
51257
|
lazyType(() => DeploymentStream1Ne$inboundSchema),
|
|
51254
|
-
lazyType(() =>
|
|
51258
|
+
lazyType(() => OneGt$inboundSchema),
|
|
51255
51259
|
lazyType(() => OneGte$inboundSchema),
|
|
51256
51260
|
lazyType(() => OneLt$inboundSchema),
|
|
51257
51261
|
lazyType(() => OneLte$inboundSchema),
|
|
@@ -51262,7 +51266,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51262
51266
|
DeploymentStreamKnowledgeFilter1$outboundSchema = unionType([
|
|
51263
51267
|
lazyType(() => DeploymentStream1Eq$outboundSchema),
|
|
51264
51268
|
lazyType(() => DeploymentStream1Ne$outboundSchema),
|
|
51265
|
-
lazyType(() =>
|
|
51269
|
+
lazyType(() => OneGt$outboundSchema),
|
|
51266
51270
|
lazyType(() => OneGte$outboundSchema),
|
|
51267
51271
|
lazyType(() => OneLt$outboundSchema),
|
|
51268
51272
|
lazyType(() => OneLte$outboundSchema),
|
|
@@ -51276,7 +51280,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51276
51280
|
recordType(unionType([
|
|
51277
51281
|
lazyType(() => DeploymentStream1Eq$inboundSchema),
|
|
51278
51282
|
lazyType(() => DeploymentStream1Ne$inboundSchema),
|
|
51279
|
-
lazyType(() =>
|
|
51283
|
+
lazyType(() => OneGt$inboundSchema),
|
|
51280
51284
|
lazyType(() => OneGte$inboundSchema),
|
|
51281
51285
|
lazyType(() => OneLt$inboundSchema),
|
|
51282
51286
|
lazyType(() => OneLte$inboundSchema),
|
|
@@ -51291,7 +51295,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51291
51295
|
recordType(unionType([
|
|
51292
51296
|
lazyType(() => DeploymentStream1Eq$outboundSchema),
|
|
51293
51297
|
lazyType(() => DeploymentStream1Ne$outboundSchema),
|
|
51294
|
-
lazyType(() =>
|
|
51298
|
+
lazyType(() => OneGt$outboundSchema),
|
|
51295
51299
|
lazyType(() => OneGte$outboundSchema),
|
|
51296
51300
|
lazyType(() => OneLt$outboundSchema),
|
|
51297
51301
|
lazyType(() => OneLte$outboundSchema),
|
|
@@ -51330,7 +51334,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51330
51334
|
recordType(unionType([
|
|
51331
51335
|
lazyType(() => DeploymentStream1Eq$inboundSchema),
|
|
51332
51336
|
lazyType(() => DeploymentStream1Ne$inboundSchema),
|
|
51333
|
-
lazyType(() =>
|
|
51337
|
+
lazyType(() => OneGt$inboundSchema),
|
|
51334
51338
|
lazyType(() => OneGte$inboundSchema),
|
|
51335
51339
|
lazyType(() => OneLt$inboundSchema),
|
|
51336
51340
|
lazyType(() => OneLte$inboundSchema),
|
|
@@ -51378,7 +51382,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
51378
51382
|
recordType(unionType([
|
|
51379
51383
|
lazyType(() => DeploymentStream1Eq$outboundSchema),
|
|
51380
51384
|
lazyType(() => DeploymentStream1Ne$outboundSchema),
|
|
51381
|
-
lazyType(() =>
|
|
51385
|
+
lazyType(() => OneGt$outboundSchema),
|
|
51382
51386
|
lazyType(() => OneGte$outboundSchema),
|
|
51383
51387
|
lazyType(() => OneLt$outboundSchema),
|
|
51384
51388
|
lazyType(() => OneLte$outboundSchema),
|
|
@@ -52605,7 +52609,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52605
52609
|
code: stringType()
|
|
52606
52610
|
});
|
|
52607
52611
|
DuplicateToolResponseBody5$inboundSchema = objectType({
|
|
52608
|
-
_id: stringType().default("
|
|
52612
|
+
_id: stringType().default("tool_01KA1AV0T3JJDNQ5GHJX01JY0M"),
|
|
52609
52613
|
path: stringType(),
|
|
52610
52614
|
key: stringType(),
|
|
52611
52615
|
display_name: stringType().optional(),
|
|
@@ -52633,7 +52637,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52633
52637
|
});
|
|
52634
52638
|
});
|
|
52635
52639
|
DuplicateToolResponseBody5$outboundSchema = objectType({
|
|
52636
|
-
id: stringType().default("
|
|
52640
|
+
id: stringType().default("tool_01KA1AV0T3JJDNQ5GHJX01JY0M"),
|
|
52637
52641
|
path: stringType(),
|
|
52638
52642
|
key: stringType(),
|
|
52639
52643
|
displayName: stringType().optional(),
|
|
@@ -52719,7 +52723,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52719
52723
|
});
|
|
52720
52724
|
});
|
|
52721
52725
|
DuplicateToolResponseBody4$inboundSchema = objectType({
|
|
52722
|
-
_id: stringType().default("
|
|
52726
|
+
_id: stringType().default("tool_01KA1AV0STH2E66VVSF85FXXVT"),
|
|
52723
52727
|
path: stringType(),
|
|
52724
52728
|
key: stringType(),
|
|
52725
52729
|
display_name: stringType().optional(),
|
|
@@ -52746,7 +52750,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52746
52750
|
});
|
|
52747
52751
|
});
|
|
52748
52752
|
DuplicateToolResponseBody4$outboundSchema = objectType({
|
|
52749
|
-
id: stringType().default("
|
|
52753
|
+
id: stringType().default("tool_01KA1AV0STH2E66VVSF85FXXVT"),
|
|
52750
52754
|
path: stringType(),
|
|
52751
52755
|
key: stringType(),
|
|
52752
52756
|
displayName: stringType().optional(),
|
|
@@ -52835,7 +52839,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52835
52839
|
arguments: recordType(lazyType(() => DuplicateToolResponseBodyArguments$outboundSchema)).optional()
|
|
52836
52840
|
});
|
|
52837
52841
|
DuplicateToolResponseBody3$inboundSchema = objectType({
|
|
52838
|
-
_id: stringType().default("
|
|
52842
|
+
_id: stringType().default("tool_01KA1AV0SRARA53WSWZXA5BNZX"),
|
|
52839
52843
|
path: stringType(),
|
|
52840
52844
|
key: stringType(),
|
|
52841
52845
|
display_name: stringType().optional(),
|
|
@@ -52862,7 +52866,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52862
52866
|
});
|
|
52863
52867
|
});
|
|
52864
52868
|
DuplicateToolResponseBody3$outboundSchema = objectType({
|
|
52865
|
-
id: stringType().default("
|
|
52869
|
+
id: stringType().default("tool_01KA1AV0SRARA53WSWZXA5BNZX"),
|
|
52866
52870
|
path: stringType(),
|
|
52867
52871
|
key: stringType(),
|
|
52868
52872
|
displayName: stringType().optional(),
|
|
@@ -52923,7 +52927,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52923
52927
|
strict: booleanType().optional()
|
|
52924
52928
|
});
|
|
52925
52929
|
DuplicateToolResponseBody2$inboundSchema = objectType({
|
|
52926
|
-
_id: stringType().default("
|
|
52930
|
+
_id: stringType().default("tool_01KA1AV0SNK3S7XFC4KY215WW8"),
|
|
52927
52931
|
path: stringType(),
|
|
52928
52932
|
key: stringType(),
|
|
52929
52933
|
display_name: stringType().optional(),
|
|
@@ -52951,7 +52955,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
52951
52955
|
});
|
|
52952
52956
|
});
|
|
52953
52957
|
DuplicateToolResponseBody2$outboundSchema = objectType({
|
|
52954
|
-
id: stringType().default("
|
|
52958
|
+
id: stringType().default("tool_01KA1AV0SNK3S7XFC4KY215WW8"),
|
|
52955
52959
|
path: stringType(),
|
|
52956
52960
|
key: stringType(),
|
|
52957
52961
|
displayName: stringType().optional(),
|
|
@@ -53015,7 +53019,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
53015
53019
|
parameters: lazyType(() => DuplicateToolResponseBodyParameters$outboundSchema).optional()
|
|
53016
53020
|
});
|
|
53017
53021
|
DuplicateToolResponseBody1$inboundSchema = objectType({
|
|
53018
|
-
_id: stringType().default("
|
|
53022
|
+
_id: stringType().default("tool_01KA1AV0SK10FZJ0DC5DXZG2A1"),
|
|
53019
53023
|
path: stringType(),
|
|
53020
53024
|
key: stringType(),
|
|
53021
53025
|
display_name: stringType().optional(),
|
|
@@ -53042,7 +53046,7 @@ var init_duplicatetool2 = __esm(() => {
|
|
|
53042
53046
|
});
|
|
53043
53047
|
});
|
|
53044
53048
|
DuplicateToolResponseBody1$outboundSchema = objectType({
|
|
53045
|
-
id: stringType().default("
|
|
53049
|
+
id: stringType().default("tool_01KA1AV0SK10FZJ0DC5DXZG2A1"),
|
|
53046
53050
|
path: stringType(),
|
|
53047
53051
|
key: stringType(),
|
|
53048
53052
|
displayName: stringType().optional(),
|
|
@@ -53138,7 +53142,7 @@ var init_fileget = __esm(() => {
|
|
|
53138
53142
|
bytes: numberType(),
|
|
53139
53143
|
file_name: stringType(),
|
|
53140
53144
|
workspace_id: stringType(),
|
|
53141
|
-
created: stringType().datetime({ offset: true }).default("2025-11-
|
|
53145
|
+
created: stringType().datetime({ offset: true }).default("2025-11-14T14:03:12.817Z").transform((v2) => new Date(v2))
|
|
53142
53146
|
}).transform((v2) => {
|
|
53143
53147
|
return remap(v2, {
|
|
53144
53148
|
_id: "id",
|
|
@@ -53154,7 +53158,7 @@ var init_fileget = __esm(() => {
|
|
|
53154
53158
|
bytes: numberType(),
|
|
53155
53159
|
fileName: stringType(),
|
|
53156
53160
|
workspaceId: stringType(),
|
|
53157
|
-
created: dateType().default(() => new Date("2025-11-
|
|
53161
|
+
created: dateType().default(() => new Date("2025-11-14T14:03:12.817Z")).transform((v2) => v2.toISOString())
|
|
53158
53162
|
}).transform((v2) => {
|
|
53159
53163
|
return remap(v2, {
|
|
53160
53164
|
id: "_id",
|
|
@@ -53209,7 +53213,7 @@ var init_filelist = __esm(() => {
|
|
|
53209
53213
|
bytes: numberType(),
|
|
53210
53214
|
file_name: stringType(),
|
|
53211
53215
|
workspace_id: stringType(),
|
|
53212
|
-
created: stringType().datetime({ offset: true }).default("2025-11-
|
|
53216
|
+
created: stringType().datetime({ offset: true }).default("2025-11-14T14:03:12.817Z").transform((v2) => new Date(v2))
|
|
53213
53217
|
}).transform((v2) => {
|
|
53214
53218
|
return remap(v2, {
|
|
53215
53219
|
_id: "id",
|
|
@@ -53225,7 +53229,7 @@ var init_filelist = __esm(() => {
|
|
|
53225
53229
|
bytes: numberType(),
|
|
53226
53230
|
fileName: stringType(),
|
|
53227
53231
|
workspaceId: stringType(),
|
|
53228
|
-
created: dateType().default(() => new Date("2025-11-
|
|
53232
|
+
created: dateType().default(() => new Date("2025-11-14T14:03:12.817Z")).transform((v2) => v2.toISOString())
|
|
53229
53233
|
}).transform((v2) => {
|
|
53230
53234
|
return remap(v2, {
|
|
53231
53235
|
id: "_id",
|
|
@@ -53333,7 +53337,7 @@ var init_fileupload = __esm(() => {
|
|
|
53333
53337
|
bytes: numberType(),
|
|
53334
53338
|
file_name: stringType(),
|
|
53335
53339
|
workspace_id: stringType(),
|
|
53336
|
-
created: stringType().datetime({ offset: true }).default("2025-11-
|
|
53340
|
+
created: stringType().datetime({ offset: true }).default("2025-11-14T14:03:12.817Z").transform((v2) => new Date(v2))
|
|
53337
53341
|
}).transform((v2) => {
|
|
53338
53342
|
return remap(v2, {
|
|
53339
53343
|
_id: "id",
|
|
@@ -53349,7 +53353,7 @@ var init_fileupload = __esm(() => {
|
|
|
53349
53353
|
bytes: numberType(),
|
|
53350
53354
|
fileName: stringType(),
|
|
53351
53355
|
workspaceId: stringType(),
|
|
53352
|
-
created: dateType().default(() => new Date("2025-11-
|
|
53356
|
+
created: dateType().default(() => new Date("2025-11-14T14:03:12.817Z")).transform((v2) => v2.toISOString())
|
|
53353
53357
|
}).transform((v2) => {
|
|
53354
53358
|
return remap(v2, {
|
|
53355
53359
|
id: "_id",
|
|
@@ -55023,6 +55027,7 @@ var init_getallprompts = __esm(() => {
|
|
|
55023
55027
|
Base64: "base64"
|
|
55024
55028
|
};
|
|
55025
55029
|
GetAllPromptsReasoningEffort = {
|
|
55030
|
+
None: "none",
|
|
55026
55031
|
Disable: "disable",
|
|
55027
55032
|
Minimal: "minimal",
|
|
55028
55033
|
Low: "low",
|
|
@@ -55700,7 +55705,7 @@ var init_getalltools = __esm(() => {
|
|
|
55700
55705
|
code: stringType()
|
|
55701
55706
|
});
|
|
55702
55707
|
Data5$inboundSchema = objectType({
|
|
55703
|
-
_id: stringType().default("
|
|
55708
|
+
_id: stringType().default("tool_01KA1AV0QQC20SS6VA9FYMZEJ7"),
|
|
55704
55709
|
path: stringType(),
|
|
55705
55710
|
key: stringType(),
|
|
55706
55711
|
display_name: stringType().optional(),
|
|
@@ -55728,7 +55733,7 @@ var init_getalltools = __esm(() => {
|
|
|
55728
55733
|
});
|
|
55729
55734
|
});
|
|
55730
55735
|
Data5$outboundSchema = objectType({
|
|
55731
|
-
id: stringType().default("
|
|
55736
|
+
id: stringType().default("tool_01KA1AV0QQC20SS6VA9FYMZEJ7"),
|
|
55732
55737
|
path: stringType(),
|
|
55733
55738
|
key: stringType(),
|
|
55734
55739
|
displayName: stringType().optional(),
|
|
@@ -55814,7 +55819,7 @@ var init_getalltools = __esm(() => {
|
|
|
55814
55819
|
});
|
|
55815
55820
|
});
|
|
55816
55821
|
Data4$inboundSchema = objectType({
|
|
55817
|
-
_id: stringType().default("
|
|
55822
|
+
_id: stringType().default("tool_01KA1AV0QMVA91RYRT2D6SHGYJ"),
|
|
55818
55823
|
path: stringType(),
|
|
55819
55824
|
key: stringType(),
|
|
55820
55825
|
display_name: stringType().optional(),
|
|
@@ -55841,7 +55846,7 @@ var init_getalltools = __esm(() => {
|
|
|
55841
55846
|
});
|
|
55842
55847
|
});
|
|
55843
55848
|
Data4$outboundSchema = objectType({
|
|
55844
|
-
id: stringType().default("
|
|
55849
|
+
id: stringType().default("tool_01KA1AV0QMVA91RYRT2D6SHGYJ"),
|
|
55845
55850
|
path: stringType(),
|
|
55846
55851
|
key: stringType(),
|
|
55847
55852
|
displayName: stringType().optional(),
|
|
@@ -55930,7 +55935,7 @@ var init_getalltools = __esm(() => {
|
|
|
55930
55935
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
55931
55936
|
});
|
|
55932
55937
|
Data3$inboundSchema = objectType({
|
|
55933
|
-
_id: stringType().default("
|
|
55938
|
+
_id: stringType().default("tool_01KA1AV0QH9EZ36KGHTG3GMY23"),
|
|
55934
55939
|
path: stringType(),
|
|
55935
55940
|
key: stringType(),
|
|
55936
55941
|
display_name: stringType().optional(),
|
|
@@ -55957,7 +55962,7 @@ var init_getalltools = __esm(() => {
|
|
|
55957
55962
|
});
|
|
55958
55963
|
});
|
|
55959
55964
|
Data3$outboundSchema = objectType({
|
|
55960
|
-
id: stringType().default("
|
|
55965
|
+
id: stringType().default("tool_01KA1AV0QH9EZ36KGHTG3GMY23"),
|
|
55961
55966
|
path: stringType(),
|
|
55962
55967
|
key: stringType(),
|
|
55963
55968
|
displayName: stringType().optional(),
|
|
@@ -56018,7 +56023,7 @@ var init_getalltools = __esm(() => {
|
|
|
56018
56023
|
strict: booleanType().optional()
|
|
56019
56024
|
});
|
|
56020
56025
|
Data2$inboundSchema = objectType({
|
|
56021
|
-
_id: stringType().default("
|
|
56026
|
+
_id: stringType().default("tool_01KA1AV0QGHBW1NVA2HXFBRRQM"),
|
|
56022
56027
|
path: stringType(),
|
|
56023
56028
|
key: stringType(),
|
|
56024
56029
|
display_name: stringType().optional(),
|
|
@@ -56046,7 +56051,7 @@ var init_getalltools = __esm(() => {
|
|
|
56046
56051
|
});
|
|
56047
56052
|
});
|
|
56048
56053
|
Data2$outboundSchema = objectType({
|
|
56049
|
-
id: stringType().default("
|
|
56054
|
+
id: stringType().default("tool_01KA1AV0QGHBW1NVA2HXFBRRQM"),
|
|
56050
56055
|
path: stringType(),
|
|
56051
56056
|
key: stringType(),
|
|
56052
56057
|
displayName: stringType().optional(),
|
|
@@ -56110,7 +56115,7 @@ var init_getalltools = __esm(() => {
|
|
|
56110
56115
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
56111
56116
|
});
|
|
56112
56117
|
Data1$inboundSchema = objectType({
|
|
56113
|
-
_id: stringType().default("
|
|
56118
|
+
_id: stringType().default("tool_01KA1AV0QE4Z8YXK541ANXVKMT"),
|
|
56114
56119
|
path: stringType(),
|
|
56115
56120
|
key: stringType(),
|
|
56116
56121
|
display_name: stringType().optional(),
|
|
@@ -56137,7 +56142,7 @@ var init_getalltools = __esm(() => {
|
|
|
56137
56142
|
});
|
|
56138
56143
|
});
|
|
56139
56144
|
Data1$outboundSchema = objectType({
|
|
56140
|
-
id: stringType().default("
|
|
56145
|
+
id: stringType().default("tool_01KA1AV0QE4Z8YXK541ANXVKMT"),
|
|
56141
56146
|
path: stringType(),
|
|
56142
56147
|
key: stringType(),
|
|
56143
56148
|
displayName: stringType().optional(),
|
|
@@ -56279,7 +56284,7 @@ var init_getbudget = __esm(() => {
|
|
|
56279
56284
|
is_active: booleanType(),
|
|
56280
56285
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
56281
56286
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
56282
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
56287
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.655Z").transform((v2) => new Date(v2))
|
|
56283
56288
|
}).transform((v2) => {
|
|
56284
56289
|
return remap(v2, {
|
|
56285
56290
|
_id: "id",
|
|
@@ -56297,7 +56302,7 @@ var init_getbudget = __esm(() => {
|
|
|
56297
56302
|
isActive: booleanType(),
|
|
56298
56303
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
56299
56304
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
56300
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
56305
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.655Z")).transform((v2) => v2.toISOString())
|
|
56301
56306
|
}).transform((v2) => {
|
|
56302
56307
|
return remap(v2, {
|
|
56303
56308
|
id: "_id",
|
|
@@ -56666,8 +56671,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56666
56671
|
DataTypescript$inboundSchema = objectType({
|
|
56667
56672
|
_id: stringType(),
|
|
56668
56673
|
description: stringType(),
|
|
56669
|
-
created: stringType().default("2025-11-
|
|
56670
|
-
updated: stringType().default("2025-11-
|
|
56674
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56675
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56671
56676
|
guardrail_config: unionType([
|
|
56672
56677
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
56673
56678
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -56684,8 +56689,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56684
56689
|
DataTypescript$outboundSchema = objectType({
|
|
56685
56690
|
id: stringType(),
|
|
56686
56691
|
description: stringType(),
|
|
56687
|
-
created: stringType().default("2025-11-
|
|
56688
|
-
updated: stringType().default("2025-11-
|
|
56692
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56693
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56689
56694
|
guardrailConfig: unionType([
|
|
56690
56695
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
56691
56696
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -56742,8 +56747,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56742
56747
|
DataRagas$inboundSchema = objectType({
|
|
56743
56748
|
_id: stringType(),
|
|
56744
56749
|
description: stringType(),
|
|
56745
|
-
created: stringType().default("2025-11-
|
|
56746
|
-
updated: stringType().default("2025-11-
|
|
56750
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56751
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56747
56752
|
guardrail_config: unionType([
|
|
56748
56753
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
56749
56754
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -56762,8 +56767,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56762
56767
|
DataRagas$outboundSchema = objectType({
|
|
56763
56768
|
id: stringType(),
|
|
56764
56769
|
description: stringType(),
|
|
56765
|
-
created: stringType().default("2025-11-
|
|
56766
|
-
updated: stringType().default("2025-11-
|
|
56770
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56771
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
56767
56772
|
guardrailConfig: unionType([
|
|
56768
56773
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
56769
56774
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -57200,8 +57205,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57200
57205
|
DataFunction$inboundSchema = objectType({
|
|
57201
57206
|
_id: stringType(),
|
|
57202
57207
|
description: stringType(),
|
|
57203
|
-
created: stringType().default("2025-11-
|
|
57204
|
-
updated: stringType().default("2025-11-
|
|
57208
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57209
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57205
57210
|
guardrail_config: unionType([
|
|
57206
57211
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
57207
57212
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -57255,8 +57260,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57255
57260
|
DataFunction$outboundSchema = objectType({
|
|
57256
57261
|
id: stringType(),
|
|
57257
57262
|
description: stringType(),
|
|
57258
|
-
created: stringType().default("2025-11-
|
|
57259
|
-
updated: stringType().default("2025-11-
|
|
57263
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57264
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57260
57265
|
guardrailConfig: unionType([
|
|
57261
57266
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
57262
57267
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -57348,8 +57353,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57348
57353
|
DataPython$inboundSchema = objectType({
|
|
57349
57354
|
_id: stringType(),
|
|
57350
57355
|
description: stringType(),
|
|
57351
|
-
created: stringType().default("2025-11-
|
|
57352
|
-
updated: stringType().default("2025-11-
|
|
57356
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57357
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57353
57358
|
guardrail_config: unionType([
|
|
57354
57359
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
57355
57360
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -57366,8 +57371,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57366
57371
|
DataPython$outboundSchema = objectType({
|
|
57367
57372
|
id: stringType(),
|
|
57368
57373
|
description: stringType(),
|
|
57369
|
-
created: stringType().default("2025-11-
|
|
57370
|
-
updated: stringType().default("2025-11-
|
|
57374
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57375
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57371
57376
|
guardrailConfig: unionType([
|
|
57372
57377
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
57373
57378
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -57424,8 +57429,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57424
57429
|
DataHTTP$inboundSchema = objectType({
|
|
57425
57430
|
_id: stringType(),
|
|
57426
57431
|
description: stringType(),
|
|
57427
|
-
created: stringType().default("2025-11-
|
|
57428
|
-
updated: stringType().default("2025-11-
|
|
57432
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57433
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57429
57434
|
guardrail_config: unionType([
|
|
57430
57435
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
57431
57436
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -57445,8 +57450,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57445
57450
|
DataHTTP$outboundSchema = objectType({
|
|
57446
57451
|
id: stringType(),
|
|
57447
57452
|
description: stringType(),
|
|
57448
|
-
created: stringType().default("2025-11-
|
|
57449
|
-
updated: stringType().default("2025-11-
|
|
57453
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57454
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57450
57455
|
guardrailConfig: unionType([
|
|
57451
57456
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
57452
57457
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -57504,8 +57509,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57504
57509
|
DataJSON$inboundSchema = objectType({
|
|
57505
57510
|
_id: stringType(),
|
|
57506
57511
|
description: stringType(),
|
|
57507
|
-
created: stringType().default("2025-11-
|
|
57508
|
-
updated: stringType().default("2025-11-
|
|
57512
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57513
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57509
57514
|
guardrail_config: unionType([
|
|
57510
57515
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
57511
57516
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -57522,8 +57527,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57522
57527
|
DataJSON$outboundSchema = objectType({
|
|
57523
57528
|
id: stringType(),
|
|
57524
57529
|
description: stringType(),
|
|
57525
|
-
created: stringType().default("2025-11-
|
|
57526
|
-
updated: stringType().default("2025-11-
|
|
57530
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57531
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57527
57532
|
guardrailConfig: unionType([
|
|
57528
57533
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
57529
57534
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -57578,8 +57583,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57578
57583
|
DataLLM$inboundSchema = objectType({
|
|
57579
57584
|
_id: stringType(),
|
|
57580
57585
|
description: stringType(),
|
|
57581
|
-
created: stringType().default("2025-11-
|
|
57582
|
-
updated: stringType().default("2025-11-
|
|
57586
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57587
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57583
57588
|
guardrail_config: unionType([
|
|
57584
57589
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
57585
57590
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -57597,8 +57602,8 @@ var init_getevals2 = __esm(() => {
|
|
|
57597
57602
|
DataLLM$outboundSchema = objectType({
|
|
57598
57603
|
id: stringType(),
|
|
57599
57604
|
description: stringType(),
|
|
57600
|
-
created: stringType().default("2025-11-
|
|
57601
|
-
updated: stringType().default("2025-11-
|
|
57605
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57606
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
57602
57607
|
guardrailConfig: unionType([
|
|
57603
57608
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
57604
57609
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -58063,6 +58068,7 @@ var init_getoneprompt = __esm(() => {
|
|
|
58063
58068
|
Base64: "base64"
|
|
58064
58069
|
};
|
|
58065
58070
|
GetOnePromptReasoningEffort = {
|
|
58071
|
+
None: "none",
|
|
58066
58072
|
Disable: "disable",
|
|
58067
58073
|
Minimal: "minimal",
|
|
58068
58074
|
Low: "low",
|
|
@@ -58625,6 +58631,7 @@ var init_getpromptversion2 = __esm(() => {
|
|
|
58625
58631
|
Base64: "base64"
|
|
58626
58632
|
};
|
|
58627
58633
|
GetPromptVersionReasoningEffort = {
|
|
58634
|
+
None: "none",
|
|
58628
58635
|
Disable: "disable",
|
|
58629
58636
|
Minimal: "minimal",
|
|
58630
58637
|
Low: "low",
|
|
@@ -60994,7 +61001,7 @@ var init_listbudgets = __esm(() => {
|
|
|
60994
61001
|
is_active: booleanType(),
|
|
60995
61002
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
60996
61003
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60997
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
61004
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.655Z").transform((v2) => new Date(v2))
|
|
60998
61005
|
}).transform((v2) => {
|
|
60999
61006
|
return remap(v2, {
|
|
61000
61007
|
_id: "id",
|
|
@@ -61010,7 +61017,7 @@ var init_listbudgets = __esm(() => {
|
|
|
61010
61017
|
isActive: booleanType(),
|
|
61011
61018
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
61012
61019
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61013
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
61020
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.655Z")).transform((v2) => v2.toISOString())
|
|
61014
61021
|
}).transform((v2) => {
|
|
61015
61022
|
return remap(v2, {
|
|
61016
61023
|
id: "_id",
|
|
@@ -61337,7 +61344,7 @@ var init_listcontacts = __esm(() => {
|
|
|
61337
61344
|
tags: arrayType(stringType()).optional(),
|
|
61338
61345
|
metadata: recordType(anyType()).optional(),
|
|
61339
61346
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61340
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
61347
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2)),
|
|
61341
61348
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
61342
61349
|
}).transform((v2) => {
|
|
61343
61350
|
return remap(v2, {
|
|
@@ -61356,7 +61363,7 @@ var init_listcontacts = __esm(() => {
|
|
|
61356
61363
|
tags: arrayType(stringType()).optional(),
|
|
61357
61364
|
metadata: recordType(anyType()).optional(),
|
|
61358
61365
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61359
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
61366
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString()),
|
|
61360
61367
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
61361
61368
|
}).transform((v2) => {
|
|
61362
61369
|
return remap(v2, {
|
|
@@ -61945,7 +61952,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
61945
61952
|
human_review_id: stringType(),
|
|
61946
61953
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
61947
61954
|
reviewed_by_id: stringType(),
|
|
61948
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
61955
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.968Z").transform((v2) => new Date(v2)),
|
|
61949
61956
|
type: ListDatasetDatapointsEvaluationsDatasetsType$inboundSchema,
|
|
61950
61957
|
values: arrayType(stringType())
|
|
61951
61958
|
}).transform((v2) => {
|
|
@@ -61962,7 +61969,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
61962
61969
|
humanReviewId: stringType(),
|
|
61963
61970
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
61964
61971
|
reviewedById: stringType(),
|
|
61965
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
61972
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.968Z")).transform((v2) => v2.toISOString()),
|
|
61966
61973
|
type: ListDatasetDatapointsEvaluationsDatasetsType$outboundSchema,
|
|
61967
61974
|
values: arrayType(stringType())
|
|
61968
61975
|
}).transform((v2) => {
|
|
@@ -61985,7 +61992,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
61985
61992
|
human_review_id: stringType(),
|
|
61986
61993
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
61987
61994
|
reviewed_by_id: stringType(),
|
|
61988
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
61995
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.968Z").transform((v2) => new Date(v2)),
|
|
61989
61996
|
type: ListDatasetDatapointsEvaluationsType$inboundSchema,
|
|
61990
61997
|
value: numberType()
|
|
61991
61998
|
}).transform((v2) => {
|
|
@@ -62002,7 +62009,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
62002
62009
|
humanReviewId: stringType(),
|
|
62003
62010
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
62004
62011
|
reviewedById: stringType(),
|
|
62005
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
62012
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.968Z")).transform((v2) => v2.toISOString()),
|
|
62006
62013
|
type: ListDatasetDatapointsEvaluationsType$outboundSchema,
|
|
62007
62014
|
value: numberType()
|
|
62008
62015
|
}).transform((v2) => {
|
|
@@ -62025,7 +62032,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
62025
62032
|
human_review_id: stringType(),
|
|
62026
62033
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
62027
62034
|
reviewed_by_id: stringType(),
|
|
62028
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
62035
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.967Z").transform((v2) => new Date(v2)),
|
|
62029
62036
|
type: ListDatasetDatapointsEvaluationsDatasetsResponseType$inboundSchema,
|
|
62030
62037
|
value: stringType()
|
|
62031
62038
|
}).transform((v2) => {
|
|
@@ -62042,7 +62049,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
62042
62049
|
humanReviewId: stringType(),
|
|
62043
62050
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
62044
62051
|
reviewedById: stringType(),
|
|
62045
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
62052
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.967Z")).transform((v2) => v2.toISOString()),
|
|
62046
62053
|
type: ListDatasetDatapointsEvaluationsDatasetsResponseType$outboundSchema,
|
|
62047
62054
|
value: stringType()
|
|
62048
62055
|
}).transform((v2) => {
|
|
@@ -62085,7 +62092,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
62085
62092
|
created_by_id: stringType().optional(),
|
|
62086
62093
|
updated_by_id: stringType().optional(),
|
|
62087
62094
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62088
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
62095
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
62089
62096
|
}).transform((v2) => {
|
|
62090
62097
|
return remap(v2, {
|
|
62091
62098
|
_id: "id",
|
|
@@ -62119,7 +62126,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
62119
62126
|
createdById: stringType().optional(),
|
|
62120
62127
|
updatedById: stringType().optional(),
|
|
62121
62128
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62122
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
62129
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
62123
62130
|
}).transform((v2) => {
|
|
62124
62131
|
return remap(v2, {
|
|
62125
62132
|
id: "_id",
|
|
@@ -62208,7 +62215,7 @@ var init_listdatasets = __esm(() => {
|
|
|
62208
62215
|
created_by_id: stringType().optional(),
|
|
62209
62216
|
updated_by_id: stringType().optional(),
|
|
62210
62217
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62211
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
62218
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
62212
62219
|
}).transform((v2) => {
|
|
62213
62220
|
return remap(v2, {
|
|
62214
62221
|
_id: "id",
|
|
@@ -62228,7 +62235,7 @@ var init_listdatasets = __esm(() => {
|
|
|
62228
62235
|
createdById: stringType().optional(),
|
|
62229
62236
|
updatedById: stringType().optional(),
|
|
62230
62237
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62231
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
62238
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
62232
62239
|
}).transform((v2) => {
|
|
62233
62240
|
return remap(v2, {
|
|
62234
62241
|
id: "_id",
|
|
@@ -62309,7 +62316,7 @@ var init_listdatasources = __esm(() => {
|
|
|
62309
62316
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
62310
62317
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
62311
62318
|
ListDatasourcesData$inboundSchema = objectType({
|
|
62312
|
-
_id: stringType().default("
|
|
62319
|
+
_id: stringType().default("01KA1AV0XRYWJ8DHSQ4QPY7MQV"),
|
|
62313
62320
|
display_name: stringType(),
|
|
62314
62321
|
description: stringType().optional(),
|
|
62315
62322
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -62332,7 +62339,7 @@ var init_listdatasources = __esm(() => {
|
|
|
62332
62339
|
});
|
|
62333
62340
|
});
|
|
62334
62341
|
ListDatasourcesData$outboundSchema = objectType({
|
|
62335
|
-
id: stringType().default("
|
|
62342
|
+
id: stringType().default("01KA1AV0XRYWJ8DHSQ4QPY7MQV"),
|
|
62336
62343
|
displayName: stringType(),
|
|
62337
62344
|
description: stringType().optional(),
|
|
62338
62345
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -62800,6 +62807,7 @@ var init_listpromptversions = __esm(() => {
|
|
|
62800
62807
|
Base64: "base64"
|
|
62801
62808
|
};
|
|
62802
62809
|
ListPromptVersionsReasoningEffort = {
|
|
62810
|
+
None: "none",
|
|
62803
62811
|
Disable: "disable",
|
|
62804
62812
|
Minimal: "minimal",
|
|
62805
62813
|
Low: "low",
|
|
@@ -63796,7 +63804,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63796
63804
|
tags: arrayType(stringType()).optional(),
|
|
63797
63805
|
metadata: recordType(anyType()).optional(),
|
|
63798
63806
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63799
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
63807
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
63800
63808
|
}).transform((v2) => {
|
|
63801
63809
|
return remap(v2, {
|
|
63802
63810
|
_id: "id",
|
|
@@ -63814,7 +63822,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63814
63822
|
tags: arrayType(stringType()).optional(),
|
|
63815
63823
|
metadata: recordType(anyType()).optional(),
|
|
63816
63824
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63817
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
63825
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
63818
63826
|
}).transform((v2) => {
|
|
63819
63827
|
return remap(v2, {
|
|
63820
63828
|
id: "_id",
|
|
@@ -64373,7 +64381,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64373
64381
|
human_review_id: stringType(),
|
|
64374
64382
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
64375
64383
|
reviewed_by_id: stringType(),
|
|
64376
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
64384
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.982Z").transform((v2) => new Date(v2)),
|
|
64377
64385
|
type: RetrieveDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
64378
64386
|
values: arrayType(stringType())
|
|
64379
64387
|
}).transform((v2) => {
|
|
@@ -64390,7 +64398,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64390
64398
|
humanReviewId: stringType(),
|
|
64391
64399
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
64392
64400
|
reviewedById: stringType(),
|
|
64393
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
64401
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.982Z")).transform((v2) => v2.toISOString()),
|
|
64394
64402
|
type: RetrieveDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
64395
64403
|
values: arrayType(stringType())
|
|
64396
64404
|
}).transform((v2) => {
|
|
@@ -64413,7 +64421,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64413
64421
|
human_review_id: stringType(),
|
|
64414
64422
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64415
64423
|
reviewed_by_id: stringType(),
|
|
64416
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
64424
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.982Z").transform((v2) => new Date(v2)),
|
|
64417
64425
|
type: RetrieveDatapointEvaluationsDatasetsType$inboundSchema,
|
|
64418
64426
|
value: numberType()
|
|
64419
64427
|
}).transform((v2) => {
|
|
@@ -64430,7 +64438,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64430
64438
|
humanReviewId: stringType(),
|
|
64431
64439
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64432
64440
|
reviewedById: stringType(),
|
|
64433
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
64441
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.982Z")).transform((v2) => v2.toISOString()),
|
|
64434
64442
|
type: RetrieveDatapointEvaluationsDatasetsType$outboundSchema,
|
|
64435
64443
|
value: numberType()
|
|
64436
64444
|
}).transform((v2) => {
|
|
@@ -64453,7 +64461,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64453
64461
|
human_review_id: stringType(),
|
|
64454
64462
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
64455
64463
|
reviewed_by_id: stringType(),
|
|
64456
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
64464
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:20.981Z").transform((v2) => new Date(v2)),
|
|
64457
64465
|
type: RetrieveDatapointEvaluationsType$inboundSchema,
|
|
64458
64466
|
value: stringType()
|
|
64459
64467
|
}).transform((v2) => {
|
|
@@ -64470,7 +64478,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64470
64478
|
humanReviewId: stringType(),
|
|
64471
64479
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
64472
64480
|
reviewedById: stringType(),
|
|
64473
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
64481
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:20.981Z")).transform((v2) => v2.toISOString()),
|
|
64474
64482
|
type: RetrieveDatapointEvaluationsType$outboundSchema,
|
|
64475
64483
|
value: stringType()
|
|
64476
64484
|
}).transform((v2) => {
|
|
@@ -64513,7 +64521,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64513
64521
|
created_by_id: stringType().optional(),
|
|
64514
64522
|
updated_by_id: stringType().optional(),
|
|
64515
64523
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64516
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
64524
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
64517
64525
|
}).transform((v2) => {
|
|
64518
64526
|
return remap(v2, {
|
|
64519
64527
|
_id: "id",
|
|
@@ -64547,7 +64555,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
64547
64555
|
createdById: stringType().optional(),
|
|
64548
64556
|
updatedById: stringType().optional(),
|
|
64549
64557
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64550
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
64558
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
64551
64559
|
}).transform((v2) => {
|
|
64552
64560
|
return remap(v2, {
|
|
64553
64561
|
id: "_id",
|
|
@@ -64607,7 +64615,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
64607
64615
|
created_by_id: stringType().optional(),
|
|
64608
64616
|
updated_by_id: stringType().optional(),
|
|
64609
64617
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64610
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
64618
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
64611
64619
|
}).transform((v2) => {
|
|
64612
64620
|
return remap(v2, {
|
|
64613
64621
|
_id: "id",
|
|
@@ -64627,7 +64635,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
64627
64635
|
createdById: stringType().optional(),
|
|
64628
64636
|
updatedById: stringType().optional(),
|
|
64629
64637
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64630
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
64638
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
64631
64639
|
}).transform((v2) => {
|
|
64632
64640
|
return remap(v2, {
|
|
64633
64641
|
id: "_id",
|
|
@@ -64673,7 +64681,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
64673
64681
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
64674
64682
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
64675
64683
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
64676
|
-
_id: stringType().default("
|
|
64684
|
+
_id: stringType().default("01KA1AV0XW5E9T88ZQB5353W2A"),
|
|
64677
64685
|
display_name: stringType(),
|
|
64678
64686
|
description: stringType().optional(),
|
|
64679
64687
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -64696,7 +64704,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
64696
64704
|
});
|
|
64697
64705
|
});
|
|
64698
64706
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
64699
|
-
id: stringType().default("
|
|
64707
|
+
id: stringType().default("01KA1AV0XW5E9T88ZQB5353W2A"),
|
|
64700
64708
|
displayName: stringType(),
|
|
64701
64709
|
description: stringType().optional(),
|
|
64702
64710
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -65261,7 +65269,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65261
65269
|
code: stringType()
|
|
65262
65270
|
});
|
|
65263
65271
|
RetrieveToolResponseBody5$inboundSchema = objectType({
|
|
65264
|
-
_id: stringType().default("
|
|
65272
|
+
_id: stringType().default("tool_01KA1AV0TBVB0GP2RY35HSHA2S"),
|
|
65265
65273
|
path: stringType(),
|
|
65266
65274
|
key: stringType(),
|
|
65267
65275
|
display_name: stringType().optional(),
|
|
@@ -65289,7 +65297,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65289
65297
|
});
|
|
65290
65298
|
});
|
|
65291
65299
|
RetrieveToolResponseBody5$outboundSchema = objectType({
|
|
65292
|
-
id: stringType().default("
|
|
65300
|
+
id: stringType().default("tool_01KA1AV0TBVB0GP2RY35HSHA2S"),
|
|
65293
65301
|
path: stringType(),
|
|
65294
65302
|
key: stringType(),
|
|
65295
65303
|
displayName: stringType().optional(),
|
|
@@ -65375,7 +65383,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65375
65383
|
});
|
|
65376
65384
|
});
|
|
65377
65385
|
RetrieveToolResponseBody4$inboundSchema = objectType({
|
|
65378
|
-
_id: stringType().default("
|
|
65386
|
+
_id: stringType().default("tool_01KA1AV0T9P6RA3B0579CDPG9S"),
|
|
65379
65387
|
path: stringType(),
|
|
65380
65388
|
key: stringType(),
|
|
65381
65389
|
display_name: stringType().optional(),
|
|
@@ -65402,7 +65410,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65402
65410
|
});
|
|
65403
65411
|
});
|
|
65404
65412
|
RetrieveToolResponseBody4$outboundSchema = objectType({
|
|
65405
|
-
id: stringType().default("
|
|
65413
|
+
id: stringType().default("tool_01KA1AV0T9P6RA3B0579CDPG9S"),
|
|
65406
65414
|
path: stringType(),
|
|
65407
65415
|
key: stringType(),
|
|
65408
65416
|
displayName: stringType().optional(),
|
|
@@ -65491,7 +65499,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65491
65499
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
65492
65500
|
});
|
|
65493
65501
|
RetrieveToolResponseBody3$inboundSchema = objectType({
|
|
65494
|
-
_id: stringType().default("
|
|
65502
|
+
_id: stringType().default("tool_01KA1AV0T7J4RQDAXNW8P9SG1D"),
|
|
65495
65503
|
path: stringType(),
|
|
65496
65504
|
key: stringType(),
|
|
65497
65505
|
display_name: stringType().optional(),
|
|
@@ -65518,7 +65526,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65518
65526
|
});
|
|
65519
65527
|
});
|
|
65520
65528
|
RetrieveToolResponseBody3$outboundSchema = objectType({
|
|
65521
|
-
id: stringType().default("
|
|
65529
|
+
id: stringType().default("tool_01KA1AV0T7J4RQDAXNW8P9SG1D"),
|
|
65522
65530
|
path: stringType(),
|
|
65523
65531
|
key: stringType(),
|
|
65524
65532
|
displayName: stringType().optional(),
|
|
@@ -65579,7 +65587,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65579
65587
|
strict: booleanType().optional()
|
|
65580
65588
|
});
|
|
65581
65589
|
RetrieveToolResponseBody2$inboundSchema = objectType({
|
|
65582
|
-
_id: stringType().default("
|
|
65590
|
+
_id: stringType().default("tool_01KA1AV0T6CM6CF9ZM162K57N8"),
|
|
65583
65591
|
path: stringType(),
|
|
65584
65592
|
key: stringType(),
|
|
65585
65593
|
display_name: stringType().optional(),
|
|
@@ -65607,7 +65615,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65607
65615
|
});
|
|
65608
65616
|
});
|
|
65609
65617
|
RetrieveToolResponseBody2$outboundSchema = objectType({
|
|
65610
|
-
id: stringType().default("
|
|
65618
|
+
id: stringType().default("tool_01KA1AV0T6CM6CF9ZM162K57N8"),
|
|
65611
65619
|
path: stringType(),
|
|
65612
65620
|
key: stringType(),
|
|
65613
65621
|
displayName: stringType().optional(),
|
|
@@ -65671,7 +65679,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65671
65679
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
65672
65680
|
});
|
|
65673
65681
|
RetrieveToolResponseBody1$inboundSchema = objectType({
|
|
65674
|
-
_id: stringType().default("
|
|
65682
|
+
_id: stringType().default("tool_01KA1AV0T5C52007ER43YWTFEF"),
|
|
65675
65683
|
path: stringType(),
|
|
65676
65684
|
key: stringType(),
|
|
65677
65685
|
display_name: stringType().optional(),
|
|
@@ -65698,7 +65706,7 @@ var init_retrievetool = __esm(() => {
|
|
|
65698
65706
|
});
|
|
65699
65707
|
});
|
|
65700
65708
|
RetrieveToolResponseBody1$outboundSchema = objectType({
|
|
65701
|
-
id: stringType().default("
|
|
65709
|
+
id: stringType().default("tool_01KA1AV0T5C52007ER43YWTFEF"),
|
|
65702
65710
|
path: stringType(),
|
|
65703
65711
|
key: stringType(),
|
|
65704
65712
|
displayName: stringType().optional(),
|
|
@@ -67535,7 +67543,7 @@ var init_runagent = __esm(() => {
|
|
|
67535
67543
|
});
|
|
67536
67544
|
|
|
67537
67545
|
// src/models/operations/searchknowledge.ts
|
|
67538
|
-
var SearchType, SearchType$inboundSchema, SearchType$outboundSchema, SearchKnowledgeOrExists$inboundSchema, SearchKnowledgeOrExists$outboundSchema, SearchKnowledgeOrKnowledgeNin$inboundSchema, SearchKnowledgeOrKnowledgeNin$outboundSchema, SearchKnowledgeOrNin$inboundSchema, SearchKnowledgeOrNin$outboundSchema, SearchKnowledgeOrKnowledgeIn$inboundSchema, SearchKnowledgeOrKnowledgeIn$outboundSchema, SearchKnowledgeOrIn$inboundSchema, SearchKnowledgeOrIn$outboundSchema, SearchKnowledgeOrLte$inboundSchema, SearchKnowledgeOrLte$outboundSchema, SearchKnowledgeOrLt$inboundSchema, SearchKnowledgeOrLt$outboundSchema, SearchKnowledgeOrGte$inboundSchema, SearchKnowledgeOrGte$outboundSchema,
|
|
67546
|
+
var SearchType, SearchType$inboundSchema, SearchType$outboundSchema, SearchKnowledgeOrExists$inboundSchema, SearchKnowledgeOrExists$outboundSchema, SearchKnowledgeOrKnowledgeNin$inboundSchema, SearchKnowledgeOrKnowledgeNin$outboundSchema, SearchKnowledgeOrNin$inboundSchema, SearchKnowledgeOrNin$outboundSchema, SearchKnowledgeOrKnowledgeIn$inboundSchema, SearchKnowledgeOrKnowledgeIn$outboundSchema, SearchKnowledgeOrIn$inboundSchema, SearchKnowledgeOrIn$outboundSchema, SearchKnowledgeOrLte$inboundSchema, SearchKnowledgeOrLte$outboundSchema, SearchKnowledgeOrLt$inboundSchema, SearchKnowledgeOrLt$outboundSchema, SearchKnowledgeOrGte$inboundSchema, SearchKnowledgeOrGte$outboundSchema, SearchKnowledgeOrGt$inboundSchema, SearchKnowledgeOrGt$outboundSchema, SearchKnowledgeOrKnowledgeNe$inboundSchema, SearchKnowledgeOrKnowledgeNe$outboundSchema, SearchKnowledgeOrNe$inboundSchema, SearchKnowledgeOrNe$outboundSchema, SearchKnowledgeOrKnowledgeEq$inboundSchema, SearchKnowledgeOrKnowledgeEq$outboundSchema, SearchKnowledgeOrEq$inboundSchema, SearchKnowledgeOrEq$outboundSchema, SearchKnowledgeFilterByOr$inboundSchema, SearchKnowledgeFilterByOr$outboundSchema, FilterByOr$inboundSchema, FilterByOr$outboundSchema, SearchKnowledgeAndExists$inboundSchema, SearchKnowledgeAndExists$outboundSchema, SearchKnowledgeAndKnowledgeNin$inboundSchema, SearchKnowledgeAndKnowledgeNin$outboundSchema, SearchKnowledgeAndNin$inboundSchema, SearchKnowledgeAndNin$outboundSchema, SearchKnowledgeAndKnowledgeIn$inboundSchema, SearchKnowledgeAndKnowledgeIn$outboundSchema, SearchKnowledgeAndIn$inboundSchema, SearchKnowledgeAndIn$outboundSchema, SearchKnowledgeAndLte$inboundSchema, SearchKnowledgeAndLte$outboundSchema, SearchKnowledgeAndLt$inboundSchema, SearchKnowledgeAndLt$outboundSchema, SearchKnowledgeAndGte$inboundSchema, SearchKnowledgeAndGte$outboundSchema, SearchKnowledgeAndGt$inboundSchema, SearchKnowledgeAndGt$outboundSchema, SearchKnowledgeAndKnowledgeNe$inboundSchema, SearchKnowledgeAndKnowledgeNe$outboundSchema, SearchKnowledgeAndNe$inboundSchema, SearchKnowledgeAndNe$outboundSchema, SearchKnowledgeAndKnowledgeEq$inboundSchema, SearchKnowledgeAndKnowledgeEq$outboundSchema, SearchKnowledgeAndEq$inboundSchema, SearchKnowledgeAndEq$outboundSchema, SearchKnowledgeFilterByAnd$inboundSchema, SearchKnowledgeFilterByAnd$outboundSchema, FilterByAnd$inboundSchema, FilterByAnd$outboundSchema, SearchKnowledge1Exists$inboundSchema, SearchKnowledge1Exists$outboundSchema, SearchKnowledge1KnowledgeNin$inboundSchema, SearchKnowledge1KnowledgeNin$outboundSchema, SearchKnowledge1Nin$inboundSchema, SearchKnowledge1Nin$outboundSchema, SearchKnowledge1KnowledgeIn$inboundSchema, SearchKnowledge1KnowledgeIn$outboundSchema, SearchKnowledge1In$inboundSchema, SearchKnowledge1In$outboundSchema, SearchKnowledge1Lte$inboundSchema, SearchKnowledge1Lte$outboundSchema, SearchKnowledge1Lt$inboundSchema, SearchKnowledge1Lt$outboundSchema, SearchKnowledge1Gte$inboundSchema, SearchKnowledge1Gte$outboundSchema, SearchKnowledge1Gt$inboundSchema, SearchKnowledge1Gt$outboundSchema, SearchKnowledge1KnowledgeNe$inboundSchema, SearchKnowledge1KnowledgeNe$outboundSchema, SearchKnowledge1Ne$inboundSchema, SearchKnowledge1Ne$outboundSchema, SearchKnowledge1KnowledgeEq$inboundSchema, SearchKnowledge1KnowledgeEq$outboundSchema, SearchKnowledge1Eq$inboundSchema, SearchKnowledge1Eq$outboundSchema, FilterBy1$inboundSchema, FilterBy1$outboundSchema, FilterBy$inboundSchema, FilterBy$outboundSchema, SearchOptions$inboundSchema, SearchOptions$outboundSchema, RerankConfig$inboundSchema, RerankConfig$outboundSchema, AgenticRagConfig$inboundSchema, AgenticRagConfig$outboundSchema, SearchKnowledgeRequestBody$inboundSchema, SearchKnowledgeRequestBody$outboundSchema, SearchKnowledgeRequest$inboundSchema, SearchKnowledgeRequest$outboundSchema, Scores$inboundSchema, Scores$outboundSchema, Matches$inboundSchema, Matches$outboundSchema, SearchKnowledgeResponseBody$inboundSchema, SearchKnowledgeResponseBody$outboundSchema;
|
|
67539
67547
|
var init_searchknowledge = __esm(() => {
|
|
67540
67548
|
init_esm();
|
|
67541
67549
|
init_primitives();
|
|
@@ -67586,10 +67594,10 @@ var init_searchknowledge = __esm(() => {
|
|
|
67586
67594
|
SearchKnowledgeOrGte$outboundSchema = objectType({
|
|
67587
67595
|
gte: numberType()
|
|
67588
67596
|
});
|
|
67589
|
-
|
|
67597
|
+
SearchKnowledgeOrGt$inboundSchema = objectType({
|
|
67590
67598
|
gt: numberType()
|
|
67591
67599
|
});
|
|
67592
|
-
|
|
67600
|
+
SearchKnowledgeOrGt$outboundSchema = objectType({
|
|
67593
67601
|
gt: numberType()
|
|
67594
67602
|
});
|
|
67595
67603
|
SearchKnowledgeOrKnowledgeNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -67611,7 +67619,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67611
67619
|
SearchKnowledgeFilterByOr$inboundSchema = unionType([
|
|
67612
67620
|
lazyType(() => SearchKnowledgeOrEq$inboundSchema),
|
|
67613
67621
|
lazyType(() => SearchKnowledgeOrNe$inboundSchema),
|
|
67614
|
-
lazyType(() =>
|
|
67622
|
+
lazyType(() => SearchKnowledgeOrGt$inboundSchema),
|
|
67615
67623
|
lazyType(() => SearchKnowledgeOrGte$inboundSchema),
|
|
67616
67624
|
lazyType(() => SearchKnowledgeOrLt$inboundSchema),
|
|
67617
67625
|
lazyType(() => SearchKnowledgeOrLte$inboundSchema),
|
|
@@ -67622,7 +67630,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67622
67630
|
SearchKnowledgeFilterByOr$outboundSchema = unionType([
|
|
67623
67631
|
lazyType(() => SearchKnowledgeOrEq$outboundSchema),
|
|
67624
67632
|
lazyType(() => SearchKnowledgeOrNe$outboundSchema),
|
|
67625
|
-
lazyType(() =>
|
|
67633
|
+
lazyType(() => SearchKnowledgeOrGt$outboundSchema),
|
|
67626
67634
|
lazyType(() => SearchKnowledgeOrGte$outboundSchema),
|
|
67627
67635
|
lazyType(() => SearchKnowledgeOrLt$outboundSchema),
|
|
67628
67636
|
lazyType(() => SearchKnowledgeOrLte$outboundSchema),
|
|
@@ -67634,7 +67642,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67634
67642
|
or: arrayType(recordType(unionType([
|
|
67635
67643
|
lazyType(() => SearchKnowledgeOrEq$inboundSchema),
|
|
67636
67644
|
lazyType(() => SearchKnowledgeOrNe$inboundSchema),
|
|
67637
|
-
lazyType(() =>
|
|
67645
|
+
lazyType(() => SearchKnowledgeOrGt$inboundSchema),
|
|
67638
67646
|
lazyType(() => SearchKnowledgeOrGte$inboundSchema),
|
|
67639
67647
|
lazyType(() => SearchKnowledgeOrLt$inboundSchema),
|
|
67640
67648
|
lazyType(() => SearchKnowledgeOrLte$inboundSchema),
|
|
@@ -67647,7 +67655,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67647
67655
|
or: arrayType(recordType(unionType([
|
|
67648
67656
|
lazyType(() => SearchKnowledgeOrEq$outboundSchema),
|
|
67649
67657
|
lazyType(() => SearchKnowledgeOrNe$outboundSchema),
|
|
67650
|
-
lazyType(() =>
|
|
67658
|
+
lazyType(() => SearchKnowledgeOrGt$outboundSchema),
|
|
67651
67659
|
lazyType(() => SearchKnowledgeOrGte$outboundSchema),
|
|
67652
67660
|
lazyType(() => SearchKnowledgeOrLt$outboundSchema),
|
|
67653
67661
|
lazyType(() => SearchKnowledgeOrLte$outboundSchema),
|
|
@@ -67696,10 +67704,10 @@ var init_searchknowledge = __esm(() => {
|
|
|
67696
67704
|
SearchKnowledgeAndGte$outboundSchema = objectType({
|
|
67697
67705
|
gte: numberType()
|
|
67698
67706
|
});
|
|
67699
|
-
|
|
67707
|
+
SearchKnowledgeAndGt$inboundSchema = objectType({
|
|
67700
67708
|
gt: numberType()
|
|
67701
67709
|
});
|
|
67702
|
-
|
|
67710
|
+
SearchKnowledgeAndGt$outboundSchema = objectType({
|
|
67703
67711
|
gt: numberType()
|
|
67704
67712
|
});
|
|
67705
67713
|
SearchKnowledgeAndKnowledgeNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -67721,7 +67729,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67721
67729
|
SearchKnowledgeFilterByAnd$inboundSchema = unionType([
|
|
67722
67730
|
lazyType(() => SearchKnowledgeAndEq$inboundSchema),
|
|
67723
67731
|
lazyType(() => SearchKnowledgeAndNe$inboundSchema),
|
|
67724
|
-
lazyType(() =>
|
|
67732
|
+
lazyType(() => SearchKnowledgeAndGt$inboundSchema),
|
|
67725
67733
|
lazyType(() => SearchKnowledgeAndGte$inboundSchema),
|
|
67726
67734
|
lazyType(() => SearchKnowledgeAndLt$inboundSchema),
|
|
67727
67735
|
lazyType(() => SearchKnowledgeAndLte$inboundSchema),
|
|
@@ -67732,7 +67740,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67732
67740
|
SearchKnowledgeFilterByAnd$outboundSchema = unionType([
|
|
67733
67741
|
lazyType(() => SearchKnowledgeAndEq$outboundSchema),
|
|
67734
67742
|
lazyType(() => SearchKnowledgeAndNe$outboundSchema),
|
|
67735
|
-
lazyType(() =>
|
|
67743
|
+
lazyType(() => SearchKnowledgeAndGt$outboundSchema),
|
|
67736
67744
|
lazyType(() => SearchKnowledgeAndGte$outboundSchema),
|
|
67737
67745
|
lazyType(() => SearchKnowledgeAndLt$outboundSchema),
|
|
67738
67746
|
lazyType(() => SearchKnowledgeAndLte$outboundSchema),
|
|
@@ -67744,7 +67752,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67744
67752
|
and: arrayType(recordType(unionType([
|
|
67745
67753
|
lazyType(() => SearchKnowledgeAndEq$inboundSchema),
|
|
67746
67754
|
lazyType(() => SearchKnowledgeAndNe$inboundSchema),
|
|
67747
|
-
lazyType(() =>
|
|
67755
|
+
lazyType(() => SearchKnowledgeAndGt$inboundSchema),
|
|
67748
67756
|
lazyType(() => SearchKnowledgeAndGte$inboundSchema),
|
|
67749
67757
|
lazyType(() => SearchKnowledgeAndLt$inboundSchema),
|
|
67750
67758
|
lazyType(() => SearchKnowledgeAndLte$inboundSchema),
|
|
@@ -67757,7 +67765,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67757
67765
|
and: arrayType(recordType(unionType([
|
|
67758
67766
|
lazyType(() => SearchKnowledgeAndEq$outboundSchema),
|
|
67759
67767
|
lazyType(() => SearchKnowledgeAndNe$outboundSchema),
|
|
67760
|
-
lazyType(() =>
|
|
67768
|
+
lazyType(() => SearchKnowledgeAndGt$outboundSchema),
|
|
67761
67769
|
lazyType(() => SearchKnowledgeAndGte$outboundSchema),
|
|
67762
67770
|
lazyType(() => SearchKnowledgeAndLt$outboundSchema),
|
|
67763
67771
|
lazyType(() => SearchKnowledgeAndLte$outboundSchema),
|
|
@@ -67806,10 +67814,10 @@ var init_searchknowledge = __esm(() => {
|
|
|
67806
67814
|
SearchKnowledge1Gte$outboundSchema = objectType({
|
|
67807
67815
|
gte: numberType()
|
|
67808
67816
|
});
|
|
67809
|
-
|
|
67817
|
+
SearchKnowledge1Gt$inboundSchema = objectType({
|
|
67810
67818
|
gt: numberType()
|
|
67811
67819
|
});
|
|
67812
|
-
|
|
67820
|
+
SearchKnowledge1Gt$outboundSchema = objectType({
|
|
67813
67821
|
gt: numberType()
|
|
67814
67822
|
});
|
|
67815
67823
|
SearchKnowledge1KnowledgeNe$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
@@ -67831,7 +67839,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67831
67839
|
FilterBy1$inboundSchema = unionType([
|
|
67832
67840
|
lazyType(() => SearchKnowledge1Eq$inboundSchema),
|
|
67833
67841
|
lazyType(() => SearchKnowledge1Ne$inboundSchema),
|
|
67834
|
-
lazyType(() =>
|
|
67842
|
+
lazyType(() => SearchKnowledge1Gt$inboundSchema),
|
|
67835
67843
|
lazyType(() => SearchKnowledge1Gte$inboundSchema),
|
|
67836
67844
|
lazyType(() => SearchKnowledge1Lt$inboundSchema),
|
|
67837
67845
|
lazyType(() => SearchKnowledge1Lte$inboundSchema),
|
|
@@ -67842,7 +67850,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67842
67850
|
FilterBy1$outboundSchema = unionType([
|
|
67843
67851
|
lazyType(() => SearchKnowledge1Eq$outboundSchema),
|
|
67844
67852
|
lazyType(() => SearchKnowledge1Ne$outboundSchema),
|
|
67845
|
-
lazyType(() =>
|
|
67853
|
+
lazyType(() => SearchKnowledge1Gt$outboundSchema),
|
|
67846
67854
|
lazyType(() => SearchKnowledge1Gte$outboundSchema),
|
|
67847
67855
|
lazyType(() => SearchKnowledge1Lt$outboundSchema),
|
|
67848
67856
|
lazyType(() => SearchKnowledge1Lte$outboundSchema),
|
|
@@ -67856,7 +67864,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67856
67864
|
recordType(unionType([
|
|
67857
67865
|
lazyType(() => SearchKnowledge1Eq$inboundSchema),
|
|
67858
67866
|
lazyType(() => SearchKnowledge1Ne$inboundSchema),
|
|
67859
|
-
lazyType(() =>
|
|
67867
|
+
lazyType(() => SearchKnowledge1Gt$inboundSchema),
|
|
67860
67868
|
lazyType(() => SearchKnowledge1Gte$inboundSchema),
|
|
67861
67869
|
lazyType(() => SearchKnowledge1Lt$inboundSchema),
|
|
67862
67870
|
lazyType(() => SearchKnowledge1Lte$inboundSchema),
|
|
@@ -67871,7 +67879,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67871
67879
|
recordType(unionType([
|
|
67872
67880
|
lazyType(() => SearchKnowledge1Eq$outboundSchema),
|
|
67873
67881
|
lazyType(() => SearchKnowledge1Ne$outboundSchema),
|
|
67874
|
-
lazyType(() =>
|
|
67882
|
+
lazyType(() => SearchKnowledge1Gt$outboundSchema),
|
|
67875
67883
|
lazyType(() => SearchKnowledge1Gte$outboundSchema),
|
|
67876
67884
|
lazyType(() => SearchKnowledge1Lt$outboundSchema),
|
|
67877
67885
|
lazyType(() => SearchKnowledge1Lte$outboundSchema),
|
|
@@ -67937,7 +67945,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67937
67945
|
recordType(unionType([
|
|
67938
67946
|
lazyType(() => SearchKnowledge1Eq$inboundSchema),
|
|
67939
67947
|
lazyType(() => SearchKnowledge1Ne$inboundSchema),
|
|
67940
|
-
lazyType(() =>
|
|
67948
|
+
lazyType(() => SearchKnowledge1Gt$inboundSchema),
|
|
67941
67949
|
lazyType(() => SearchKnowledge1Gte$inboundSchema),
|
|
67942
67950
|
lazyType(() => SearchKnowledge1Lt$inboundSchema),
|
|
67943
67951
|
lazyType(() => SearchKnowledge1Lte$inboundSchema),
|
|
@@ -67970,7 +67978,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
67970
67978
|
recordType(unionType([
|
|
67971
67979
|
lazyType(() => SearchKnowledge1Eq$outboundSchema),
|
|
67972
67980
|
lazyType(() => SearchKnowledge1Ne$outboundSchema),
|
|
67973
|
-
lazyType(() =>
|
|
67981
|
+
lazyType(() => SearchKnowledge1Gt$outboundSchema),
|
|
67974
67982
|
lazyType(() => SearchKnowledge1Gte$outboundSchema),
|
|
67975
67983
|
lazyType(() => SearchKnowledge1Lt$outboundSchema),
|
|
67976
67984
|
lazyType(() => SearchKnowledge1Lte$outboundSchema),
|
|
@@ -70017,7 +70025,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70017
70025
|
errors: arrayType(stringType())
|
|
70018
70026
|
});
|
|
70019
70027
|
SyncMcpToolResponseBody5$inboundSchema = objectType({
|
|
70020
|
-
_id: stringType().default("
|
|
70028
|
+
_id: stringType().default("tool_01KA1AV0TKQGW4KK4A3ZM5A9PV"),
|
|
70021
70029
|
path: stringType(),
|
|
70022
70030
|
key: stringType(),
|
|
70023
70031
|
display_name: stringType().optional(),
|
|
@@ -70046,7 +70054,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70046
70054
|
});
|
|
70047
70055
|
});
|
|
70048
70056
|
SyncMcpToolResponseBody5$outboundSchema = objectType({
|
|
70049
|
-
id: stringType().default("
|
|
70057
|
+
id: stringType().default("tool_01KA1AV0TKQGW4KK4A3ZM5A9PV"),
|
|
70050
70058
|
path: stringType(),
|
|
70051
70059
|
key: stringType(),
|
|
70052
70060
|
displayName: stringType().optional(),
|
|
@@ -70145,7 +70153,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70145
70153
|
errors: arrayType(stringType())
|
|
70146
70154
|
});
|
|
70147
70155
|
SyncMcpToolResponseBody4$inboundSchema = objectType({
|
|
70148
|
-
_id: stringType().default("
|
|
70156
|
+
_id: stringType().default("tool_01KA1AV0TH51SMXKG38E89K48Q"),
|
|
70149
70157
|
path: stringType(),
|
|
70150
70158
|
key: stringType(),
|
|
70151
70159
|
display_name: stringType().optional(),
|
|
@@ -70173,7 +70181,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70173
70181
|
});
|
|
70174
70182
|
});
|
|
70175
70183
|
SyncMcpToolResponseBody4$outboundSchema = objectType({
|
|
70176
|
-
id: stringType().default("
|
|
70184
|
+
id: stringType().default("tool_01KA1AV0TH51SMXKG38E89K48Q"),
|
|
70177
70185
|
path: stringType(),
|
|
70178
70186
|
key: stringType(),
|
|
70179
70187
|
displayName: stringType().optional(),
|
|
@@ -70275,7 +70283,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70275
70283
|
errors: arrayType(stringType())
|
|
70276
70284
|
});
|
|
70277
70285
|
SyncMcpToolResponseBody3$inboundSchema = objectType({
|
|
70278
|
-
_id: stringType().default("
|
|
70286
|
+
_id: stringType().default("tool_01KA1AV0TFJJSP0H152FKN7KSZ"),
|
|
70279
70287
|
path: stringType(),
|
|
70280
70288
|
key: stringType(),
|
|
70281
70289
|
display_name: stringType().optional(),
|
|
@@ -70303,7 +70311,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70303
70311
|
});
|
|
70304
70312
|
});
|
|
70305
70313
|
SyncMcpToolResponseBody3$outboundSchema = objectType({
|
|
70306
|
-
id: stringType().default("
|
|
70314
|
+
id: stringType().default("tool_01KA1AV0TFJJSP0H152FKN7KSZ"),
|
|
70307
70315
|
path: stringType(),
|
|
70308
70316
|
key: stringType(),
|
|
70309
70317
|
displayName: stringType().optional(),
|
|
@@ -70377,7 +70385,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70377
70385
|
errors: arrayType(stringType())
|
|
70378
70386
|
});
|
|
70379
70387
|
SyncMcpToolResponseBody2$inboundSchema = objectType({
|
|
70380
|
-
_id: stringType().default("
|
|
70388
|
+
_id: stringType().default("tool_01KA1AV0TEQXPZ3T1HG9GX9626"),
|
|
70381
70389
|
path: stringType(),
|
|
70382
70390
|
key: stringType(),
|
|
70383
70391
|
display_name: stringType().optional(),
|
|
@@ -70406,7 +70414,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70406
70414
|
});
|
|
70407
70415
|
});
|
|
70408
70416
|
SyncMcpToolResponseBody2$outboundSchema = objectType({
|
|
70409
|
-
id: stringType().default("
|
|
70417
|
+
id: stringType().default("tool_01KA1AV0TEQXPZ3T1HG9GX9626"),
|
|
70410
70418
|
path: stringType(),
|
|
70411
70419
|
key: stringType(),
|
|
70412
70420
|
displayName: stringType().optional(),
|
|
@@ -70483,7 +70491,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70483
70491
|
errors: arrayType(stringType())
|
|
70484
70492
|
});
|
|
70485
70493
|
SyncMcpToolResponseBody1$inboundSchema = objectType({
|
|
70486
|
-
_id: stringType().default("
|
|
70494
|
+
_id: stringType().default("tool_01KA1AV0TDJZDZCJ6VZ49J5JB8"),
|
|
70487
70495
|
path: stringType(),
|
|
70488
70496
|
key: stringType(),
|
|
70489
70497
|
display_name: stringType().optional(),
|
|
@@ -70511,7 +70519,7 @@ var init_syncmcptool = __esm(() => {
|
|
|
70511
70519
|
});
|
|
70512
70520
|
});
|
|
70513
70521
|
SyncMcpToolResponseBody1$outboundSchema = objectType({
|
|
70514
|
-
id: stringType().default("
|
|
70522
|
+
id: stringType().default("tool_01KA1AV0TDJZDZCJ6VZ49J5JB8"),
|
|
70515
70523
|
path: stringType(),
|
|
70516
70524
|
key: stringType(),
|
|
70517
70525
|
displayName: stringType().optional(),
|
|
@@ -72622,7 +72630,7 @@ var init_updatebudget = __esm(() => {
|
|
|
72622
72630
|
is_active: booleanType(),
|
|
72623
72631
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
72624
72632
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
72625
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
72633
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.655Z").transform((v2) => new Date(v2))
|
|
72626
72634
|
}).transform((v2) => {
|
|
72627
72635
|
return remap(v2, {
|
|
72628
72636
|
_id: "id",
|
|
@@ -72640,7 +72648,7 @@ var init_updatebudget = __esm(() => {
|
|
|
72640
72648
|
isActive: booleanType(),
|
|
72641
72649
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
72642
72650
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
72643
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
72651
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.655Z")).transform((v2) => v2.toISOString())
|
|
72644
72652
|
}).transform((v2) => {
|
|
72645
72653
|
return remap(v2, {
|
|
72646
72654
|
id: "_id",
|
|
@@ -72795,7 +72803,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
72795
72803
|
tags: arrayType(stringType()).optional(),
|
|
72796
72804
|
metadata: recordType(anyType()).optional(),
|
|
72797
72805
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
72798
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
72806
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
72799
72807
|
}).transform((v2) => {
|
|
72800
72808
|
return remap(v2, {
|
|
72801
72809
|
_id: "id",
|
|
@@ -72813,7 +72821,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
72813
72821
|
tags: arrayType(stringType()).optional(),
|
|
72814
72822
|
metadata: recordType(anyType()).optional(),
|
|
72815
72823
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
72816
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
72824
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
72817
72825
|
}).transform((v2) => {
|
|
72818
72826
|
return remap(v2, {
|
|
72819
72827
|
id: "_id",
|
|
@@ -73889,7 +73897,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
73889
73897
|
human_review_id: stringType(),
|
|
73890
73898
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
73891
73899
|
reviewed_by_id: stringType(),
|
|
73892
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
73900
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:21.030Z").transform((v2) => new Date(v2)),
|
|
73893
73901
|
type: UpdateDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
73894
73902
|
values: arrayType(stringType())
|
|
73895
73903
|
}).transform((v2) => {
|
|
@@ -73906,7 +73914,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
73906
73914
|
humanReviewId: stringType(),
|
|
73907
73915
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
73908
73916
|
reviewedById: stringType(),
|
|
73909
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
73917
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:21.030Z")).transform((v2) => v2.toISOString()),
|
|
73910
73918
|
type: UpdateDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
73911
73919
|
values: arrayType(stringType())
|
|
73912
73920
|
}).transform((v2) => {
|
|
@@ -73929,7 +73937,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
73929
73937
|
human_review_id: stringType(),
|
|
73930
73938
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
73931
73939
|
reviewed_by_id: stringType(),
|
|
73932
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
73940
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:21.030Z").transform((v2) => new Date(v2)),
|
|
73933
73941
|
type: UpdateDatapointEvaluationsDatasetsType$inboundSchema,
|
|
73934
73942
|
value: numberType()
|
|
73935
73943
|
}).transform((v2) => {
|
|
@@ -73946,7 +73954,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
73946
73954
|
humanReviewId: stringType(),
|
|
73947
73955
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
73948
73956
|
reviewedById: stringType(),
|
|
73949
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
73957
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:21.030Z")).transform((v2) => v2.toISOString()),
|
|
73950
73958
|
type: UpdateDatapointEvaluationsDatasetsType$outboundSchema,
|
|
73951
73959
|
value: numberType()
|
|
73952
73960
|
}).transform((v2) => {
|
|
@@ -73969,7 +73977,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
73969
73977
|
human_review_id: stringType(),
|
|
73970
73978
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
73971
73979
|
reviewed_by_id: stringType(),
|
|
73972
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-
|
|
73980
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-11-14T14:03:21.029Z").transform((v2) => new Date(v2)),
|
|
73973
73981
|
type: UpdateDatapointEvaluationsType$inboundSchema,
|
|
73974
73982
|
value: stringType()
|
|
73975
73983
|
}).transform((v2) => {
|
|
@@ -73986,7 +73994,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
73986
73994
|
humanReviewId: stringType(),
|
|
73987
73995
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
73988
73996
|
reviewedById: stringType(),
|
|
73989
|
-
reviewedAt: dateType().default(() => new Date("2025-11-
|
|
73997
|
+
reviewedAt: dateType().default(() => new Date("2025-11-14T14:03:21.029Z")).transform((v2) => v2.toISOString()),
|
|
73990
73998
|
type: UpdateDatapointEvaluationsType$outboundSchema,
|
|
73991
73999
|
value: stringType()
|
|
73992
74000
|
}).transform((v2) => {
|
|
@@ -74029,7 +74037,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
74029
74037
|
created_by_id: stringType().optional(),
|
|
74030
74038
|
updated_by_id: stringType().optional(),
|
|
74031
74039
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
74032
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
74040
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
74033
74041
|
}).transform((v2) => {
|
|
74034
74042
|
return remap(v2, {
|
|
74035
74043
|
_id: "id",
|
|
@@ -74063,7 +74071,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
74063
74071
|
createdById: stringType().optional(),
|
|
74064
74072
|
updatedById: stringType().optional(),
|
|
74065
74073
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
74066
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
74074
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
74067
74075
|
}).transform((v2) => {
|
|
74068
74076
|
return remap(v2, {
|
|
74069
74077
|
id: "_id",
|
|
@@ -74147,7 +74155,7 @@ var init_updatedataset = __esm(() => {
|
|
|
74147
74155
|
created_by_id: stringType().optional(),
|
|
74148
74156
|
updated_by_id: stringType().optional(),
|
|
74149
74157
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
74150
|
-
updated: stringType().datetime({ offset: true }).default("2025-11-
|
|
74158
|
+
updated: stringType().datetime({ offset: true }).default("2025-11-14T14:03:09.284Z").transform((v2) => new Date(v2))
|
|
74151
74159
|
}).transform((v2) => {
|
|
74152
74160
|
return remap(v2, {
|
|
74153
74161
|
_id: "id",
|
|
@@ -74167,7 +74175,7 @@ var init_updatedataset = __esm(() => {
|
|
|
74167
74175
|
createdById: stringType().optional(),
|
|
74168
74176
|
updatedById: stringType().optional(),
|
|
74169
74177
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
74170
|
-
updated: dateType().default(() => new Date("2025-11-
|
|
74178
|
+
updated: dateType().default(() => new Date("2025-11-14T14:03:09.284Z")).transform((v2) => v2.toISOString())
|
|
74171
74179
|
}).transform((v2) => {
|
|
74172
74180
|
return remap(v2, {
|
|
74173
74181
|
id: "_id",
|
|
@@ -74231,7 +74239,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
74231
74239
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
74232
74240
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
74233
74241
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
74234
|
-
_id: stringType().default("
|
|
74242
|
+
_id: stringType().default("01KA1AV0Y2CGQB482WE64EVRZJ"),
|
|
74235
74243
|
display_name: stringType(),
|
|
74236
74244
|
description: stringType().optional(),
|
|
74237
74245
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -74254,7 +74262,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
74254
74262
|
});
|
|
74255
74263
|
});
|
|
74256
74264
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
74257
|
-
id: stringType().default("
|
|
74265
|
+
id: stringType().default("01KA1AV0Y2CGQB482WE64EVRZJ"),
|
|
74258
74266
|
displayName: stringType(),
|
|
74259
74267
|
description: stringType().optional(),
|
|
74260
74268
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -75001,8 +75009,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75001
75009
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
75002
75010
|
_id: stringType(),
|
|
75003
75011
|
description: stringType(),
|
|
75004
|
-
created: stringType().default("2025-11-
|
|
75005
|
-
updated: stringType().default("2025-11-
|
|
75012
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75013
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75006
75014
|
guardrail_config: unionType([
|
|
75007
75015
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
75008
75016
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -75019,8 +75027,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75019
75027
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
75020
75028
|
id: stringType(),
|
|
75021
75029
|
description: stringType(),
|
|
75022
|
-
created: stringType().default("2025-11-
|
|
75023
|
-
updated: stringType().default("2025-11-
|
|
75030
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75031
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75024
75032
|
guardrailConfig: unionType([
|
|
75025
75033
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
75026
75034
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -75077,8 +75085,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75077
75085
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
75078
75086
|
_id: stringType(),
|
|
75079
75087
|
description: stringType(),
|
|
75080
|
-
created: stringType().default("2025-11-
|
|
75081
|
-
updated: stringType().default("2025-11-
|
|
75088
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75089
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75082
75090
|
guardrail_config: unionType([
|
|
75083
75091
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
75084
75092
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -75097,8 +75105,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75097
75105
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
75098
75106
|
id: stringType(),
|
|
75099
75107
|
description: stringType(),
|
|
75100
|
-
created: stringType().default("2025-11-
|
|
75101
|
-
updated: stringType().default("2025-11-
|
|
75108
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75109
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75102
75110
|
guardrailConfig: unionType([
|
|
75103
75111
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
75104
75112
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -75535,8 +75543,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75535
75543
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
75536
75544
|
_id: stringType(),
|
|
75537
75545
|
description: stringType(),
|
|
75538
|
-
created: stringType().default("2025-11-
|
|
75539
|
-
updated: stringType().default("2025-11-
|
|
75546
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75547
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75540
75548
|
guardrail_config: unionType([
|
|
75541
75549
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
75542
75550
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -75590,8 +75598,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75590
75598
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
75591
75599
|
id: stringType(),
|
|
75592
75600
|
description: stringType(),
|
|
75593
|
-
created: stringType().default("2025-11-
|
|
75594
|
-
updated: stringType().default("2025-11-
|
|
75601
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75602
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75595
75603
|
guardrailConfig: unionType([
|
|
75596
75604
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
75597
75605
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -75683,8 +75691,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75683
75691
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
75684
75692
|
_id: stringType(),
|
|
75685
75693
|
description: stringType(),
|
|
75686
|
-
created: stringType().default("2025-11-
|
|
75687
|
-
updated: stringType().default("2025-11-
|
|
75694
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75695
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75688
75696
|
guardrail_config: unionType([
|
|
75689
75697
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
75690
75698
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -75701,8 +75709,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75701
75709
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
75702
75710
|
id: stringType(),
|
|
75703
75711
|
description: stringType(),
|
|
75704
|
-
created: stringType().default("2025-11-
|
|
75705
|
-
updated: stringType().default("2025-11-
|
|
75712
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75713
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75706
75714
|
guardrailConfig: unionType([
|
|
75707
75715
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
75708
75716
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -75759,8 +75767,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75759
75767
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
75760
75768
|
_id: stringType(),
|
|
75761
75769
|
description: stringType(),
|
|
75762
|
-
created: stringType().default("2025-11-
|
|
75763
|
-
updated: stringType().default("2025-11-
|
|
75770
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75771
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75764
75772
|
guardrail_config: unionType([
|
|
75765
75773
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
75766
75774
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -75780,8 +75788,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75780
75788
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
75781
75789
|
id: stringType(),
|
|
75782
75790
|
description: stringType(),
|
|
75783
|
-
created: stringType().default("2025-11-
|
|
75784
|
-
updated: stringType().default("2025-11-
|
|
75791
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75792
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75785
75793
|
guardrailConfig: unionType([
|
|
75786
75794
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
75787
75795
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -75839,8 +75847,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75839
75847
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
75840
75848
|
_id: stringType(),
|
|
75841
75849
|
description: stringType(),
|
|
75842
|
-
created: stringType().default("2025-11-
|
|
75843
|
-
updated: stringType().default("2025-11-
|
|
75850
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75851
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75844
75852
|
guardrail_config: unionType([
|
|
75845
75853
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
75846
75854
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -75857,8 +75865,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75857
75865
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
75858
75866
|
id: stringType(),
|
|
75859
75867
|
description: stringType(),
|
|
75860
|
-
created: stringType().default("2025-11-
|
|
75861
|
-
updated: stringType().default("2025-11-
|
|
75868
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75869
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75862
75870
|
guardrailConfig: unionType([
|
|
75863
75871
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
75864
75872
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -75913,8 +75921,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75913
75921
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
75914
75922
|
_id: stringType(),
|
|
75915
75923
|
description: stringType(),
|
|
75916
|
-
created: stringType().default("2025-11-
|
|
75917
|
-
updated: stringType().default("2025-11-
|
|
75924
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75925
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75918
75926
|
guardrail_config: unionType([
|
|
75919
75927
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
75920
75928
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -75932,8 +75940,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
75932
75940
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
75933
75941
|
id: stringType(),
|
|
75934
75942
|
description: stringType(),
|
|
75935
|
-
created: stringType().default("2025-11-
|
|
75936
|
-
updated: stringType().default("2025-11-
|
|
75943
|
+
created: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75944
|
+
updated: stringType().default("2025-11-14T14:03:11.889Z"),
|
|
75937
75945
|
guardrailConfig: unionType([
|
|
75938
75946
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
75939
75947
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -77010,6 +77018,7 @@ var init_updateprompt2 = __esm(() => {
|
|
|
77010
77018
|
Base64: "base64"
|
|
77011
77019
|
};
|
|
77012
77020
|
UpdatePromptReasoningEffort = {
|
|
77021
|
+
None: "none",
|
|
77013
77022
|
Disable: "disable",
|
|
77014
77023
|
Minimal: "minimal",
|
|
77015
77024
|
Low: "low",
|
|
@@ -77224,6 +77233,7 @@ var init_updateprompt2 = __esm(() => {
|
|
|
77224
77233
|
Base64: "base64"
|
|
77225
77234
|
};
|
|
77226
77235
|
UpdatePromptPromptsReasoningEffort = {
|
|
77236
|
+
None: "none",
|
|
77227
77237
|
Disable: "disable",
|
|
77228
77238
|
Minimal: "minimal",
|
|
77229
77239
|
Low: "low",
|
|
@@ -79246,7 +79256,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79246
79256
|
code: stringType()
|
|
79247
79257
|
});
|
|
79248
79258
|
UpdateToolResponseBody5$inboundSchema = objectType({
|
|
79249
|
-
_id: stringType().default("
|
|
79259
|
+
_id: stringType().default("tool_01KA1AV0S93QYTM0N94B272K65"),
|
|
79250
79260
|
path: stringType(),
|
|
79251
79261
|
key: stringType(),
|
|
79252
79262
|
display_name: stringType().optional(),
|
|
@@ -79274,7 +79284,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79274
79284
|
});
|
|
79275
79285
|
});
|
|
79276
79286
|
UpdateToolResponseBody5$outboundSchema = objectType({
|
|
79277
|
-
id: stringType().default("
|
|
79287
|
+
id: stringType().default("tool_01KA1AV0S93QYTM0N94B272K65"),
|
|
79278
79288
|
path: stringType(),
|
|
79279
79289
|
key: stringType(),
|
|
79280
79290
|
displayName: stringType().optional(),
|
|
@@ -79360,7 +79370,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79360
79370
|
});
|
|
79361
79371
|
});
|
|
79362
79372
|
UpdateToolResponseBody4$inboundSchema = objectType({
|
|
79363
|
-
_id: stringType().default("
|
|
79373
|
+
_id: stringType().default("tool_01KA1AV0S789XAY99R37H6N1KF"),
|
|
79364
79374
|
path: stringType(),
|
|
79365
79375
|
key: stringType(),
|
|
79366
79376
|
display_name: stringType().optional(),
|
|
@@ -79387,7 +79397,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79387
79397
|
});
|
|
79388
79398
|
});
|
|
79389
79399
|
UpdateToolResponseBody4$outboundSchema = objectType({
|
|
79390
|
-
id: stringType().default("
|
|
79400
|
+
id: stringType().default("tool_01KA1AV0S789XAY99R37H6N1KF"),
|
|
79391
79401
|
path: stringType(),
|
|
79392
79402
|
key: stringType(),
|
|
79393
79403
|
displayName: stringType().optional(),
|
|
@@ -79476,7 +79486,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79476
79486
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
79477
79487
|
});
|
|
79478
79488
|
UpdateToolResponseBody3$inboundSchema = objectType({
|
|
79479
|
-
_id: stringType().default("
|
|
79489
|
+
_id: stringType().default("tool_01KA1AV0S4DKCD9G09GY61NFWB"),
|
|
79480
79490
|
path: stringType(),
|
|
79481
79491
|
key: stringType(),
|
|
79482
79492
|
display_name: stringType().optional(),
|
|
@@ -79503,7 +79513,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79503
79513
|
});
|
|
79504
79514
|
});
|
|
79505
79515
|
UpdateToolResponseBody3$outboundSchema = objectType({
|
|
79506
|
-
id: stringType().default("
|
|
79516
|
+
id: stringType().default("tool_01KA1AV0S4DKCD9G09GY61NFWB"),
|
|
79507
79517
|
path: stringType(),
|
|
79508
79518
|
key: stringType(),
|
|
79509
79519
|
displayName: stringType().optional(),
|
|
@@ -79564,7 +79574,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79564
79574
|
strict: booleanType().optional()
|
|
79565
79575
|
});
|
|
79566
79576
|
UpdateToolResponseBody2$inboundSchema = objectType({
|
|
79567
|
-
_id: stringType().default("
|
|
79577
|
+
_id: stringType().default("tool_01KA1AV0S3QY1YYZ0AAETZQG4Q"),
|
|
79568
79578
|
path: stringType(),
|
|
79569
79579
|
key: stringType(),
|
|
79570
79580
|
display_name: stringType().optional(),
|
|
@@ -79592,7 +79602,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79592
79602
|
});
|
|
79593
79603
|
});
|
|
79594
79604
|
UpdateToolResponseBody2$outboundSchema = objectType({
|
|
79595
|
-
id: stringType().default("
|
|
79605
|
+
id: stringType().default("tool_01KA1AV0S3QY1YYZ0AAETZQG4Q"),
|
|
79596
79606
|
path: stringType(),
|
|
79597
79607
|
key: stringType(),
|
|
79598
79608
|
displayName: stringType().optional(),
|
|
@@ -79656,7 +79666,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79656
79666
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
79657
79667
|
});
|
|
79658
79668
|
UpdateToolResponseBody1$inboundSchema = objectType({
|
|
79659
|
-
_id: stringType().default("
|
|
79669
|
+
_id: stringType().default("tool_01KA1AV0S26026B227X6G8S3Q5"),
|
|
79660
79670
|
path: stringType(),
|
|
79661
79671
|
key: stringType(),
|
|
79662
79672
|
display_name: stringType().optional(),
|
|
@@ -79683,7 +79693,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
79683
79693
|
});
|
|
79684
79694
|
});
|
|
79685
79695
|
UpdateToolResponseBody1$outboundSchema = objectType({
|
|
79686
|
-
id: stringType().default("
|
|
79696
|
+
id: stringType().default("tool_01KA1AV0S26026B227X6G8S3Q5"),
|
|
79687
79697
|
path: stringType(),
|
|
79688
79698
|
key: stringType(),
|
|
79689
79699
|
displayName: stringType().optional(),
|
|
@@ -83918,39 +83928,39 @@ Retrieve the deployment configuration`,
|
|
|
83918
83928
|
};
|
|
83919
83929
|
});
|
|
83920
83930
|
|
|
83921
|
-
// src/models/components/
|
|
83922
|
-
var DeploymentsPrefixMessages5Role, Deployments2PrefixMessages4ContentType, Deployments2PrefixMessages4Type, DeploymentsAnnotationsType, AnnotationsType2, DeploymentsPrefixMessages4Role, Type2, DeploymentsPrefixMessagesRole, Deployments2PrefixMessagesType, Deployments2Type2, Format2, TwoType2, Detail2, Deployments2PrefixMessages3Type, PrefixMessagesRole2, Role2, DeploymentsMessages5Role, Deployments2Messages4ContentType, Deployments2Messages4Type, DeploymentsAnnotationsMessages4Type, DeploymentsAnnotationsMessagesType, DeploymentsMessages4Role, MessagesType2, DeploymentsMessages3Role, Deployments2Messages3Content4Type, Deployments2Messages3ContentType, TwoFormat2, Deployments2Messages3Type, TwoDetail2, Deployments2MessagesType, DeploymentsMessagesRole, MessagesRole2, DeploymentsPrefixMessages5Role$inboundSchema, DeploymentsPrefixMessages5Role$outboundSchema, DeploymentsPrefixMessagesContent$inboundSchema, DeploymentsPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema2, ToolMessage$outboundSchema2, Deployments2PrefixMessages4ContentType$inboundSchema, Deployments2PrefixMessages4ContentType$outboundSchema, RefusalContentPart$inboundSchema2, RefusalContentPart$outboundSchema2, Deployments2PrefixMessages4Type$inboundSchema, Deployments2PrefixMessages4Type$outboundSchema, DeploymentsAnnotationsType$inboundSchema, DeploymentsAnnotationsType$outboundSchema, FilePath$inboundSchema2, FilePath$outboundSchema2, Annotations2$inboundSchema2, Annotations2$outboundSchema2, AnnotationsType$inboundSchema2, AnnotationsType$outboundSchema2, FileCitation$inboundSchema2, FileCitation$outboundSchema2, Annotations1$inboundSchema2, Annotations1$outboundSchema2, Annotations$inboundSchema2, Annotations$outboundSchema2, TextContentPart$inboundSchema2, TextContentPart$outboundSchema2, Content2$inboundSchema2, Content2$outboundSchema2, PrefixMessagesContent$inboundSchema2, PrefixMessagesContent$outboundSchema2, DeploymentsPrefixMessages4Role$inboundSchema, DeploymentsPrefixMessages4Role$outboundSchema, Audio$inboundSchema2, Audio$outboundSchema2, Type$inboundSchema2, Type$outboundSchema2, FunctionT$inboundSchema2, FunctionT$outboundSchema2, ToolCalls$inboundSchema2, ToolCalls$outboundSchema2, AssistantMessage$inboundSchema2, AssistantMessage$outboundSchema2, DeploymentsPrefixMessagesRole$inboundSchema, DeploymentsPrefixMessagesRole$outboundSchema, Deployments2PrefixMessagesType$inboundSchema, Deployments2PrefixMessagesType$outboundSchema, FileT$inboundSchema2, FileT$outboundSchema2, Four$inboundSchema2, Four$outboundSchema2, Deployments2Type$inboundSchema2, Deployments2Type$outboundSchema2, Format$inboundSchema2, Format$outboundSchema2, InputAudio$inboundSchema2, InputAudio$outboundSchema2, Deployments23$inboundSchema2, Deployments23$outboundSchema2, TwoType$inboundSchema2, TwoType$outboundSchema2, Detail$inboundSchema2, Detail$outboundSchema2, ImageUrl$inboundSchema2, ImageUrl$outboundSchema2, Two2$inboundSchema2, Two2$outboundSchema2, Deployments2PrefixMessages3Type$inboundSchema, Deployments2PrefixMessages3Type$outboundSchema, Deployments21$inboundSchema2, Deployments21$outboundSchema2, Two$inboundSchema2, Two$outboundSchema2, Content$inboundSchema2, Content$outboundSchema2, UserMessage$inboundSchema2, UserMessage$outboundSchema2, PrefixMessagesRole$inboundSchema2, PrefixMessagesRole$outboundSchema2, SystemMessage$inboundSchema2, SystemMessage$outboundSchema2, Role$inboundSchema2, Role$outboundSchema2, DeveloperMessage$inboundSchema2, DeveloperMessage$outboundSchema2, PrefixMessages$inboundSchema2, PrefixMessages$outboundSchema2, DeploymentsMessages5Role$inboundSchema, DeploymentsMessages5Role$outboundSchema, DeploymentsMessages5Content$inboundSchema, DeploymentsMessages5Content$outboundSchema, MessagesToolMessage$inboundSchema2, MessagesToolMessage$outboundSchema2, Deployments2Messages4ContentType$inboundSchema, Deployments2Messages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema2, TwoRefusalContentPart$outboundSchema2, Deployments2Messages4Type$inboundSchema, Deployments2Messages4Type$outboundSchema, DeploymentsAnnotationsMessages4Type$inboundSchema, DeploymentsAnnotationsMessages4Type$outboundSchema, AnnotationsFilePath$inboundSchema2, AnnotationsFilePath$outboundSchema2, DeploymentsAnnotations2$inboundSchema, DeploymentsAnnotations2$outboundSchema, DeploymentsAnnotationsMessagesType$inboundSchema, DeploymentsAnnotationsMessagesType$outboundSchema, AnnotationsFileCitation$inboundSchema2, AnnotationsFileCitation$outboundSchema2, DeploymentsAnnotations1$inboundSchema, DeploymentsAnnotations1$outboundSchema, TwoAnnotations$inboundSchema2, TwoAnnotations$outboundSchema2, TwoTextContentPart$inboundSchema2, TwoTextContentPart$outboundSchema2, DeploymentsContentMessages2$inboundSchema, DeploymentsContentMessages2$outboundSchema, DeploymentsMessagesContent$inboundSchema, DeploymentsMessagesContent$outboundSchema, DeploymentsMessages4Role$inboundSchema, DeploymentsMessages4Role$outboundSchema, MessagesAudio$inboundSchema2, MessagesAudio$outboundSchema2, MessagesType$inboundSchema2, MessagesType$outboundSchema2, MessagesFunction$inboundSchema2, MessagesFunction$outboundSchema2, MessagesToolCalls$inboundSchema2, MessagesToolCalls$outboundSchema2, MessagesAssistantMessage$inboundSchema2, MessagesAssistantMessage$outboundSchema2, DeploymentsMessages3Role$inboundSchema, DeploymentsMessages3Role$outboundSchema, Deployments2Messages3Content4Type$inboundSchema, Deployments2Messages3Content4Type$outboundSchema, TwoFile$inboundSchema2, TwoFile$outboundSchema2, Two4$inboundSchema2, Two4$outboundSchema2, Deployments2Messages3ContentType$inboundSchema, Deployments2Messages3ContentType$outboundSchema, TwoFormat$inboundSchema2, TwoFormat$outboundSchema2, TwoInputAudio$inboundSchema2, TwoInputAudio$outboundSchema2, Two3$inboundSchema2, Two3$outboundSchema2, Deployments2Messages3Type$inboundSchema, Deployments2Messages3Type$outboundSchema, TwoDetail$inboundSchema2, TwoDetail$outboundSchema2, TwoImageUrl$inboundSchema2, TwoImageUrl$outboundSchema2, Deployments22$inboundSchema2, Deployments22$outboundSchema2, Deployments2MessagesType$inboundSchema, Deployments2MessagesType$outboundSchema, Two1$inboundSchema2, Two1$outboundSchema2, DeploymentsContent2$inboundSchema2, DeploymentsContent2$outboundSchema2, MessagesContent$inboundSchema2, MessagesContent$outboundSchema2, MessagesUserMessage$inboundSchema2, MessagesUserMessage$outboundSchema2, DeploymentsMessagesRole$inboundSchema, DeploymentsMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema2, MessagesSystemMessage$outboundSchema2, MessagesRole$inboundSchema2, MessagesRole$outboundSchema2, MessagesDeveloperMessage$inboundSchema2, MessagesDeveloperMessage$outboundSchema2, Messages$inboundSchema2, Messages$outboundSchema2, Metadata$inboundSchema2, Metadata$outboundSchema2, Documents$inboundSchema2, Documents$outboundSchema2, InvokeOptions$inboundSchema2, InvokeOptions$outboundSchema2, Thread$inboundSchema2, Thread$outboundSchema2, OrExists$inboundSchema2, OrExists$outboundSchema2, OrNin$inboundSchema2, OrNin$outboundSchema2, DeploymentsOrNin$inboundSchema, DeploymentsOrNin$outboundSchema, OrIn$inboundSchema2, OrIn$outboundSchema2, DeploymentsOrIn$inboundSchema, DeploymentsOrIn$outboundSchema, OrLte$inboundSchema2, OrLte$outboundSchema2, OrLt$inboundSchema2, OrLt$outboundSchema2, OrGte$inboundSchema2, OrGte$outboundSchema2, Or3$inboundSchema2, Or3$outboundSchema2, OrNe$inboundSchema2, OrNe$outboundSchema2, DeploymentsOrNe$inboundSchema, DeploymentsOrNe$outboundSchema, OrEq$inboundSchema2, OrEq$outboundSchema2, DeploymentsOrEq$inboundSchema, DeploymentsOrEq$outboundSchema, Or$inboundSchema2, Or$outboundSchema2, KnowledgeFilterOr$inboundSchema2, KnowledgeFilterOr$outboundSchema2, AndExists$inboundSchema2, AndExists$outboundSchema2, AndNin$inboundSchema2, AndNin$outboundSchema2, DeploymentsAndNin$inboundSchema, DeploymentsAndNin$outboundSchema, AndIn$inboundSchema2, AndIn$outboundSchema2, DeploymentsAndIn$inboundSchema, DeploymentsAndIn$outboundSchema, AndLte$inboundSchema2, AndLte$outboundSchema2, AndLt$inboundSchema2, AndLt$outboundSchema2, AndGte$inboundSchema2, AndGte$outboundSchema2, And3$inboundSchema2, And3$outboundSchema2, AndNe$inboundSchema2, AndNe$outboundSchema2, DeploymentsAndNe$inboundSchema, DeploymentsAndNe$outboundSchema, AndEq$inboundSchema2, AndEq$outboundSchema2, DeploymentsAndEq$inboundSchema, DeploymentsAndEq$outboundSchema, And$inboundSchema2, And$outboundSchema2, KnowledgeFilterAnd$inboundSchema2, KnowledgeFilterAnd$outboundSchema2, Exists$inboundSchema2, Exists$outboundSchema2, Nin$inboundSchema2, Nin$outboundSchema2, OneNin$inboundSchema2, OneNin$outboundSchema2, In$inboundSchema2, In$outboundSchema2, OneIn$inboundSchema2, OneIn$outboundSchema2, Lte$inboundSchema2, Lte$outboundSchema2, Lt$inboundSchema2, Lt$outboundSchema2, Gte$inboundSchema2, Gte$outboundSchema2, Three$inboundSchema2, Three$outboundSchema2, Ne$inboundSchema2, Ne$outboundSchema2, OneNe$inboundSchema2, OneNe$outboundSchema2, Eq$inboundSchema2, Eq$outboundSchema2, OneEq$inboundSchema2, OneEq$outboundSchema2, One$inboundSchema2, One$outboundSchema2, KnowledgeFilter$inboundSchema2, KnowledgeFilter$outboundSchema2, Deployments$inboundSchema, Deployments$outboundSchema;
|
|
83923
|
-
var
|
|
83931
|
+
// src/models/components/invokedeploymentrequest.ts
|
|
83932
|
+
var InvokeDeploymentRequestPrefixMessages5Role, InvokeDeploymentRequest2PrefixMessages4ContentType, InvokeDeploymentRequest2PrefixMessages4Type, InvokeDeploymentRequestAnnotationsType, AnnotationsType2, InvokeDeploymentRequestPrefixMessages4Role, Type2, InvokeDeploymentRequestPrefixMessagesRole, InvokeDeploymentRequest2PrefixMessagesType, InvokeDeploymentRequest2Type, Format2, TwoType2, Detail2, InvokeDeploymentRequest2PrefixMessages3Type, PrefixMessagesRole2, Role2, InvokeDeploymentRequestMessages5Role, InvokeDeploymentRequest2Messages4ContentType, InvokeDeploymentRequest2Messages4Type, InvokeDeploymentRequestAnnotationsMessages4Type, InvokeDeploymentRequestAnnotationsMessagesType, InvokeDeploymentRequestMessages4Role, MessagesType2, InvokeDeploymentRequestMessages3Role, InvokeDeploymentRequest2Messages3Content4Type, InvokeDeploymentRequest2Messages3ContentType, TwoFormat2, InvokeDeploymentRequest2Messages3Type, TwoDetail2, InvokeDeploymentRequest2MessagesType, InvokeDeploymentRequestMessagesRole, MessagesRole2, InvokeDeploymentRequestPrefixMessages5Role$inboundSchema, InvokeDeploymentRequestPrefixMessages5Role$outboundSchema, InvokeDeploymentRequestPrefixMessagesContent$inboundSchema, InvokeDeploymentRequestPrefixMessagesContent$outboundSchema, ToolMessage$inboundSchema2, ToolMessage$outboundSchema2, InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema, InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema, RefusalContentPart$inboundSchema2, RefusalContentPart$outboundSchema2, InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema, InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema, InvokeDeploymentRequestAnnotationsType$inboundSchema, InvokeDeploymentRequestAnnotationsType$outboundSchema, FilePath$inboundSchema2, FilePath$outboundSchema2, Annotations2$inboundSchema2, Annotations2$outboundSchema2, AnnotationsType$inboundSchema2, AnnotationsType$outboundSchema2, FileCitation$inboundSchema2, FileCitation$outboundSchema2, Annotations1$inboundSchema2, Annotations1$outboundSchema2, Annotations$inboundSchema2, Annotations$outboundSchema2, TextContentPart$inboundSchema2, TextContentPart$outboundSchema2, Content2$inboundSchema2, Content2$outboundSchema2, PrefixMessagesContent$inboundSchema2, PrefixMessagesContent$outboundSchema2, InvokeDeploymentRequestPrefixMessages4Role$inboundSchema, InvokeDeploymentRequestPrefixMessages4Role$outboundSchema, Audio$inboundSchema2, Audio$outboundSchema2, Type$inboundSchema2, Type$outboundSchema2, FunctionT$inboundSchema2, FunctionT$outboundSchema2, ToolCalls$inboundSchema2, ToolCalls$outboundSchema2, AssistantMessage$inboundSchema2, AssistantMessage$outboundSchema2, InvokeDeploymentRequestPrefixMessagesRole$inboundSchema, InvokeDeploymentRequestPrefixMessagesRole$outboundSchema, InvokeDeploymentRequest2PrefixMessagesType$inboundSchema, InvokeDeploymentRequest2PrefixMessagesType$outboundSchema, FileT$inboundSchema2, FileT$outboundSchema2, Four$inboundSchema2, Four$outboundSchema2, InvokeDeploymentRequest2Type$inboundSchema, InvokeDeploymentRequest2Type$outboundSchema, Format$inboundSchema2, Format$outboundSchema2, InputAudio$inboundSchema2, InputAudio$outboundSchema2, Three$inboundSchema2, Three$outboundSchema2, TwoType$inboundSchema2, TwoType$outboundSchema2, Detail$inboundSchema2, Detail$outboundSchema2, ImageUrl$inboundSchema2, ImageUrl$outboundSchema2, Two2$inboundSchema2, Two2$outboundSchema2, InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema, InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema, InvokeDeploymentRequest21$inboundSchema, InvokeDeploymentRequest21$outboundSchema, Two$inboundSchema2, Two$outboundSchema2, Content$inboundSchema2, Content$outboundSchema2, UserMessage$inboundSchema2, UserMessage$outboundSchema2, PrefixMessagesRole$inboundSchema2, PrefixMessagesRole$outboundSchema2, SystemMessage$inboundSchema2, SystemMessage$outboundSchema2, Role$inboundSchema2, Role$outboundSchema2, DeveloperMessage$inboundSchema2, DeveloperMessage$outboundSchema2, PrefixMessages$inboundSchema2, PrefixMessages$outboundSchema2, InvokeDeploymentRequestMessages5Role$inboundSchema, InvokeDeploymentRequestMessages5Role$outboundSchema, InvokeDeploymentRequestMessages5Content$inboundSchema, InvokeDeploymentRequestMessages5Content$outboundSchema, MessagesToolMessage$inboundSchema2, MessagesToolMessage$outboundSchema2, InvokeDeploymentRequest2Messages4ContentType$inboundSchema, InvokeDeploymentRequest2Messages4ContentType$outboundSchema, TwoRefusalContentPart$inboundSchema2, TwoRefusalContentPart$outboundSchema2, InvokeDeploymentRequest2Messages4Type$inboundSchema, InvokeDeploymentRequest2Messages4Type$outboundSchema, InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema, InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema, AnnotationsFilePath$inboundSchema2, AnnotationsFilePath$outboundSchema2, InvokeDeploymentRequestAnnotations2$inboundSchema, InvokeDeploymentRequestAnnotations2$outboundSchema, InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema, InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema, AnnotationsFileCitation$inboundSchema2, AnnotationsFileCitation$outboundSchema2, InvokeDeploymentRequestAnnotations1$inboundSchema, InvokeDeploymentRequestAnnotations1$outboundSchema, TwoAnnotations$inboundSchema2, TwoAnnotations$outboundSchema2, TwoTextContentPart$inboundSchema2, TwoTextContentPart$outboundSchema2, InvokeDeploymentRequestContentMessages2$inboundSchema, InvokeDeploymentRequestContentMessages2$outboundSchema, InvokeDeploymentRequestMessagesContent$inboundSchema, InvokeDeploymentRequestMessagesContent$outboundSchema, InvokeDeploymentRequestMessages4Role$inboundSchema, InvokeDeploymentRequestMessages4Role$outboundSchema, MessagesAudio$inboundSchema2, MessagesAudio$outboundSchema2, MessagesType$inboundSchema2, MessagesType$outboundSchema2, MessagesFunction$inboundSchema2, MessagesFunction$outboundSchema2, MessagesToolCalls$inboundSchema2, MessagesToolCalls$outboundSchema2, MessagesAssistantMessage$inboundSchema2, MessagesAssistantMessage$outboundSchema2, InvokeDeploymentRequestMessages3Role$inboundSchema, InvokeDeploymentRequestMessages3Role$outboundSchema, InvokeDeploymentRequest2Messages3Content4Type$inboundSchema, InvokeDeploymentRequest2Messages3Content4Type$outboundSchema, TwoFile$inboundSchema2, TwoFile$outboundSchema2, Two4$inboundSchema2, Two4$outboundSchema2, InvokeDeploymentRequest2Messages3ContentType$inboundSchema, InvokeDeploymentRequest2Messages3ContentType$outboundSchema, TwoFormat$inboundSchema2, TwoFormat$outboundSchema2, TwoInputAudio$inboundSchema2, TwoInputAudio$outboundSchema2, Two3$inboundSchema2, Two3$outboundSchema2, InvokeDeploymentRequest2Messages3Type$inboundSchema, InvokeDeploymentRequest2Messages3Type$outboundSchema, TwoDetail$inboundSchema2, TwoDetail$outboundSchema2, TwoImageUrl$inboundSchema2, TwoImageUrl$outboundSchema2, InvokeDeploymentRequest22$inboundSchema, InvokeDeploymentRequest22$outboundSchema, InvokeDeploymentRequest2MessagesType$inboundSchema, InvokeDeploymentRequest2MessagesType$outboundSchema, Two1$inboundSchema2, Two1$outboundSchema2, InvokeDeploymentRequestContent2$inboundSchema, InvokeDeploymentRequestContent2$outboundSchema, MessagesContent$inboundSchema2, MessagesContent$outboundSchema2, MessagesUserMessage$inboundSchema2, MessagesUserMessage$outboundSchema2, InvokeDeploymentRequestMessagesRole$inboundSchema, InvokeDeploymentRequestMessagesRole$outboundSchema, MessagesSystemMessage$inboundSchema2, MessagesSystemMessage$outboundSchema2, MessagesRole$inboundSchema2, MessagesRole$outboundSchema2, MessagesDeveloperMessage$inboundSchema2, MessagesDeveloperMessage$outboundSchema2, Messages$inboundSchema2, Messages$outboundSchema2, Metadata$inboundSchema2, Metadata$outboundSchema2, Documents$inboundSchema2, Documents$outboundSchema2, InvokeOptions$inboundSchema2, InvokeOptions$outboundSchema2, Thread$inboundSchema2, Thread$outboundSchema2, OrExists$inboundSchema2, OrExists$outboundSchema2, OrNin$inboundSchema2, OrNin$outboundSchema2, InvokeDeploymentRequestOrNin$inboundSchema, InvokeDeploymentRequestOrNin$outboundSchema, OrIn$inboundSchema2, OrIn$outboundSchema2, InvokeDeploymentRequestOrIn$inboundSchema, InvokeDeploymentRequestOrIn$outboundSchema, OrLte$inboundSchema2, OrLte$outboundSchema2, OrLt$inboundSchema2, OrLt$outboundSchema2, OrGte$inboundSchema2, OrGte$outboundSchema2, OrGt$inboundSchema2, OrGt$outboundSchema2, OrNe$inboundSchema2, OrNe$outboundSchema2, InvokeDeploymentRequestOrNe$inboundSchema, InvokeDeploymentRequestOrNe$outboundSchema, OrEq$inboundSchema2, OrEq$outboundSchema2, InvokeDeploymentRequestOrEq$inboundSchema, InvokeDeploymentRequestOrEq$outboundSchema, Or$inboundSchema2, Or$outboundSchema2, KnowledgeFilterOr$inboundSchema2, KnowledgeFilterOr$outboundSchema2, AndExists$inboundSchema2, AndExists$outboundSchema2, AndNin$inboundSchema2, AndNin$outboundSchema2, InvokeDeploymentRequestAndNin$inboundSchema, InvokeDeploymentRequestAndNin$outboundSchema, AndIn$inboundSchema2, AndIn$outboundSchema2, InvokeDeploymentRequestAndIn$inboundSchema, InvokeDeploymentRequestAndIn$outboundSchema, AndLte$inboundSchema2, AndLte$outboundSchema2, AndLt$inboundSchema2, AndLt$outboundSchema2, AndGte$inboundSchema2, AndGte$outboundSchema2, AndGt$inboundSchema2, AndGt$outboundSchema2, AndNe$inboundSchema2, AndNe$outboundSchema2, InvokeDeploymentRequestAndNe$inboundSchema, InvokeDeploymentRequestAndNe$outboundSchema, AndEq$inboundSchema2, AndEq$outboundSchema2, InvokeDeploymentRequestAndEq$inboundSchema, InvokeDeploymentRequestAndEq$outboundSchema, And$inboundSchema2, And$outboundSchema2, KnowledgeFilterAnd$inboundSchema2, KnowledgeFilterAnd$outboundSchema2, Exists$inboundSchema2, Exists$outboundSchema2, Nin$inboundSchema2, Nin$outboundSchema2, OneNin$inboundSchema2, OneNin$outboundSchema2, In$inboundSchema2, In$outboundSchema2, OneIn$inboundSchema2, OneIn$outboundSchema2, Lte$inboundSchema2, Lte$outboundSchema2, Lt$inboundSchema2, Lt$outboundSchema2, Gte$inboundSchema2, Gte$outboundSchema2, Gt$inboundSchema2, Gt$outboundSchema2, Ne$inboundSchema2, Ne$outboundSchema2, OneNe$inboundSchema2, OneNe$outboundSchema2, Eq$inboundSchema2, Eq$outboundSchema2, OneEq$inboundSchema2, OneEq$outboundSchema2, One$inboundSchema2, One$outboundSchema2, KnowledgeFilter$inboundSchema2, KnowledgeFilter$outboundSchema2, InvokeDeploymentRequest$inboundSchema, InvokeDeploymentRequest$outboundSchema;
|
|
83933
|
+
var init_invokedeploymentrequest = __esm(() => {
|
|
83924
83934
|
init_esm();
|
|
83925
83935
|
init_primitives();
|
|
83926
|
-
|
|
83936
|
+
InvokeDeploymentRequestPrefixMessages5Role = {
|
|
83927
83937
|
Tool: "tool"
|
|
83928
83938
|
};
|
|
83929
|
-
|
|
83939
|
+
InvokeDeploymentRequest2PrefixMessages4ContentType = {
|
|
83930
83940
|
Refusal: "refusal"
|
|
83931
83941
|
};
|
|
83932
|
-
|
|
83942
|
+
InvokeDeploymentRequest2PrefixMessages4Type = {
|
|
83933
83943
|
Text: "text"
|
|
83934
83944
|
};
|
|
83935
|
-
|
|
83945
|
+
InvokeDeploymentRequestAnnotationsType = {
|
|
83936
83946
|
FilePath: "file_path"
|
|
83937
83947
|
};
|
|
83938
83948
|
AnnotationsType2 = {
|
|
83939
83949
|
FileCitation: "file_citation"
|
|
83940
83950
|
};
|
|
83941
|
-
|
|
83951
|
+
InvokeDeploymentRequestPrefixMessages4Role = {
|
|
83942
83952
|
Assistant: "assistant"
|
|
83943
83953
|
};
|
|
83944
83954
|
Type2 = {
|
|
83945
83955
|
Function: "function"
|
|
83946
83956
|
};
|
|
83947
|
-
|
|
83957
|
+
InvokeDeploymentRequestPrefixMessagesRole = {
|
|
83948
83958
|
User: "user"
|
|
83949
83959
|
};
|
|
83950
|
-
|
|
83960
|
+
InvokeDeploymentRequest2PrefixMessagesType = {
|
|
83951
83961
|
File: "file"
|
|
83952
83962
|
};
|
|
83953
|
-
|
|
83963
|
+
InvokeDeploymentRequest2Type = {
|
|
83954
83964
|
InputAudio: "input_audio"
|
|
83955
83965
|
};
|
|
83956
83966
|
Format2 = {
|
|
@@ -83965,7 +83975,7 @@ var init_deployments2 = __esm(() => {
|
|
|
83965
83975
|
High: "high",
|
|
83966
83976
|
Auto: "auto"
|
|
83967
83977
|
};
|
|
83968
|
-
|
|
83978
|
+
InvokeDeploymentRequest2PrefixMessages3Type = {
|
|
83969
83979
|
Text: "text"
|
|
83970
83980
|
};
|
|
83971
83981
|
PrefixMessagesRole2 = {
|
|
@@ -83974,41 +83984,41 @@ var init_deployments2 = __esm(() => {
|
|
|
83974
83984
|
Role2 = {
|
|
83975
83985
|
Developer: "developer"
|
|
83976
83986
|
};
|
|
83977
|
-
|
|
83987
|
+
InvokeDeploymentRequestMessages5Role = {
|
|
83978
83988
|
Tool: "tool"
|
|
83979
83989
|
};
|
|
83980
|
-
|
|
83990
|
+
InvokeDeploymentRequest2Messages4ContentType = {
|
|
83981
83991
|
Refusal: "refusal"
|
|
83982
83992
|
};
|
|
83983
|
-
|
|
83993
|
+
InvokeDeploymentRequest2Messages4Type = {
|
|
83984
83994
|
Text: "text"
|
|
83985
83995
|
};
|
|
83986
|
-
|
|
83996
|
+
InvokeDeploymentRequestAnnotationsMessages4Type = {
|
|
83987
83997
|
FilePath: "file_path"
|
|
83988
83998
|
};
|
|
83989
|
-
|
|
83999
|
+
InvokeDeploymentRequestAnnotationsMessagesType = {
|
|
83990
84000
|
FileCitation: "file_citation"
|
|
83991
84001
|
};
|
|
83992
|
-
|
|
84002
|
+
InvokeDeploymentRequestMessages4Role = {
|
|
83993
84003
|
Assistant: "assistant"
|
|
83994
84004
|
};
|
|
83995
84005
|
MessagesType2 = {
|
|
83996
84006
|
Function: "function"
|
|
83997
84007
|
};
|
|
83998
|
-
|
|
84008
|
+
InvokeDeploymentRequestMessages3Role = {
|
|
83999
84009
|
User: "user"
|
|
84000
84010
|
};
|
|
84001
|
-
|
|
84011
|
+
InvokeDeploymentRequest2Messages3Content4Type = {
|
|
84002
84012
|
File: "file"
|
|
84003
84013
|
};
|
|
84004
|
-
|
|
84014
|
+
InvokeDeploymentRequest2Messages3ContentType = {
|
|
84005
84015
|
InputAudio: "input_audio"
|
|
84006
84016
|
};
|
|
84007
84017
|
TwoFormat2 = {
|
|
84008
84018
|
Mp3: "mp3",
|
|
84009
84019
|
Wav: "wav"
|
|
84010
84020
|
};
|
|
84011
|
-
|
|
84021
|
+
InvokeDeploymentRequest2Messages3Type = {
|
|
84012
84022
|
ImageUrl: "image_url"
|
|
84013
84023
|
};
|
|
84014
84024
|
TwoDetail2 = {
|
|
@@ -84016,21 +84026,21 @@ var init_deployments2 = __esm(() => {
|
|
|
84016
84026
|
High: "high",
|
|
84017
84027
|
Auto: "auto"
|
|
84018
84028
|
};
|
|
84019
|
-
|
|
84029
|
+
InvokeDeploymentRequest2MessagesType = {
|
|
84020
84030
|
Text: "text"
|
|
84021
84031
|
};
|
|
84022
|
-
|
|
84032
|
+
InvokeDeploymentRequestMessagesRole = {
|
|
84023
84033
|
System: "system"
|
|
84024
84034
|
};
|
|
84025
84035
|
MessagesRole2 = {
|
|
84026
84036
|
Developer: "developer"
|
|
84027
84037
|
};
|
|
84028
|
-
|
|
84029
|
-
|
|
84030
|
-
|
|
84031
|
-
|
|
84038
|
+
InvokeDeploymentRequestPrefixMessages5Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestPrefixMessages5Role);
|
|
84039
|
+
InvokeDeploymentRequestPrefixMessages5Role$outboundSchema = InvokeDeploymentRequestPrefixMessages5Role$inboundSchema;
|
|
84040
|
+
InvokeDeploymentRequestPrefixMessagesContent$inboundSchema = unionType([stringType(), arrayType(stringType())]);
|
|
84041
|
+
InvokeDeploymentRequestPrefixMessagesContent$outboundSchema = unionType([stringType(), arrayType(stringType())]);
|
|
84032
84042
|
ToolMessage$inboundSchema2 = objectType({
|
|
84033
|
-
role:
|
|
84043
|
+
role: InvokeDeploymentRequestPrefixMessages5Role$inboundSchema,
|
|
84034
84044
|
content: unionType([stringType(), arrayType(stringType())]),
|
|
84035
84045
|
tool_call_id: stringType()
|
|
84036
84046
|
}).transform((v2) => {
|
|
@@ -84039,7 +84049,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84039
84049
|
});
|
|
84040
84050
|
});
|
|
84041
84051
|
ToolMessage$outboundSchema2 = objectType({
|
|
84042
|
-
role:
|
|
84052
|
+
role: InvokeDeploymentRequestPrefixMessages5Role$outboundSchema,
|
|
84043
84053
|
content: unionType([stringType(), arrayType(stringType())]),
|
|
84044
84054
|
toolCallId: stringType()
|
|
84045
84055
|
}).transform((v2) => {
|
|
@@ -84047,20 +84057,20 @@ var init_deployments2 = __esm(() => {
|
|
|
84047
84057
|
toolCallId: "tool_call_id"
|
|
84048
84058
|
});
|
|
84049
84059
|
});
|
|
84050
|
-
|
|
84051
|
-
|
|
84060
|
+
InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessages4ContentType);
|
|
84061
|
+
InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema = InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema;
|
|
84052
84062
|
RefusalContentPart$inboundSchema2 = objectType({
|
|
84053
|
-
type:
|
|
84063
|
+
type: InvokeDeploymentRequest2PrefixMessages4ContentType$inboundSchema,
|
|
84054
84064
|
refusal: stringType()
|
|
84055
84065
|
});
|
|
84056
84066
|
RefusalContentPart$outboundSchema2 = objectType({
|
|
84057
|
-
type:
|
|
84067
|
+
type: InvokeDeploymentRequest2PrefixMessages4ContentType$outboundSchema,
|
|
84058
84068
|
refusal: stringType()
|
|
84059
84069
|
});
|
|
84060
|
-
|
|
84061
|
-
|
|
84062
|
-
|
|
84063
|
-
|
|
84070
|
+
InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessages4Type);
|
|
84071
|
+
InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema = InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema;
|
|
84072
|
+
InvokeDeploymentRequestAnnotationsType$inboundSchema = nativeEnumType(InvokeDeploymentRequestAnnotationsType);
|
|
84073
|
+
InvokeDeploymentRequestAnnotationsType$outboundSchema = InvokeDeploymentRequestAnnotationsType$inboundSchema;
|
|
84064
84074
|
FilePath$inboundSchema2 = objectType({
|
|
84065
84075
|
file_id: stringType()
|
|
84066
84076
|
}).transform((v2) => {
|
|
@@ -84076,7 +84086,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84076
84086
|
});
|
|
84077
84087
|
});
|
|
84078
84088
|
Annotations2$inboundSchema2 = objectType({
|
|
84079
|
-
type:
|
|
84089
|
+
type: InvokeDeploymentRequestAnnotationsType$inboundSchema,
|
|
84080
84090
|
text: stringType(),
|
|
84081
84091
|
file_path: lazyType(() => FilePath$inboundSchema2),
|
|
84082
84092
|
start_index: numberType().int(),
|
|
@@ -84089,7 +84099,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84089
84099
|
});
|
|
84090
84100
|
});
|
|
84091
84101
|
Annotations2$outboundSchema2 = objectType({
|
|
84092
|
-
type:
|
|
84102
|
+
type: InvokeDeploymentRequestAnnotationsType$outboundSchema,
|
|
84093
84103
|
text: stringType(),
|
|
84094
84104
|
filePath: lazyType(() => FilePath$outboundSchema2),
|
|
84095
84105
|
startIndex: numberType().int(),
|
|
@@ -84154,7 +84164,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84154
84164
|
lazyType(() => Annotations2$outboundSchema2)
|
|
84155
84165
|
]);
|
|
84156
84166
|
TextContentPart$inboundSchema2 = objectType({
|
|
84157
|
-
type:
|
|
84167
|
+
type: InvokeDeploymentRequest2PrefixMessages4Type$inboundSchema,
|
|
84158
84168
|
text: stringType(),
|
|
84159
84169
|
annotations: arrayType(unionType([
|
|
84160
84170
|
lazyType(() => Annotations1$inboundSchema2),
|
|
@@ -84162,7 +84172,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84162
84172
|
])).optional()
|
|
84163
84173
|
});
|
|
84164
84174
|
TextContentPart$outboundSchema2 = objectType({
|
|
84165
|
-
type:
|
|
84175
|
+
type: InvokeDeploymentRequest2PrefixMessages4Type$outboundSchema,
|
|
84166
84176
|
text: stringType(),
|
|
84167
84177
|
annotations: arrayType(unionType([
|
|
84168
84178
|
lazyType(() => Annotations1$outboundSchema2),
|
|
@@ -84191,8 +84201,8 @@ var init_deployments2 = __esm(() => {
|
|
|
84191
84201
|
lazyType(() => RefusalContentPart$outboundSchema2)
|
|
84192
84202
|
]))
|
|
84193
84203
|
]);
|
|
84194
|
-
|
|
84195
|
-
|
|
84204
|
+
InvokeDeploymentRequestPrefixMessages4Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestPrefixMessages4Role);
|
|
84205
|
+
InvokeDeploymentRequestPrefixMessages4Role$outboundSchema = InvokeDeploymentRequestPrefixMessages4Role$inboundSchema;
|
|
84196
84206
|
Audio$inboundSchema2 = objectType({
|
|
84197
84207
|
id: stringType()
|
|
84198
84208
|
});
|
|
@@ -84228,7 +84238,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84228
84238
|
]))
|
|
84229
84239
|
])).optional(),
|
|
84230
84240
|
refusal: nullableType(stringType()).optional(),
|
|
84231
|
-
role:
|
|
84241
|
+
role: InvokeDeploymentRequestPrefixMessages4Role$inboundSchema,
|
|
84232
84242
|
name: stringType().optional(),
|
|
84233
84243
|
audio: nullableType(lazyType(() => Audio$inboundSchema2)).optional(),
|
|
84234
84244
|
tool_calls: arrayType(lazyType(() => ToolCalls$inboundSchema2)).optional(),
|
|
@@ -84251,7 +84261,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84251
84261
|
]))
|
|
84252
84262
|
])).optional(),
|
|
84253
84263
|
refusal: nullableType(stringType()).optional(),
|
|
84254
|
-
role:
|
|
84264
|
+
role: InvokeDeploymentRequestPrefixMessages4Role$outboundSchema,
|
|
84255
84265
|
name: stringType().optional(),
|
|
84256
84266
|
audio: nullableType(lazyType(() => Audio$outboundSchema2)).optional(),
|
|
84257
84267
|
toolCalls: arrayType(lazyType(() => ToolCalls$outboundSchema2)).optional(),
|
|
@@ -84265,10 +84275,10 @@ var init_deployments2 = __esm(() => {
|
|
|
84265
84275
|
redactedReasoning: "redacted_reasoning"
|
|
84266
84276
|
});
|
|
84267
84277
|
});
|
|
84268
|
-
|
|
84269
|
-
|
|
84270
|
-
|
|
84271
|
-
|
|
84278
|
+
InvokeDeploymentRequestPrefixMessagesRole$inboundSchema = nativeEnumType(InvokeDeploymentRequestPrefixMessagesRole);
|
|
84279
|
+
InvokeDeploymentRequestPrefixMessagesRole$outboundSchema = InvokeDeploymentRequestPrefixMessagesRole$inboundSchema;
|
|
84280
|
+
InvokeDeploymentRequest2PrefixMessagesType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessagesType);
|
|
84281
|
+
InvokeDeploymentRequest2PrefixMessagesType$outboundSchema = InvokeDeploymentRequest2PrefixMessagesType$inboundSchema;
|
|
84272
84282
|
FileT$inboundSchema2 = objectType({
|
|
84273
84283
|
file_data: stringType().optional(),
|
|
84274
84284
|
uri: stringType().optional(),
|
|
@@ -84290,15 +84300,15 @@ var init_deployments2 = __esm(() => {
|
|
|
84290
84300
|
});
|
|
84291
84301
|
});
|
|
84292
84302
|
Four$inboundSchema2 = objectType({
|
|
84293
|
-
type:
|
|
84303
|
+
type: InvokeDeploymentRequest2PrefixMessagesType$inboundSchema,
|
|
84294
84304
|
file: lazyType(() => FileT$inboundSchema2)
|
|
84295
84305
|
});
|
|
84296
84306
|
Four$outboundSchema2 = objectType({
|
|
84297
|
-
type:
|
|
84307
|
+
type: InvokeDeploymentRequest2PrefixMessagesType$outboundSchema,
|
|
84298
84308
|
file: lazyType(() => FileT$outboundSchema2)
|
|
84299
84309
|
});
|
|
84300
|
-
|
|
84301
|
-
|
|
84310
|
+
InvokeDeploymentRequest2Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Type);
|
|
84311
|
+
InvokeDeploymentRequest2Type$outboundSchema = InvokeDeploymentRequest2Type$inboundSchema;
|
|
84302
84312
|
Format$inboundSchema2 = nativeEnumType(Format2);
|
|
84303
84313
|
Format$outboundSchema2 = Format$inboundSchema2;
|
|
84304
84314
|
InputAudio$inboundSchema2 = objectType({
|
|
@@ -84309,16 +84319,16 @@ var init_deployments2 = __esm(() => {
|
|
|
84309
84319
|
data: stringType(),
|
|
84310
84320
|
format: Format$outboundSchema2
|
|
84311
84321
|
});
|
|
84312
|
-
|
|
84313
|
-
type:
|
|
84322
|
+
Three$inboundSchema2 = objectType({
|
|
84323
|
+
type: InvokeDeploymentRequest2Type$inboundSchema,
|
|
84314
84324
|
input_audio: lazyType(() => InputAudio$inboundSchema2)
|
|
84315
84325
|
}).transform((v2) => {
|
|
84316
84326
|
return remap(v2, {
|
|
84317
84327
|
input_audio: "inputAudio"
|
|
84318
84328
|
});
|
|
84319
84329
|
});
|
|
84320
|
-
|
|
84321
|
-
type:
|
|
84330
|
+
Three$outboundSchema2 = objectType({
|
|
84331
|
+
type: InvokeDeploymentRequest2Type$outboundSchema,
|
|
84322
84332
|
inputAudio: lazyType(() => InputAudio$outboundSchema2)
|
|
84323
84333
|
}).transform((v2) => {
|
|
84324
84334
|
return remap(v2, {
|
|
@@ -84353,68 +84363,68 @@ var init_deployments2 = __esm(() => {
|
|
|
84353
84363
|
imageUrl: "image_url"
|
|
84354
84364
|
});
|
|
84355
84365
|
});
|
|
84356
|
-
|
|
84357
|
-
|
|
84358
|
-
|
|
84359
|
-
type:
|
|
84366
|
+
InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2PrefixMessages3Type);
|
|
84367
|
+
InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema = InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema;
|
|
84368
|
+
InvokeDeploymentRequest21$inboundSchema = objectType({
|
|
84369
|
+
type: InvokeDeploymentRequest2PrefixMessages3Type$inboundSchema,
|
|
84360
84370
|
text: stringType()
|
|
84361
84371
|
});
|
|
84362
|
-
|
|
84363
|
-
type:
|
|
84372
|
+
InvokeDeploymentRequest21$outboundSchema = objectType({
|
|
84373
|
+
type: InvokeDeploymentRequest2PrefixMessages3Type$outboundSchema,
|
|
84364
84374
|
text: stringType()
|
|
84365
84375
|
});
|
|
84366
84376
|
Two$inboundSchema2 = unionType([
|
|
84367
|
-
lazyType(() =>
|
|
84377
|
+
lazyType(() => InvokeDeploymentRequest21$inboundSchema),
|
|
84368
84378
|
lazyType(() => Two2$inboundSchema2),
|
|
84369
|
-
lazyType(() =>
|
|
84379
|
+
lazyType(() => Three$inboundSchema2),
|
|
84370
84380
|
lazyType(() => Four$inboundSchema2)
|
|
84371
84381
|
]);
|
|
84372
84382
|
Two$outboundSchema2 = unionType([
|
|
84373
|
-
lazyType(() =>
|
|
84383
|
+
lazyType(() => InvokeDeploymentRequest21$outboundSchema),
|
|
84374
84384
|
lazyType(() => Two2$outboundSchema2),
|
|
84375
|
-
lazyType(() =>
|
|
84385
|
+
lazyType(() => Three$outboundSchema2),
|
|
84376
84386
|
lazyType(() => Four$outboundSchema2)
|
|
84377
84387
|
]);
|
|
84378
84388
|
Content$inboundSchema2 = unionType([
|
|
84379
84389
|
stringType(),
|
|
84380
84390
|
arrayType(unionType([
|
|
84381
|
-
lazyType(() =>
|
|
84391
|
+
lazyType(() => InvokeDeploymentRequest21$inboundSchema),
|
|
84382
84392
|
lazyType(() => Two2$inboundSchema2),
|
|
84383
|
-
lazyType(() =>
|
|
84393
|
+
lazyType(() => Three$inboundSchema2),
|
|
84384
84394
|
lazyType(() => Four$inboundSchema2)
|
|
84385
84395
|
]))
|
|
84386
84396
|
]);
|
|
84387
84397
|
Content$outboundSchema2 = unionType([
|
|
84388
84398
|
stringType(),
|
|
84389
84399
|
arrayType(unionType([
|
|
84390
|
-
lazyType(() =>
|
|
84400
|
+
lazyType(() => InvokeDeploymentRequest21$outboundSchema),
|
|
84391
84401
|
lazyType(() => Two2$outboundSchema2),
|
|
84392
|
-
lazyType(() =>
|
|
84402
|
+
lazyType(() => Three$outboundSchema2),
|
|
84393
84403
|
lazyType(() => Four$outboundSchema2)
|
|
84394
84404
|
]))
|
|
84395
84405
|
]);
|
|
84396
84406
|
UserMessage$inboundSchema2 = objectType({
|
|
84397
|
-
role:
|
|
84407
|
+
role: InvokeDeploymentRequestPrefixMessagesRole$inboundSchema,
|
|
84398
84408
|
name: stringType().optional(),
|
|
84399
84409
|
content: unionType([
|
|
84400
84410
|
stringType(),
|
|
84401
84411
|
arrayType(unionType([
|
|
84402
|
-
lazyType(() =>
|
|
84412
|
+
lazyType(() => InvokeDeploymentRequest21$inboundSchema),
|
|
84403
84413
|
lazyType(() => Two2$inboundSchema2),
|
|
84404
|
-
lazyType(() =>
|
|
84414
|
+
lazyType(() => Three$inboundSchema2),
|
|
84405
84415
|
lazyType(() => Four$inboundSchema2)
|
|
84406
84416
|
]))
|
|
84407
84417
|
])
|
|
84408
84418
|
});
|
|
84409
84419
|
UserMessage$outboundSchema2 = objectType({
|
|
84410
|
-
role:
|
|
84420
|
+
role: InvokeDeploymentRequestPrefixMessagesRole$outboundSchema,
|
|
84411
84421
|
name: stringType().optional(),
|
|
84412
84422
|
content: unionType([
|
|
84413
84423
|
stringType(),
|
|
84414
84424
|
arrayType(unionType([
|
|
84415
|
-
lazyType(() =>
|
|
84425
|
+
lazyType(() => InvokeDeploymentRequest21$outboundSchema),
|
|
84416
84426
|
lazyType(() => Two2$outboundSchema2),
|
|
84417
|
-
lazyType(() =>
|
|
84427
|
+
lazyType(() => Three$outboundSchema2),
|
|
84418
84428
|
lazyType(() => Four$outboundSchema2)
|
|
84419
84429
|
]))
|
|
84420
84430
|
])
|
|
@@ -84457,12 +84467,12 @@ var init_deployments2 = __esm(() => {
|
|
|
84457
84467
|
lazyType(() => UserMessage$outboundSchema2),
|
|
84458
84468
|
lazyType(() => AssistantMessage$outboundSchema2)
|
|
84459
84469
|
]);
|
|
84460
|
-
|
|
84461
|
-
|
|
84462
|
-
|
|
84463
|
-
|
|
84470
|
+
InvokeDeploymentRequestMessages5Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessages5Role);
|
|
84471
|
+
InvokeDeploymentRequestMessages5Role$outboundSchema = InvokeDeploymentRequestMessages5Role$inboundSchema;
|
|
84472
|
+
InvokeDeploymentRequestMessages5Content$inboundSchema = unionType([stringType(), arrayType(stringType())]);
|
|
84473
|
+
InvokeDeploymentRequestMessages5Content$outboundSchema = unionType([stringType(), arrayType(stringType())]);
|
|
84464
84474
|
MessagesToolMessage$inboundSchema2 = objectType({
|
|
84465
|
-
role:
|
|
84475
|
+
role: InvokeDeploymentRequestMessages5Role$inboundSchema,
|
|
84466
84476
|
content: unionType([stringType(), arrayType(stringType())]),
|
|
84467
84477
|
tool_call_id: stringType()
|
|
84468
84478
|
}).transform((v2) => {
|
|
@@ -84471,7 +84481,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84471
84481
|
});
|
|
84472
84482
|
});
|
|
84473
84483
|
MessagesToolMessage$outboundSchema2 = objectType({
|
|
84474
|
-
role:
|
|
84484
|
+
role: InvokeDeploymentRequestMessages5Role$outboundSchema,
|
|
84475
84485
|
content: unionType([stringType(), arrayType(stringType())]),
|
|
84476
84486
|
toolCallId: stringType()
|
|
84477
84487
|
}).transform((v2) => {
|
|
@@ -84479,20 +84489,20 @@ var init_deployments2 = __esm(() => {
|
|
|
84479
84489
|
toolCallId: "tool_call_id"
|
|
84480
84490
|
});
|
|
84481
84491
|
});
|
|
84482
|
-
|
|
84483
|
-
|
|
84492
|
+
InvokeDeploymentRequest2Messages4ContentType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages4ContentType);
|
|
84493
|
+
InvokeDeploymentRequest2Messages4ContentType$outboundSchema = InvokeDeploymentRequest2Messages4ContentType$inboundSchema;
|
|
84484
84494
|
TwoRefusalContentPart$inboundSchema2 = objectType({
|
|
84485
|
-
type:
|
|
84495
|
+
type: InvokeDeploymentRequest2Messages4ContentType$inboundSchema,
|
|
84486
84496
|
refusal: stringType()
|
|
84487
84497
|
});
|
|
84488
84498
|
TwoRefusalContentPart$outboundSchema2 = objectType({
|
|
84489
|
-
type:
|
|
84499
|
+
type: InvokeDeploymentRequest2Messages4ContentType$outboundSchema,
|
|
84490
84500
|
refusal: stringType()
|
|
84491
84501
|
});
|
|
84492
|
-
|
|
84493
|
-
|
|
84494
|
-
|
|
84495
|
-
|
|
84502
|
+
InvokeDeploymentRequest2Messages4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages4Type);
|
|
84503
|
+
InvokeDeploymentRequest2Messages4Type$outboundSchema = InvokeDeploymentRequest2Messages4Type$inboundSchema;
|
|
84504
|
+
InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequestAnnotationsMessages4Type);
|
|
84505
|
+
InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema = InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema;
|
|
84496
84506
|
AnnotationsFilePath$inboundSchema2 = objectType({
|
|
84497
84507
|
file_id: stringType()
|
|
84498
84508
|
}).transform((v2) => {
|
|
@@ -84507,8 +84517,8 @@ var init_deployments2 = __esm(() => {
|
|
|
84507
84517
|
fileId: "file_id"
|
|
84508
84518
|
});
|
|
84509
84519
|
});
|
|
84510
|
-
|
|
84511
|
-
type:
|
|
84520
|
+
InvokeDeploymentRequestAnnotations2$inboundSchema = objectType({
|
|
84521
|
+
type: InvokeDeploymentRequestAnnotationsMessages4Type$inboundSchema,
|
|
84512
84522
|
text: stringType(),
|
|
84513
84523
|
file_path: lazyType(() => AnnotationsFilePath$inboundSchema2),
|
|
84514
84524
|
start_index: numberType().int(),
|
|
@@ -84520,8 +84530,8 @@ var init_deployments2 = __esm(() => {
|
|
|
84520
84530
|
end_index: "endIndex"
|
|
84521
84531
|
});
|
|
84522
84532
|
});
|
|
84523
|
-
|
|
84524
|
-
type:
|
|
84533
|
+
InvokeDeploymentRequestAnnotations2$outboundSchema = objectType({
|
|
84534
|
+
type: InvokeDeploymentRequestAnnotationsMessages4Type$outboundSchema,
|
|
84525
84535
|
text: stringType(),
|
|
84526
84536
|
filePath: lazyType(() => AnnotationsFilePath$outboundSchema2),
|
|
84527
84537
|
startIndex: numberType().int(),
|
|
@@ -84533,8 +84543,8 @@ var init_deployments2 = __esm(() => {
|
|
|
84533
84543
|
endIndex: "end_index"
|
|
84534
84544
|
});
|
|
84535
84545
|
});
|
|
84536
|
-
|
|
84537
|
-
|
|
84546
|
+
InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema = nativeEnumType(InvokeDeploymentRequestAnnotationsMessagesType);
|
|
84547
|
+
InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema = InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema;
|
|
84538
84548
|
AnnotationsFileCitation$inboundSchema2 = objectType({
|
|
84539
84549
|
file_id: stringType(),
|
|
84540
84550
|
quote: stringType().optional()
|
|
@@ -84551,8 +84561,8 @@ var init_deployments2 = __esm(() => {
|
|
|
84551
84561
|
fileId: "file_id"
|
|
84552
84562
|
});
|
|
84553
84563
|
});
|
|
84554
|
-
|
|
84555
|
-
type:
|
|
84564
|
+
InvokeDeploymentRequestAnnotations1$inboundSchema = objectType({
|
|
84565
|
+
type: InvokeDeploymentRequestAnnotationsMessagesType$inboundSchema,
|
|
84556
84566
|
text: stringType(),
|
|
84557
84567
|
file_citation: lazyType(() => AnnotationsFileCitation$inboundSchema2),
|
|
84558
84568
|
start_index: numberType().int(),
|
|
@@ -84564,8 +84574,8 @@ var init_deployments2 = __esm(() => {
|
|
|
84564
84574
|
end_index: "endIndex"
|
|
84565
84575
|
});
|
|
84566
84576
|
});
|
|
84567
|
-
|
|
84568
|
-
type:
|
|
84577
|
+
InvokeDeploymentRequestAnnotations1$outboundSchema = objectType({
|
|
84578
|
+
type: InvokeDeploymentRequestAnnotationsMessagesType$outboundSchema,
|
|
84569
84579
|
text: stringType(),
|
|
84570
84580
|
fileCitation: lazyType(() => AnnotationsFileCitation$outboundSchema2),
|
|
84571
84581
|
startIndex: numberType().int(),
|
|
@@ -84578,53 +84588,53 @@ var init_deployments2 = __esm(() => {
|
|
|
84578
84588
|
});
|
|
84579
84589
|
});
|
|
84580
84590
|
TwoAnnotations$inboundSchema2 = unionType([
|
|
84581
|
-
lazyType(() =>
|
|
84582
|
-
lazyType(() =>
|
|
84591
|
+
lazyType(() => InvokeDeploymentRequestAnnotations1$inboundSchema),
|
|
84592
|
+
lazyType(() => InvokeDeploymentRequestAnnotations2$inboundSchema)
|
|
84583
84593
|
]);
|
|
84584
84594
|
TwoAnnotations$outboundSchema2 = unionType([
|
|
84585
|
-
lazyType(() =>
|
|
84586
|
-
lazyType(() =>
|
|
84595
|
+
lazyType(() => InvokeDeploymentRequestAnnotations1$outboundSchema),
|
|
84596
|
+
lazyType(() => InvokeDeploymentRequestAnnotations2$outboundSchema)
|
|
84587
84597
|
]);
|
|
84588
84598
|
TwoTextContentPart$inboundSchema2 = objectType({
|
|
84589
|
-
type:
|
|
84599
|
+
type: InvokeDeploymentRequest2Messages4Type$inboundSchema,
|
|
84590
84600
|
text: stringType(),
|
|
84591
84601
|
annotations: arrayType(unionType([
|
|
84592
|
-
lazyType(() =>
|
|
84593
|
-
lazyType(() =>
|
|
84602
|
+
lazyType(() => InvokeDeploymentRequestAnnotations1$inboundSchema),
|
|
84603
|
+
lazyType(() => InvokeDeploymentRequestAnnotations2$inboundSchema)
|
|
84594
84604
|
])).optional()
|
|
84595
84605
|
});
|
|
84596
84606
|
TwoTextContentPart$outboundSchema2 = objectType({
|
|
84597
|
-
type:
|
|
84607
|
+
type: InvokeDeploymentRequest2Messages4Type$outboundSchema,
|
|
84598
84608
|
text: stringType(),
|
|
84599
84609
|
annotations: arrayType(unionType([
|
|
84600
|
-
lazyType(() =>
|
|
84601
|
-
lazyType(() =>
|
|
84610
|
+
lazyType(() => InvokeDeploymentRequestAnnotations1$outboundSchema),
|
|
84611
|
+
lazyType(() => InvokeDeploymentRequestAnnotations2$outboundSchema)
|
|
84602
84612
|
])).optional()
|
|
84603
84613
|
});
|
|
84604
|
-
|
|
84614
|
+
InvokeDeploymentRequestContentMessages2$inboundSchema = unionType([
|
|
84605
84615
|
lazyType(() => TwoTextContentPart$inboundSchema2),
|
|
84606
84616
|
lazyType(() => TwoRefusalContentPart$inboundSchema2)
|
|
84607
84617
|
]);
|
|
84608
|
-
|
|
84618
|
+
InvokeDeploymentRequestContentMessages2$outboundSchema = unionType([
|
|
84609
84619
|
lazyType(() => TwoTextContentPart$outboundSchema2),
|
|
84610
84620
|
lazyType(() => TwoRefusalContentPart$outboundSchema2)
|
|
84611
84621
|
]);
|
|
84612
|
-
|
|
84622
|
+
InvokeDeploymentRequestMessagesContent$inboundSchema = unionType([
|
|
84613
84623
|
stringType(),
|
|
84614
84624
|
arrayType(unionType([
|
|
84615
84625
|
lazyType(() => TwoTextContentPart$inboundSchema2),
|
|
84616
84626
|
lazyType(() => TwoRefusalContentPart$inboundSchema2)
|
|
84617
84627
|
]))
|
|
84618
84628
|
]);
|
|
84619
|
-
|
|
84629
|
+
InvokeDeploymentRequestMessagesContent$outboundSchema = unionType([
|
|
84620
84630
|
stringType(),
|
|
84621
84631
|
arrayType(unionType([
|
|
84622
84632
|
lazyType(() => TwoTextContentPart$outboundSchema2),
|
|
84623
84633
|
lazyType(() => TwoRefusalContentPart$outboundSchema2)
|
|
84624
84634
|
]))
|
|
84625
84635
|
]);
|
|
84626
|
-
|
|
84627
|
-
|
|
84636
|
+
InvokeDeploymentRequestMessages4Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessages4Role);
|
|
84637
|
+
InvokeDeploymentRequestMessages4Role$outboundSchema = InvokeDeploymentRequestMessages4Role$inboundSchema;
|
|
84628
84638
|
MessagesAudio$inboundSchema2 = objectType({
|
|
84629
84639
|
id: stringType()
|
|
84630
84640
|
});
|
|
@@ -84660,7 +84670,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84660
84670
|
]))
|
|
84661
84671
|
])).optional(),
|
|
84662
84672
|
refusal: nullableType(stringType()).optional(),
|
|
84663
|
-
role:
|
|
84673
|
+
role: InvokeDeploymentRequestMessages4Role$inboundSchema,
|
|
84664
84674
|
name: stringType().optional(),
|
|
84665
84675
|
audio: nullableType(lazyType(() => MessagesAudio$inboundSchema2)).optional(),
|
|
84666
84676
|
tool_calls: arrayType(lazyType(() => MessagesToolCalls$inboundSchema2)).optional(),
|
|
@@ -84683,7 +84693,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84683
84693
|
]))
|
|
84684
84694
|
])).optional(),
|
|
84685
84695
|
refusal: nullableType(stringType()).optional(),
|
|
84686
|
-
role:
|
|
84696
|
+
role: InvokeDeploymentRequestMessages4Role$outboundSchema,
|
|
84687
84697
|
name: stringType().optional(),
|
|
84688
84698
|
audio: nullableType(lazyType(() => MessagesAudio$outboundSchema2)).optional(),
|
|
84689
84699
|
toolCalls: arrayType(lazyType(() => MessagesToolCalls$outboundSchema2)).optional(),
|
|
@@ -84697,10 +84707,10 @@ var init_deployments2 = __esm(() => {
|
|
|
84697
84707
|
redactedReasoning: "redacted_reasoning"
|
|
84698
84708
|
});
|
|
84699
84709
|
});
|
|
84700
|
-
|
|
84701
|
-
|
|
84702
|
-
|
|
84703
|
-
|
|
84710
|
+
InvokeDeploymentRequestMessages3Role$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessages3Role);
|
|
84711
|
+
InvokeDeploymentRequestMessages3Role$outboundSchema = InvokeDeploymentRequestMessages3Role$inboundSchema;
|
|
84712
|
+
InvokeDeploymentRequest2Messages3Content4Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages3Content4Type);
|
|
84713
|
+
InvokeDeploymentRequest2Messages3Content4Type$outboundSchema = InvokeDeploymentRequest2Messages3Content4Type$inboundSchema;
|
|
84704
84714
|
TwoFile$inboundSchema2 = objectType({
|
|
84705
84715
|
file_data: stringType().optional(),
|
|
84706
84716
|
uri: stringType().optional(),
|
|
@@ -84722,15 +84732,15 @@ var init_deployments2 = __esm(() => {
|
|
|
84722
84732
|
});
|
|
84723
84733
|
});
|
|
84724
84734
|
Two4$inboundSchema2 = objectType({
|
|
84725
|
-
type:
|
|
84735
|
+
type: InvokeDeploymentRequest2Messages3Content4Type$inboundSchema,
|
|
84726
84736
|
file: lazyType(() => TwoFile$inboundSchema2)
|
|
84727
84737
|
});
|
|
84728
84738
|
Two4$outboundSchema2 = objectType({
|
|
84729
|
-
type:
|
|
84739
|
+
type: InvokeDeploymentRequest2Messages3Content4Type$outboundSchema,
|
|
84730
84740
|
file: lazyType(() => TwoFile$outboundSchema2)
|
|
84731
84741
|
});
|
|
84732
|
-
|
|
84733
|
-
|
|
84742
|
+
InvokeDeploymentRequest2Messages3ContentType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages3ContentType);
|
|
84743
|
+
InvokeDeploymentRequest2Messages3ContentType$outboundSchema = InvokeDeploymentRequest2Messages3ContentType$inboundSchema;
|
|
84734
84744
|
TwoFormat$inboundSchema2 = nativeEnumType(TwoFormat2);
|
|
84735
84745
|
TwoFormat$outboundSchema2 = TwoFormat$inboundSchema2;
|
|
84736
84746
|
TwoInputAudio$inboundSchema2 = objectType({
|
|
@@ -84742,7 +84752,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84742
84752
|
format: TwoFormat$outboundSchema2
|
|
84743
84753
|
});
|
|
84744
84754
|
Two3$inboundSchema2 = objectType({
|
|
84745
|
-
type:
|
|
84755
|
+
type: InvokeDeploymentRequest2Messages3ContentType$inboundSchema,
|
|
84746
84756
|
input_audio: lazyType(() => TwoInputAudio$inboundSchema2)
|
|
84747
84757
|
}).transform((v2) => {
|
|
84748
84758
|
return remap(v2, {
|
|
@@ -84750,15 +84760,15 @@ var init_deployments2 = __esm(() => {
|
|
|
84750
84760
|
});
|
|
84751
84761
|
});
|
|
84752
84762
|
Two3$outboundSchema2 = objectType({
|
|
84753
|
-
type:
|
|
84763
|
+
type: InvokeDeploymentRequest2Messages3ContentType$outboundSchema,
|
|
84754
84764
|
inputAudio: lazyType(() => TwoInputAudio$outboundSchema2)
|
|
84755
84765
|
}).transform((v2) => {
|
|
84756
84766
|
return remap(v2, {
|
|
84757
84767
|
inputAudio: "input_audio"
|
|
84758
84768
|
});
|
|
84759
84769
|
});
|
|
84760
|
-
|
|
84761
|
-
|
|
84770
|
+
InvokeDeploymentRequest2Messages3Type$inboundSchema = nativeEnumType(InvokeDeploymentRequest2Messages3Type);
|
|
84771
|
+
InvokeDeploymentRequest2Messages3Type$outboundSchema = InvokeDeploymentRequest2Messages3Type$inboundSchema;
|
|
84762
84772
|
TwoDetail$inboundSchema2 = nativeEnumType(TwoDetail2);
|
|
84763
84773
|
TwoDetail$outboundSchema2 = TwoDetail$inboundSchema2;
|
|
84764
84774
|
TwoImageUrl$inboundSchema2 = objectType({
|
|
@@ -84769,41 +84779,41 @@ var init_deployments2 = __esm(() => {
|
|
|
84769
84779
|
url: stringType(),
|
|
84770
84780
|
detail: TwoDetail$outboundSchema2.optional()
|
|
84771
84781
|
});
|
|
84772
|
-
|
|
84773
|
-
type:
|
|
84782
|
+
InvokeDeploymentRequest22$inboundSchema = objectType({
|
|
84783
|
+
type: InvokeDeploymentRequest2Messages3Type$inboundSchema,
|
|
84774
84784
|
image_url: lazyType(() => TwoImageUrl$inboundSchema2)
|
|
84775
84785
|
}).transform((v2) => {
|
|
84776
84786
|
return remap(v2, {
|
|
84777
84787
|
image_url: "imageUrl"
|
|
84778
84788
|
});
|
|
84779
84789
|
});
|
|
84780
|
-
|
|
84781
|
-
type:
|
|
84790
|
+
InvokeDeploymentRequest22$outboundSchema = objectType({
|
|
84791
|
+
type: InvokeDeploymentRequest2Messages3Type$outboundSchema,
|
|
84782
84792
|
imageUrl: lazyType(() => TwoImageUrl$outboundSchema2)
|
|
84783
84793
|
}).transform((v2) => {
|
|
84784
84794
|
return remap(v2, {
|
|
84785
84795
|
imageUrl: "image_url"
|
|
84786
84796
|
});
|
|
84787
84797
|
});
|
|
84788
|
-
|
|
84789
|
-
|
|
84798
|
+
InvokeDeploymentRequest2MessagesType$inboundSchema = nativeEnumType(InvokeDeploymentRequest2MessagesType);
|
|
84799
|
+
InvokeDeploymentRequest2MessagesType$outboundSchema = InvokeDeploymentRequest2MessagesType$inboundSchema;
|
|
84790
84800
|
Two1$inboundSchema2 = objectType({
|
|
84791
|
-
type:
|
|
84801
|
+
type: InvokeDeploymentRequest2MessagesType$inboundSchema,
|
|
84792
84802
|
text: stringType()
|
|
84793
84803
|
});
|
|
84794
84804
|
Two1$outboundSchema2 = objectType({
|
|
84795
|
-
type:
|
|
84805
|
+
type: InvokeDeploymentRequest2MessagesType$outboundSchema,
|
|
84796
84806
|
text: stringType()
|
|
84797
84807
|
});
|
|
84798
|
-
|
|
84808
|
+
InvokeDeploymentRequestContent2$inboundSchema = unionType([
|
|
84799
84809
|
lazyType(() => Two1$inboundSchema2),
|
|
84800
|
-
lazyType(() =>
|
|
84810
|
+
lazyType(() => InvokeDeploymentRequest22$inboundSchema),
|
|
84801
84811
|
lazyType(() => Two3$inboundSchema2),
|
|
84802
84812
|
lazyType(() => Two4$inboundSchema2)
|
|
84803
84813
|
]);
|
|
84804
|
-
|
|
84814
|
+
InvokeDeploymentRequestContent2$outboundSchema = unionType([
|
|
84805
84815
|
lazyType(() => Two1$outboundSchema2),
|
|
84806
|
-
lazyType(() =>
|
|
84816
|
+
lazyType(() => InvokeDeploymentRequest22$outboundSchema),
|
|
84807
84817
|
lazyType(() => Two3$outboundSchema2),
|
|
84808
84818
|
lazyType(() => Two4$outboundSchema2)
|
|
84809
84819
|
]);
|
|
@@ -84811,7 +84821,7 @@ var init_deployments2 = __esm(() => {
|
|
|
84811
84821
|
stringType(),
|
|
84812
84822
|
arrayType(unionType([
|
|
84813
84823
|
lazyType(() => Two1$inboundSchema2),
|
|
84814
|
-
lazyType(() =>
|
|
84824
|
+
lazyType(() => InvokeDeploymentRequest22$inboundSchema),
|
|
84815
84825
|
lazyType(() => Two3$inboundSchema2),
|
|
84816
84826
|
lazyType(() => Two4$inboundSchema2)
|
|
84817
84827
|
]))
|
|
@@ -84820,46 +84830,46 @@ var init_deployments2 = __esm(() => {
|
|
|
84820
84830
|
stringType(),
|
|
84821
84831
|
arrayType(unionType([
|
|
84822
84832
|
lazyType(() => Two1$outboundSchema2),
|
|
84823
|
-
lazyType(() =>
|
|
84833
|
+
lazyType(() => InvokeDeploymentRequest22$outboundSchema),
|
|
84824
84834
|
lazyType(() => Two3$outboundSchema2),
|
|
84825
84835
|
lazyType(() => Two4$outboundSchema2)
|
|
84826
84836
|
]))
|
|
84827
84837
|
]);
|
|
84828
84838
|
MessagesUserMessage$inboundSchema2 = objectType({
|
|
84829
|
-
role:
|
|
84839
|
+
role: InvokeDeploymentRequestMessages3Role$inboundSchema,
|
|
84830
84840
|
name: stringType().optional(),
|
|
84831
84841
|
content: unionType([
|
|
84832
84842
|
stringType(),
|
|
84833
84843
|
arrayType(unionType([
|
|
84834
84844
|
lazyType(() => Two1$inboundSchema2),
|
|
84835
|
-
lazyType(() =>
|
|
84845
|
+
lazyType(() => InvokeDeploymentRequest22$inboundSchema),
|
|
84836
84846
|
lazyType(() => Two3$inboundSchema2),
|
|
84837
84847
|
lazyType(() => Two4$inboundSchema2)
|
|
84838
84848
|
]))
|
|
84839
84849
|
])
|
|
84840
84850
|
});
|
|
84841
84851
|
MessagesUserMessage$outboundSchema2 = objectType({
|
|
84842
|
-
role:
|
|
84852
|
+
role: InvokeDeploymentRequestMessages3Role$outboundSchema,
|
|
84843
84853
|
name: stringType().optional(),
|
|
84844
84854
|
content: unionType([
|
|
84845
84855
|
stringType(),
|
|
84846
84856
|
arrayType(unionType([
|
|
84847
84857
|
lazyType(() => Two1$outboundSchema2),
|
|
84848
|
-
lazyType(() =>
|
|
84858
|
+
lazyType(() => InvokeDeploymentRequest22$outboundSchema),
|
|
84849
84859
|
lazyType(() => Two3$outboundSchema2),
|
|
84850
84860
|
lazyType(() => Two4$outboundSchema2)
|
|
84851
84861
|
]))
|
|
84852
84862
|
])
|
|
84853
84863
|
});
|
|
84854
|
-
|
|
84855
|
-
|
|
84864
|
+
InvokeDeploymentRequestMessagesRole$inboundSchema = nativeEnumType(InvokeDeploymentRequestMessagesRole);
|
|
84865
|
+
InvokeDeploymentRequestMessagesRole$outboundSchema = InvokeDeploymentRequestMessagesRole$inboundSchema;
|
|
84856
84866
|
MessagesSystemMessage$inboundSchema2 = objectType({
|
|
84857
|
-
role:
|
|
84867
|
+
role: InvokeDeploymentRequestMessagesRole$inboundSchema,
|
|
84858
84868
|
content: stringType(),
|
|
84859
84869
|
name: stringType().optional()
|
|
84860
84870
|
});
|
|
84861
84871
|
MessagesSystemMessage$outboundSchema2 = objectType({
|
|
84862
|
-
role:
|
|
84872
|
+
role: InvokeDeploymentRequestMessagesRole$outboundSchema,
|
|
84863
84873
|
content: stringType(),
|
|
84864
84874
|
name: stringType().optional()
|
|
84865
84875
|
});
|
|
@@ -84953,18 +84963,18 @@ var init_deployments2 = __esm(() => {
|
|
|
84953
84963
|
});
|
|
84954
84964
|
OrNin$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
84955
84965
|
OrNin$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
84956
|
-
|
|
84966
|
+
InvokeDeploymentRequestOrNin$inboundSchema = objectType({
|
|
84957
84967
|
nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
84958
84968
|
});
|
|
84959
|
-
|
|
84969
|
+
InvokeDeploymentRequestOrNin$outboundSchema = objectType({
|
|
84960
84970
|
nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
84961
84971
|
});
|
|
84962
84972
|
OrIn$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
84963
84973
|
OrIn$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
84964
|
-
|
|
84974
|
+
InvokeDeploymentRequestOrIn$inboundSchema = objectType({
|
|
84965
84975
|
in: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
84966
84976
|
});
|
|
84967
|
-
|
|
84977
|
+
InvokeDeploymentRequestOrIn$outboundSchema = objectType({
|
|
84968
84978
|
in: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
84969
84979
|
});
|
|
84970
84980
|
OrLte$inboundSchema2 = objectType({
|
|
@@ -84985,73 +84995,73 @@ var init_deployments2 = __esm(() => {
|
|
|
84985
84995
|
OrGte$outboundSchema2 = objectType({
|
|
84986
84996
|
gte: numberType()
|
|
84987
84997
|
});
|
|
84988
|
-
|
|
84998
|
+
OrGt$inboundSchema2 = objectType({
|
|
84989
84999
|
gt: numberType()
|
|
84990
85000
|
});
|
|
84991
|
-
|
|
85001
|
+
OrGt$outboundSchema2 = objectType({
|
|
84992
85002
|
gt: numberType()
|
|
84993
85003
|
});
|
|
84994
85004
|
OrNe$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
84995
85005
|
OrNe$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
84996
|
-
|
|
85006
|
+
InvokeDeploymentRequestOrNe$inboundSchema = objectType({
|
|
84997
85007
|
ne: unionType([stringType(), numberType(), booleanType()])
|
|
84998
85008
|
});
|
|
84999
|
-
|
|
85009
|
+
InvokeDeploymentRequestOrNe$outboundSchema = objectType({
|
|
85000
85010
|
ne: unionType([stringType(), numberType(), booleanType()])
|
|
85001
85011
|
});
|
|
85002
85012
|
OrEq$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85003
85013
|
OrEq$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85004
|
-
|
|
85014
|
+
InvokeDeploymentRequestOrEq$inboundSchema = objectType({
|
|
85005
85015
|
eq: unionType([stringType(), numberType(), booleanType()])
|
|
85006
85016
|
});
|
|
85007
|
-
|
|
85017
|
+
InvokeDeploymentRequestOrEq$outboundSchema = objectType({
|
|
85008
85018
|
eq: unionType([stringType(), numberType(), booleanType()])
|
|
85009
85019
|
});
|
|
85010
85020
|
Or$inboundSchema2 = unionType([
|
|
85011
|
-
lazyType(() =>
|
|
85012
|
-
lazyType(() =>
|
|
85013
|
-
lazyType(() =>
|
|
85021
|
+
lazyType(() => InvokeDeploymentRequestOrEq$inboundSchema),
|
|
85022
|
+
lazyType(() => InvokeDeploymentRequestOrNe$inboundSchema),
|
|
85023
|
+
lazyType(() => OrGt$inboundSchema2),
|
|
85014
85024
|
lazyType(() => OrGte$inboundSchema2),
|
|
85015
85025
|
lazyType(() => OrLt$inboundSchema2),
|
|
85016
85026
|
lazyType(() => OrLte$inboundSchema2),
|
|
85017
|
-
lazyType(() =>
|
|
85018
|
-
lazyType(() =>
|
|
85027
|
+
lazyType(() => InvokeDeploymentRequestOrIn$inboundSchema),
|
|
85028
|
+
lazyType(() => InvokeDeploymentRequestOrNin$inboundSchema),
|
|
85019
85029
|
lazyType(() => OrExists$inboundSchema2)
|
|
85020
85030
|
]);
|
|
85021
85031
|
Or$outboundSchema2 = unionType([
|
|
85022
|
-
lazyType(() =>
|
|
85023
|
-
lazyType(() =>
|
|
85024
|
-
lazyType(() =>
|
|
85032
|
+
lazyType(() => InvokeDeploymentRequestOrEq$outboundSchema),
|
|
85033
|
+
lazyType(() => InvokeDeploymentRequestOrNe$outboundSchema),
|
|
85034
|
+
lazyType(() => OrGt$outboundSchema2),
|
|
85025
85035
|
lazyType(() => OrGte$outboundSchema2),
|
|
85026
85036
|
lazyType(() => OrLt$outboundSchema2),
|
|
85027
85037
|
lazyType(() => OrLte$outboundSchema2),
|
|
85028
|
-
lazyType(() =>
|
|
85029
|
-
lazyType(() =>
|
|
85038
|
+
lazyType(() => InvokeDeploymentRequestOrIn$outboundSchema),
|
|
85039
|
+
lazyType(() => InvokeDeploymentRequestOrNin$outboundSchema),
|
|
85030
85040
|
lazyType(() => OrExists$outboundSchema2)
|
|
85031
85041
|
]);
|
|
85032
85042
|
KnowledgeFilterOr$inboundSchema2 = objectType({
|
|
85033
85043
|
or: arrayType(recordType(unionType([
|
|
85034
|
-
lazyType(() =>
|
|
85035
|
-
lazyType(() =>
|
|
85036
|
-
lazyType(() =>
|
|
85044
|
+
lazyType(() => InvokeDeploymentRequestOrEq$inboundSchema),
|
|
85045
|
+
lazyType(() => InvokeDeploymentRequestOrNe$inboundSchema),
|
|
85046
|
+
lazyType(() => OrGt$inboundSchema2),
|
|
85037
85047
|
lazyType(() => OrGte$inboundSchema2),
|
|
85038
85048
|
lazyType(() => OrLt$inboundSchema2),
|
|
85039
85049
|
lazyType(() => OrLte$inboundSchema2),
|
|
85040
|
-
lazyType(() =>
|
|
85041
|
-
lazyType(() =>
|
|
85050
|
+
lazyType(() => InvokeDeploymentRequestOrIn$inboundSchema),
|
|
85051
|
+
lazyType(() => InvokeDeploymentRequestOrNin$inboundSchema),
|
|
85042
85052
|
lazyType(() => OrExists$inboundSchema2)
|
|
85043
85053
|
])))
|
|
85044
85054
|
});
|
|
85045
85055
|
KnowledgeFilterOr$outboundSchema2 = objectType({
|
|
85046
85056
|
or: arrayType(recordType(unionType([
|
|
85047
|
-
lazyType(() =>
|
|
85048
|
-
lazyType(() =>
|
|
85049
|
-
lazyType(() =>
|
|
85057
|
+
lazyType(() => InvokeDeploymentRequestOrEq$outboundSchema),
|
|
85058
|
+
lazyType(() => InvokeDeploymentRequestOrNe$outboundSchema),
|
|
85059
|
+
lazyType(() => OrGt$outboundSchema2),
|
|
85050
85060
|
lazyType(() => OrGte$outboundSchema2),
|
|
85051
85061
|
lazyType(() => OrLt$outboundSchema2),
|
|
85052
85062
|
lazyType(() => OrLte$outboundSchema2),
|
|
85053
|
-
lazyType(() =>
|
|
85054
|
-
lazyType(() =>
|
|
85063
|
+
lazyType(() => InvokeDeploymentRequestOrIn$outboundSchema),
|
|
85064
|
+
lazyType(() => InvokeDeploymentRequestOrNin$outboundSchema),
|
|
85055
85065
|
lazyType(() => OrExists$outboundSchema2)
|
|
85056
85066
|
])))
|
|
85057
85067
|
});
|
|
@@ -85063,18 +85073,18 @@ var init_deployments2 = __esm(() => {
|
|
|
85063
85073
|
});
|
|
85064
85074
|
AndNin$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85065
85075
|
AndNin$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85066
|
-
|
|
85076
|
+
InvokeDeploymentRequestAndNin$inboundSchema = objectType({
|
|
85067
85077
|
nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
85068
85078
|
});
|
|
85069
|
-
|
|
85079
|
+
InvokeDeploymentRequestAndNin$outboundSchema = objectType({
|
|
85070
85080
|
nin: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
85071
85081
|
});
|
|
85072
85082
|
AndIn$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85073
85083
|
AndIn$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85074
|
-
|
|
85084
|
+
InvokeDeploymentRequestAndIn$inboundSchema = objectType({
|
|
85075
85085
|
in: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
85076
85086
|
});
|
|
85077
|
-
|
|
85087
|
+
InvokeDeploymentRequestAndIn$outboundSchema = objectType({
|
|
85078
85088
|
in: arrayType(unionType([stringType(), numberType(), booleanType()]))
|
|
85079
85089
|
});
|
|
85080
85090
|
AndLte$inboundSchema2 = objectType({
|
|
@@ -85095,73 +85105,73 @@ var init_deployments2 = __esm(() => {
|
|
|
85095
85105
|
AndGte$outboundSchema2 = objectType({
|
|
85096
85106
|
gte: numberType()
|
|
85097
85107
|
});
|
|
85098
|
-
|
|
85108
|
+
AndGt$inboundSchema2 = objectType({
|
|
85099
85109
|
gt: numberType()
|
|
85100
85110
|
});
|
|
85101
|
-
|
|
85111
|
+
AndGt$outboundSchema2 = objectType({
|
|
85102
85112
|
gt: numberType()
|
|
85103
85113
|
});
|
|
85104
85114
|
AndNe$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85105
85115
|
AndNe$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85106
|
-
|
|
85116
|
+
InvokeDeploymentRequestAndNe$inboundSchema = objectType({
|
|
85107
85117
|
ne: unionType([stringType(), numberType(), booleanType()])
|
|
85108
85118
|
});
|
|
85109
|
-
|
|
85119
|
+
InvokeDeploymentRequestAndNe$outboundSchema = objectType({
|
|
85110
85120
|
ne: unionType([stringType(), numberType(), booleanType()])
|
|
85111
85121
|
});
|
|
85112
85122
|
AndEq$inboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85113
85123
|
AndEq$outboundSchema2 = unionType([stringType(), numberType(), booleanType()]);
|
|
85114
|
-
|
|
85124
|
+
InvokeDeploymentRequestAndEq$inboundSchema = objectType({
|
|
85115
85125
|
eq: unionType([stringType(), numberType(), booleanType()])
|
|
85116
85126
|
});
|
|
85117
|
-
|
|
85127
|
+
InvokeDeploymentRequestAndEq$outboundSchema = objectType({
|
|
85118
85128
|
eq: unionType([stringType(), numberType(), booleanType()])
|
|
85119
85129
|
});
|
|
85120
85130
|
And$inboundSchema2 = unionType([
|
|
85121
|
-
lazyType(() =>
|
|
85122
|
-
lazyType(() =>
|
|
85123
|
-
lazyType(() =>
|
|
85131
|
+
lazyType(() => InvokeDeploymentRequestAndEq$inboundSchema),
|
|
85132
|
+
lazyType(() => InvokeDeploymentRequestAndNe$inboundSchema),
|
|
85133
|
+
lazyType(() => AndGt$inboundSchema2),
|
|
85124
85134
|
lazyType(() => AndGte$inboundSchema2),
|
|
85125
85135
|
lazyType(() => AndLt$inboundSchema2),
|
|
85126
85136
|
lazyType(() => AndLte$inboundSchema2),
|
|
85127
|
-
lazyType(() =>
|
|
85128
|
-
lazyType(() =>
|
|
85137
|
+
lazyType(() => InvokeDeploymentRequestAndIn$inboundSchema),
|
|
85138
|
+
lazyType(() => InvokeDeploymentRequestAndNin$inboundSchema),
|
|
85129
85139
|
lazyType(() => AndExists$inboundSchema2)
|
|
85130
85140
|
]);
|
|
85131
85141
|
And$outboundSchema2 = unionType([
|
|
85132
|
-
lazyType(() =>
|
|
85133
|
-
lazyType(() =>
|
|
85134
|
-
lazyType(() =>
|
|
85142
|
+
lazyType(() => InvokeDeploymentRequestAndEq$outboundSchema),
|
|
85143
|
+
lazyType(() => InvokeDeploymentRequestAndNe$outboundSchema),
|
|
85144
|
+
lazyType(() => AndGt$outboundSchema2),
|
|
85135
85145
|
lazyType(() => AndGte$outboundSchema2),
|
|
85136
85146
|
lazyType(() => AndLt$outboundSchema2),
|
|
85137
85147
|
lazyType(() => AndLte$outboundSchema2),
|
|
85138
|
-
lazyType(() =>
|
|
85139
|
-
lazyType(() =>
|
|
85148
|
+
lazyType(() => InvokeDeploymentRequestAndIn$outboundSchema),
|
|
85149
|
+
lazyType(() => InvokeDeploymentRequestAndNin$outboundSchema),
|
|
85140
85150
|
lazyType(() => AndExists$outboundSchema2)
|
|
85141
85151
|
]);
|
|
85142
85152
|
KnowledgeFilterAnd$inboundSchema2 = objectType({
|
|
85143
85153
|
and: arrayType(recordType(unionType([
|
|
85144
|
-
lazyType(() =>
|
|
85145
|
-
lazyType(() =>
|
|
85146
|
-
lazyType(() =>
|
|
85154
|
+
lazyType(() => InvokeDeploymentRequestAndEq$inboundSchema),
|
|
85155
|
+
lazyType(() => InvokeDeploymentRequestAndNe$inboundSchema),
|
|
85156
|
+
lazyType(() => AndGt$inboundSchema2),
|
|
85147
85157
|
lazyType(() => AndGte$inboundSchema2),
|
|
85148
85158
|
lazyType(() => AndLt$inboundSchema2),
|
|
85149
85159
|
lazyType(() => AndLte$inboundSchema2),
|
|
85150
|
-
lazyType(() =>
|
|
85151
|
-
lazyType(() =>
|
|
85160
|
+
lazyType(() => InvokeDeploymentRequestAndIn$inboundSchema),
|
|
85161
|
+
lazyType(() => InvokeDeploymentRequestAndNin$inboundSchema),
|
|
85152
85162
|
lazyType(() => AndExists$inboundSchema2)
|
|
85153
85163
|
])))
|
|
85154
85164
|
});
|
|
85155
85165
|
KnowledgeFilterAnd$outboundSchema2 = objectType({
|
|
85156
85166
|
and: arrayType(recordType(unionType([
|
|
85157
|
-
lazyType(() =>
|
|
85158
|
-
lazyType(() =>
|
|
85159
|
-
lazyType(() =>
|
|
85167
|
+
lazyType(() => InvokeDeploymentRequestAndEq$outboundSchema),
|
|
85168
|
+
lazyType(() => InvokeDeploymentRequestAndNe$outboundSchema),
|
|
85169
|
+
lazyType(() => AndGt$outboundSchema2),
|
|
85160
85170
|
lazyType(() => AndGte$outboundSchema2),
|
|
85161
85171
|
lazyType(() => AndLt$outboundSchema2),
|
|
85162
85172
|
lazyType(() => AndLte$outboundSchema2),
|
|
85163
|
-
lazyType(() =>
|
|
85164
|
-
lazyType(() =>
|
|
85173
|
+
lazyType(() => InvokeDeploymentRequestAndIn$outboundSchema),
|
|
85174
|
+
lazyType(() => InvokeDeploymentRequestAndNin$outboundSchema),
|
|
85165
85175
|
lazyType(() => AndExists$outboundSchema2)
|
|
85166
85176
|
])))
|
|
85167
85177
|
});
|
|
@@ -85209,10 +85219,10 @@ var init_deployments2 = __esm(() => {
|
|
|
85209
85219
|
Gte$outboundSchema2 = objectType({
|
|
85210
85220
|
gte: numberType()
|
|
85211
85221
|
});
|
|
85212
|
-
|
|
85222
|
+
Gt$inboundSchema2 = objectType({
|
|
85213
85223
|
gt: numberType()
|
|
85214
85224
|
});
|
|
85215
|
-
|
|
85225
|
+
Gt$outboundSchema2 = objectType({
|
|
85216
85226
|
gt: numberType()
|
|
85217
85227
|
});
|
|
85218
85228
|
Ne$inboundSchema2 = unionType([
|
|
@@ -85242,7 +85252,7 @@ var init_deployments2 = __esm(() => {
|
|
|
85242
85252
|
One$inboundSchema2 = unionType([
|
|
85243
85253
|
lazyType(() => OneEq$inboundSchema2),
|
|
85244
85254
|
lazyType(() => OneNe$inboundSchema2),
|
|
85245
|
-
lazyType(() =>
|
|
85255
|
+
lazyType(() => Gt$inboundSchema2),
|
|
85246
85256
|
lazyType(() => Gte$inboundSchema2),
|
|
85247
85257
|
lazyType(() => Lt$inboundSchema2),
|
|
85248
85258
|
lazyType(() => Lte$inboundSchema2),
|
|
@@ -85253,7 +85263,7 @@ var init_deployments2 = __esm(() => {
|
|
|
85253
85263
|
One$outboundSchema2 = unionType([
|
|
85254
85264
|
lazyType(() => OneEq$outboundSchema2),
|
|
85255
85265
|
lazyType(() => OneNe$outboundSchema2),
|
|
85256
|
-
lazyType(() =>
|
|
85266
|
+
lazyType(() => Gt$outboundSchema2),
|
|
85257
85267
|
lazyType(() => Gte$outboundSchema2),
|
|
85258
85268
|
lazyType(() => Lt$outboundSchema2),
|
|
85259
85269
|
lazyType(() => Lte$outboundSchema2),
|
|
@@ -85267,7 +85277,7 @@ var init_deployments2 = __esm(() => {
|
|
|
85267
85277
|
recordType(unionType([
|
|
85268
85278
|
lazyType(() => OneEq$inboundSchema2),
|
|
85269
85279
|
lazyType(() => OneNe$inboundSchema2),
|
|
85270
|
-
lazyType(() =>
|
|
85280
|
+
lazyType(() => Gt$inboundSchema2),
|
|
85271
85281
|
lazyType(() => Gte$inboundSchema2),
|
|
85272
85282
|
lazyType(() => Lt$inboundSchema2),
|
|
85273
85283
|
lazyType(() => Lte$inboundSchema2),
|
|
@@ -85282,7 +85292,7 @@ var init_deployments2 = __esm(() => {
|
|
|
85282
85292
|
recordType(unionType([
|
|
85283
85293
|
lazyType(() => OneEq$outboundSchema2),
|
|
85284
85294
|
lazyType(() => OneNe$outboundSchema2),
|
|
85285
|
-
lazyType(() =>
|
|
85295
|
+
lazyType(() => Gt$outboundSchema2),
|
|
85286
85296
|
lazyType(() => Gte$outboundSchema2),
|
|
85287
85297
|
lazyType(() => Lt$outboundSchema2),
|
|
85288
85298
|
lazyType(() => Lte$outboundSchema2),
|
|
@@ -85291,8 +85301,9 @@ var init_deployments2 = __esm(() => {
|
|
|
85291
85301
|
lazyType(() => Exists$outboundSchema2)
|
|
85292
85302
|
]))
|
|
85293
85303
|
]);
|
|
85294
|
-
|
|
85304
|
+
InvokeDeploymentRequest$inboundSchema = objectType({
|
|
85295
85305
|
key: stringType(),
|
|
85306
|
+
stream: booleanType().default(false),
|
|
85296
85307
|
inputs: recordType(anyType()).optional(),
|
|
85297
85308
|
context: recordType(anyType()).optional(),
|
|
85298
85309
|
prefix_messages: arrayType(unionType([
|
|
@@ -85321,7 +85332,7 @@ var init_deployments2 = __esm(() => {
|
|
|
85321
85332
|
recordType(unionType([
|
|
85322
85333
|
lazyType(() => OneEq$inboundSchema2),
|
|
85323
85334
|
lazyType(() => OneNe$inboundSchema2),
|
|
85324
|
-
lazyType(() =>
|
|
85335
|
+
lazyType(() => Gt$inboundSchema2),
|
|
85325
85336
|
lazyType(() => Gte$inboundSchema2),
|
|
85326
85337
|
lazyType(() => Lt$inboundSchema2),
|
|
85327
85338
|
lazyType(() => Lte$inboundSchema2),
|
|
@@ -85339,8 +85350,9 @@ var init_deployments2 = __esm(() => {
|
|
|
85339
85350
|
knowledge_filter: "knowledgeFilter"
|
|
85340
85351
|
});
|
|
85341
85352
|
});
|
|
85342
|
-
|
|
85353
|
+
InvokeDeploymentRequest$outboundSchema = objectType({
|
|
85343
85354
|
key: stringType(),
|
|
85355
|
+
stream: booleanType().default(false),
|
|
85344
85356
|
inputs: recordType(anyType()).optional(),
|
|
85345
85357
|
context: recordType(anyType()).optional(),
|
|
85346
85358
|
prefixMessages: arrayType(unionType([
|
|
@@ -85369,7 +85381,7 @@ var init_deployments2 = __esm(() => {
|
|
|
85369
85381
|
recordType(unionType([
|
|
85370
85382
|
lazyType(() => OneEq$outboundSchema2),
|
|
85371
85383
|
lazyType(() => OneNe$outboundSchema2),
|
|
85372
|
-
lazyType(() =>
|
|
85384
|
+
lazyType(() => Gt$outboundSchema2),
|
|
85373
85385
|
lazyType(() => Gte$outboundSchema2),
|
|
85374
85386
|
lazyType(() => Lt$outboundSchema2),
|
|
85375
85387
|
lazyType(() => Lte$outboundSchema2),
|
|
@@ -85412,7 +85424,7 @@ var init_security2 = __esm(() => {
|
|
|
85412
85424
|
|
|
85413
85425
|
// src/models/components/index.ts
|
|
85414
85426
|
var init_components = __esm(() => {
|
|
85415
|
-
|
|
85427
|
+
init_invokedeploymentrequest();
|
|
85416
85428
|
init_security2();
|
|
85417
85429
|
});
|
|
85418
85430
|
|
|
@@ -85421,7 +85433,7 @@ function deploymentsInvoke(client, request, options) {
|
|
|
85421
85433
|
return new APIPromise($do38(client, request, options));
|
|
85422
85434
|
}
|
|
85423
85435
|
async function $do38(client, request, options) {
|
|
85424
|
-
const parsed = safeParse(request, (value) =>
|
|
85436
|
+
const parsed = safeParse(request, (value) => InvokeDeploymentRequest$outboundSchema.parse(value), "Input validation failed");
|
|
85425
85437
|
if (!parsed.ok) {
|
|
85426
85438
|
return [parsed, { status: "invalid" }];
|
|
85427
85439
|
}
|
|
@@ -85502,7 +85514,7 @@ var init_deploymentsInvoke2 = __esm(() => {
|
|
|
85502
85514
|
init_components();
|
|
85503
85515
|
init_tools();
|
|
85504
85516
|
args38 = {
|
|
85505
|
-
request:
|
|
85517
|
+
request: InvokeDeploymentRequest$inboundSchema
|
|
85506
85518
|
};
|
|
85507
85519
|
tool$deploymentsInvoke = {
|
|
85508
85520
|
name: "deployments-invoke",
|
|
@@ -92153,7 +92165,7 @@ Updates a tool in the workspace.`,
|
|
|
92153
92165
|
function createMCPServer(deps) {
|
|
92154
92166
|
const server = new McpServer({
|
|
92155
92167
|
name: "Orq",
|
|
92156
|
-
version: "4.0.0-rc.
|
|
92168
|
+
version: "4.0.0-rc.34"
|
|
92157
92169
|
});
|
|
92158
92170
|
const client = new OrqCore({
|
|
92159
92171
|
apiKey: deps.apiKey,
|
|
@@ -92179,9 +92191,9 @@ function createMCPServer(deps) {
|
|
|
92179
92191
|
tool(tool$evalsCreate);
|
|
92180
92192
|
tool(tool$evalsUpdate);
|
|
92181
92193
|
tool(tool$evalsDelete);
|
|
92194
|
+
tool(tool$deploymentsInvoke);
|
|
92182
92195
|
tool(tool$deploymentsList);
|
|
92183
92196
|
tool(tool$deploymentsGetConfig);
|
|
92184
|
-
tool(tool$deploymentsInvoke);
|
|
92185
92197
|
tool(tool$deploymentsStream);
|
|
92186
92198
|
tool(tool$agentsRetrieveTask);
|
|
92187
92199
|
tool(tool$agentsCreate);
|
|
@@ -93573,7 +93585,7 @@ var routes = rn({
|
|
|
93573
93585
|
var app = Ve(routes, {
|
|
93574
93586
|
name: "mcp",
|
|
93575
93587
|
versionInfo: {
|
|
93576
|
-
currentVersion: "4.0.0-rc.
|
|
93588
|
+
currentVersion: "4.0.0-rc.34"
|
|
93577
93589
|
}
|
|
93578
93590
|
});
|
|
93579
93591
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -93581,5 +93593,5 @@ export {
|
|
|
93581
93593
|
app
|
|
93582
93594
|
};
|
|
93583
93595
|
|
|
93584
|
-
//# debugId=
|
|
93596
|
+
//# debugId=212D942526C9059164756E2164756E21
|
|
93585
93597
|
//# sourceMappingURL=mcp-server.js.map
|