@orq-ai/node 3.14.0-rc.1 → 3.14.0-rc.2
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/bin/mcp-server.js +249 -237
- package/bin/mcp-server.js.map +55 -55
- package/docs/sdks/tools/README.md +14 -16
- package/examples/package-lock.json +1 -1
- package/funcs/toolsDelete.js +2 -2
- package/funcs/toolsDelete.js.map +1 -1
- package/funcs/toolsDuplicate.d.ts +1 -1
- package/funcs/toolsDuplicate.js +3 -3
- package/funcs/toolsDuplicate.js.map +1 -1
- package/funcs/toolsRetrieve.d.ts +1 -1
- package/funcs/toolsRetrieve.js +3 -3
- package/funcs/toolsRetrieve.js.map +1 -1
- package/funcs/toolsUpdate.js +2 -2
- package/funcs/toolsUpdate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/toolsDuplicate.js +1 -1
- package/mcp-server/tools/toolsDuplicate.js.map +1 -1
- package/mcp-server/tools/toolsRetrieve.js +1 -1
- package/mcp-server/tools/toolsRetrieve.js.map +1 -1
- 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 +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createprompt.d.ts +4 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +4 -0
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.d.ts +0 -4
- package/models/operations/createtool.d.ts.map +1 -1
- package/models/operations/createtool.js +10 -18
- package/models/operations/createtool.js.map +1 -1
- package/models/operations/deletetool.d.ts +2 -2
- package/models/operations/deletetool.d.ts.map +1 -1
- package/models/operations/deletetool.js +4 -4
- package/models/operations/deletetool.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +2 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +2 -0
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +2 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +2 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicatetool.d.ts +3 -3
- package/models/operations/duplicatetool.d.ts.map +1 -1
- package/models/operations/duplicatetool.js +20 -12
- package/models/operations/duplicatetool.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.js +2 -2
- package/models/operations/getallprompts.d.ts +2 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +2 -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 +2 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +2 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +2 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +2 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.js +2 -2
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +2 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +2 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.d.ts +2 -2
- package/models/operations/retrievetool.d.ts.map +1 -1
- package/models/operations/retrievetool.js +14 -14
- package/models/operations/retrievetool.js.map +1 -1
- package/models/operations/runagent.d.ts +0 -2
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +0 -4
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +0 -2
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +0 -4
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- 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 +4 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +4 -0
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.d.ts +22 -6
- package/models/operations/updatetool.d.ts.map +1 -1
- package/models/operations/updatetool.js +22 -22
- package/models/operations/updatetool.js.map +1 -1
- package/package.json +1 -1
- package/sdk/tools.d.ts +2 -2
- package/sdk/tools.js +2 -2
- package/src/funcs/toolsDelete.ts +2 -2
- package/src/funcs/toolsDuplicate.ts +3 -3
- package/src/funcs/toolsRetrieve.ts +3 -3
- package/src/funcs/toolsUpdate.ts +2 -2
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/toolsDuplicate.ts +1 -1
- package/src/mcp-server/tools/toolsRetrieve.ts +1 -1
- 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 +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createprompt.ts +8 -0
- package/src/models/operations/createtool.ts +10 -22
- package/src/models/operations/deletetool.ts +6 -6
- package/src/models/operations/deploymentgetconfig.ts +4 -0
- package/src/models/operations/deployments.ts +4 -0
- package/src/models/operations/duplicatetool.ts +23 -15
- 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/getagent.ts +2 -2
- package/src/models/operations/getallprompts.ts +4 -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 +4 -0
- package/src/models/operations/getpromptversion.ts +4 -0
- package/src/models/operations/listagents.ts +2 -2
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +4 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +16 -16
- package/src/models/operations/runagent.ts +0 -6
- package/src/models/operations/streamrunagent.ts +0 -6
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- 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 +8 -0
- package/src/models/operations/updatetool.ts +44 -28
- package/src/sdk/tools.ts +2 -2
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: "3.14.0-rc.
|
|
34206
|
+
sdkVersion: "3.14.0-rc.2",
|
|
34207
34207
|
genVersion: "2.720.1",
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 3.14.0-rc.
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 3.14.0-rc.2 2.720.1 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -35891,7 +35891,7 @@ var init_createbudget = __esm(() => {
|
|
|
35891
35891
|
is_active: booleanType(),
|
|
35892
35892
|
consumption: lazyType(() => Consumption$inboundSchema).optional(),
|
|
35893
35893
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
35894
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
35894
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
35895
35895
|
}).transform((v2) => {
|
|
35896
35896
|
return remap(v2, {
|
|
35897
35897
|
_id: "id",
|
|
@@ -35907,7 +35907,7 @@ var init_createbudget = __esm(() => {
|
|
|
35907
35907
|
isActive: booleanType(),
|
|
35908
35908
|
consumption: lazyType(() => Consumption$outboundSchema).optional(),
|
|
35909
35909
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
35910
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
35910
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
35911
35911
|
}).transform((v2) => {
|
|
35912
35912
|
return remap(v2, {
|
|
35913
35913
|
id: "_id",
|
|
@@ -36078,7 +36078,7 @@ var init_createcontact = __esm(() => {
|
|
|
36078
36078
|
tags: arrayType(stringType()).optional(),
|
|
36079
36079
|
metadata: recordType(anyType()).optional(),
|
|
36080
36080
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36081
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
36081
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
36082
36082
|
}).transform((v2) => {
|
|
36083
36083
|
return remap(v2, {
|
|
36084
36084
|
_id: "id",
|
|
@@ -36098,7 +36098,7 @@ var init_createcontact = __esm(() => {
|
|
|
36098
36098
|
tags: arrayType(stringType()).optional(),
|
|
36099
36099
|
metadata: recordType(anyType()).optional(),
|
|
36100
36100
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36101
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
36101
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
36102
36102
|
}).transform((v2) => {
|
|
36103
36103
|
return remap(v2, {
|
|
36104
36104
|
id: "_id",
|
|
@@ -36170,7 +36170,7 @@ var init_createdataset = __esm(() => {
|
|
|
36170
36170
|
updated_by_id: stringType().optional(),
|
|
36171
36171
|
metadata: lazyType(() => CreateDatasetMetadata$inboundSchema),
|
|
36172
36172
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
36173
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
36173
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
36174
36174
|
}).transform((v2) => {
|
|
36175
36175
|
return remap(v2, {
|
|
36176
36176
|
_id: "id",
|
|
@@ -36190,7 +36190,7 @@ var init_createdataset = __esm(() => {
|
|
|
36190
36190
|
updatedById: stringType().optional(),
|
|
36191
36191
|
metadata: lazyType(() => CreateDatasetMetadata$outboundSchema),
|
|
36192
36192
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
36193
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
36193
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
36194
36194
|
}).transform((v2) => {
|
|
36195
36195
|
return remap(v2, {
|
|
36196
36196
|
id: "_id",
|
|
@@ -37596,7 +37596,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37596
37596
|
created_by_id: stringType().optional(),
|
|
37597
37597
|
updated_by_id: stringType().optional(),
|
|
37598
37598
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
37599
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
37599
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
37600
37600
|
}).transform((v2) => {
|
|
37601
37601
|
return remap(v2, {
|
|
37602
37602
|
_id: "id",
|
|
@@ -37623,7 +37623,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
37623
37623
|
createdById: stringType().optional(),
|
|
37624
37624
|
updatedById: stringType().optional(),
|
|
37625
37625
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
37626
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
37626
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
37627
37627
|
}).transform((v2) => {
|
|
37628
37628
|
return remap(v2, {
|
|
37629
37629
|
id: "_id",
|
|
@@ -37845,7 +37845,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37845
37845
|
CreateDatasourceStatus$.outboundSchema = CreateDatasourceStatus$outboundSchema;
|
|
37846
37846
|
})(CreateDatasourceStatus$ ||= {});
|
|
37847
37847
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
37848
|
-
_id: stringType().default("
|
|
37848
|
+
_id: stringType().default("01K6JFC6RY3TQJ3JS6Q7SSYY99"),
|
|
37849
37849
|
display_name: stringType(),
|
|
37850
37850
|
description: stringType().optional(),
|
|
37851
37851
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -37868,7 +37868,7 @@ var init_createdatasource = __esm(() => {
|
|
|
37868
37868
|
});
|
|
37869
37869
|
});
|
|
37870
37870
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
37871
|
-
id: stringType().default("
|
|
37871
|
+
id: stringType().default("01K6JFC6RY3TQJ3JS6Q7SSYY99"),
|
|
37872
37872
|
displayName: stringType(),
|
|
37873
37873
|
description: stringType().optional(),
|
|
37874
37874
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -38771,8 +38771,8 @@ var init_createeval = __esm(() => {
|
|
|
38771
38771
|
Typescript$inboundSchema = objectType({
|
|
38772
38772
|
_id: stringType(),
|
|
38773
38773
|
description: stringType(),
|
|
38774
|
-
created: stringType().default("2025-10-
|
|
38775
|
-
updated: stringType().default("2025-10-
|
|
38774
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38775
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38776
38776
|
guardrail_config: unionType([
|
|
38777
38777
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
38778
38778
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -38789,8 +38789,8 @@ var init_createeval = __esm(() => {
|
|
|
38789
38789
|
Typescript$outboundSchema = objectType({
|
|
38790
38790
|
id: stringType(),
|
|
38791
38791
|
description: stringType(),
|
|
38792
|
-
created: stringType().default("2025-10-
|
|
38793
|
-
updated: stringType().default("2025-10-
|
|
38792
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38793
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38794
38794
|
guardrailConfig: unionType([
|
|
38795
38795
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
38796
38796
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -38883,8 +38883,8 @@ var init_createeval = __esm(() => {
|
|
|
38883
38883
|
Ragas$inboundSchema = objectType({
|
|
38884
38884
|
_id: stringType(),
|
|
38885
38885
|
description: stringType(),
|
|
38886
|
-
created: stringType().default("2025-10-
|
|
38887
|
-
updated: stringType().default("2025-10-
|
|
38886
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38887
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38888
38888
|
guardrail_config: unionType([
|
|
38889
38889
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
38890
38890
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -38903,8 +38903,8 @@ var init_createeval = __esm(() => {
|
|
|
38903
38903
|
Ragas$outboundSchema = objectType({
|
|
38904
38904
|
id: stringType(),
|
|
38905
38905
|
description: stringType(),
|
|
38906
|
-
created: stringType().default("2025-10-
|
|
38907
|
-
updated: stringType().default("2025-10-
|
|
38906
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38907
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
38908
38908
|
guardrailConfig: unionType([
|
|
38909
38909
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
38910
38910
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -39657,8 +39657,8 @@ var init_createeval = __esm(() => {
|
|
|
39657
39657
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
39658
39658
|
_id: stringType(),
|
|
39659
39659
|
description: stringType(),
|
|
39660
|
-
created: stringType().default("2025-10-
|
|
39661
|
-
updated: stringType().default("2025-10-
|
|
39660
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39661
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39662
39662
|
guardrail_config: unionType([
|
|
39663
39663
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
39664
39664
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -39712,8 +39712,8 @@ var init_createeval = __esm(() => {
|
|
|
39712
39712
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
39713
39713
|
id: stringType(),
|
|
39714
39714
|
description: stringType(),
|
|
39715
|
-
created: stringType().default("2025-10-
|
|
39716
|
-
updated: stringType().default("2025-10-
|
|
39715
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39716
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39717
39717
|
guardrailConfig: unionType([
|
|
39718
39718
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
39719
39719
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -39837,8 +39837,8 @@ var init_createeval = __esm(() => {
|
|
|
39837
39837
|
ResponseBodyPython$inboundSchema = objectType({
|
|
39838
39838
|
_id: stringType(),
|
|
39839
39839
|
description: stringType(),
|
|
39840
|
-
created: stringType().default("2025-10-
|
|
39841
|
-
updated: stringType().default("2025-10-
|
|
39840
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39841
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39842
39842
|
guardrail_config: unionType([
|
|
39843
39843
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
39844
39844
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -39855,8 +39855,8 @@ var init_createeval = __esm(() => {
|
|
|
39855
39855
|
ResponseBodyPython$outboundSchema = objectType({
|
|
39856
39856
|
id: stringType(),
|
|
39857
39857
|
description: stringType(),
|
|
39858
|
-
created: stringType().default("2025-10-
|
|
39859
|
-
updated: stringType().default("2025-10-
|
|
39858
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39859
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39860
39860
|
guardrailConfig: unionType([
|
|
39861
39861
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
39862
39862
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -39949,8 +39949,8 @@ var init_createeval = __esm(() => {
|
|
|
39949
39949
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
39950
39950
|
_id: stringType(),
|
|
39951
39951
|
description: stringType(),
|
|
39952
|
-
created: stringType().default("2025-10-
|
|
39953
|
-
updated: stringType().default("2025-10-
|
|
39952
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39953
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39954
39954
|
guardrail_config: unionType([
|
|
39955
39955
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
39956
39956
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -39970,8 +39970,8 @@ var init_createeval = __esm(() => {
|
|
|
39970
39970
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
39971
39971
|
id: stringType(),
|
|
39972
39972
|
description: stringType(),
|
|
39973
|
-
created: stringType().default("2025-10-
|
|
39974
|
-
updated: stringType().default("2025-10-
|
|
39973
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39974
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
39975
39975
|
guardrailConfig: unionType([
|
|
39976
39976
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
39977
39977
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -40061,8 +40061,8 @@ var init_createeval = __esm(() => {
|
|
|
40061
40061
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
40062
40062
|
_id: stringType(),
|
|
40063
40063
|
description: stringType(),
|
|
40064
|
-
created: stringType().default("2025-10-
|
|
40065
|
-
updated: stringType().default("2025-10-
|
|
40064
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40065
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40066
40066
|
guardrail_config: unionType([
|
|
40067
40067
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
40068
40068
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -40079,8 +40079,8 @@ var init_createeval = __esm(() => {
|
|
|
40079
40079
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
40080
40080
|
id: stringType(),
|
|
40081
40081
|
description: stringType(),
|
|
40082
|
-
created: stringType().default("2025-10-
|
|
40083
|
-
updated: stringType().default("2025-10-
|
|
40082
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40083
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40084
40084
|
guardrailConfig: unionType([
|
|
40085
40085
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
40086
40086
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -40167,8 +40167,8 @@ var init_createeval = __esm(() => {
|
|
|
40167
40167
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
40168
40168
|
_id: stringType(),
|
|
40169
40169
|
description: stringType(),
|
|
40170
|
-
created: stringType().default("2025-10-
|
|
40171
|
-
updated: stringType().default("2025-10-
|
|
40170
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40171
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40172
40172
|
guardrail_config: unionType([
|
|
40173
40173
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
40174
40174
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -40186,8 +40186,8 @@ var init_createeval = __esm(() => {
|
|
|
40186
40186
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
40187
40187
|
id: stringType(),
|
|
40188
40188
|
description: stringType(),
|
|
40189
|
-
created: stringType().default("2025-10-
|
|
40190
|
-
updated: stringType().default("2025-10-
|
|
40189
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40190
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
40191
40191
|
guardrailConfig: unionType([
|
|
40192
40192
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
40193
40193
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -41767,11 +41767,13 @@ var init_createprompt = __esm(() => {
|
|
|
41767
41767
|
})(OneType$ ||= {});
|
|
41768
41768
|
JsonSchema$inboundSchema = objectType({
|
|
41769
41769
|
name: stringType(),
|
|
41770
|
+
description: stringType().optional(),
|
|
41770
41771
|
strict: booleanType().optional(),
|
|
41771
41772
|
schema: recordType(anyType())
|
|
41772
41773
|
});
|
|
41773
41774
|
JsonSchema$outboundSchema = objectType({
|
|
41774
41775
|
name: stringType(),
|
|
41776
|
+
description: stringType().optional(),
|
|
41775
41777
|
strict: booleanType().optional(),
|
|
41776
41778
|
schema: recordType(anyType())
|
|
41777
41779
|
});
|
|
@@ -42313,11 +42315,13 @@ var init_createprompt = __esm(() => {
|
|
|
42313
42315
|
})(CreatePrompt1PromptsResponseType$ ||= {});
|
|
42314
42316
|
CreatePrompt1JsonSchema$inboundSchema = objectType({
|
|
42315
42317
|
name: stringType(),
|
|
42318
|
+
description: stringType().optional(),
|
|
42316
42319
|
strict: booleanType().optional(),
|
|
42317
42320
|
schema: recordType(anyType())
|
|
42318
42321
|
});
|
|
42319
42322
|
CreatePrompt1JsonSchema$outboundSchema = objectType({
|
|
42320
42323
|
name: stringType(),
|
|
42324
|
+
description: stringType().optional(),
|
|
42321
42325
|
strict: booleanType().optional(),
|
|
42322
42326
|
schema: recordType(anyType())
|
|
42323
42327
|
});
|
|
@@ -43219,7 +43223,6 @@ var init_createtool = __esm(() => {
|
|
|
43219
43223
|
CreateToolRequestBodyHttp$.outboundSchema = CreateToolRequestBodyHttp$outboundSchema;
|
|
43220
43224
|
})(CreateToolRequestBodyHttp$ ||= {});
|
|
43221
43225
|
RequestBody3$inboundSchema = objectType({
|
|
43222
|
-
_id: stringType().default("01K6J0GC55FW65DMHZY310JS69"),
|
|
43223
43226
|
path: stringType(),
|
|
43224
43227
|
key: stringType(),
|
|
43225
43228
|
display_name: stringType(),
|
|
@@ -43229,12 +43232,10 @@ var init_createtool = __esm(() => {
|
|
|
43229
43232
|
http: lazyType(() => CreateToolRequestBodyHttp$inboundSchema)
|
|
43230
43233
|
}).transform((v2) => {
|
|
43231
43234
|
return remap(v2, {
|
|
43232
|
-
_id: "id",
|
|
43233
43235
|
display_name: "displayName"
|
|
43234
43236
|
});
|
|
43235
43237
|
});
|
|
43236
43238
|
RequestBody3$outboundSchema = objectType({
|
|
43237
|
-
id: stringType().default("01K6J0GC55FW65DMHZY310JS69"),
|
|
43238
43239
|
path: stringType(),
|
|
43239
43240
|
key: stringType(),
|
|
43240
43241
|
displayName: stringType(),
|
|
@@ -43244,7 +43245,6 @@ var init_createtool = __esm(() => {
|
|
|
43244
43245
|
http: lazyType(() => CreateToolRequestBodyHttp$outboundSchema)
|
|
43245
43246
|
}).transform((v2) => {
|
|
43246
43247
|
return remap(v2, {
|
|
43247
|
-
id: "_id",
|
|
43248
43248
|
displayName: "display_name"
|
|
43249
43249
|
});
|
|
43250
43250
|
});
|
|
@@ -43281,7 +43281,6 @@ var init_createtool = __esm(() => {
|
|
|
43281
43281
|
RequestBodyJsonSchema$.outboundSchema = RequestBodyJsonSchema$outboundSchema;
|
|
43282
43282
|
})(RequestBodyJsonSchema$ ||= {});
|
|
43283
43283
|
RequestBody2$inboundSchema = objectType({
|
|
43284
|
-
_id: stringType().default("01K6J0GC55975667ZMWAG37NKA"),
|
|
43285
43284
|
path: stringType(),
|
|
43286
43285
|
key: stringType(),
|
|
43287
43286
|
display_name: stringType(),
|
|
@@ -43291,13 +43290,11 @@ var init_createtool = __esm(() => {
|
|
|
43291
43290
|
json_schema: lazyType(() => RequestBodyJsonSchema$inboundSchema)
|
|
43292
43291
|
}).transform((v2) => {
|
|
43293
43292
|
return remap(v2, {
|
|
43294
|
-
_id: "id",
|
|
43295
43293
|
display_name: "displayName",
|
|
43296
43294
|
json_schema: "jsonSchema"
|
|
43297
43295
|
});
|
|
43298
43296
|
});
|
|
43299
43297
|
RequestBody2$outboundSchema = objectType({
|
|
43300
|
-
id: stringType().default("01K6J0GC55975667ZMWAG37NKA"),
|
|
43301
43298
|
path: stringType(),
|
|
43302
43299
|
key: stringType(),
|
|
43303
43300
|
displayName: stringType(),
|
|
@@ -43307,7 +43304,6 @@ var init_createtool = __esm(() => {
|
|
|
43307
43304
|
jsonSchema: lazyType(() => RequestBodyJsonSchema$outboundSchema)
|
|
43308
43305
|
}).transform((v2) => {
|
|
43309
43306
|
return remap(v2, {
|
|
43310
|
-
id: "_id",
|
|
43311
43307
|
displayName: "display_name",
|
|
43312
43308
|
jsonSchema: "json_schema"
|
|
43313
43309
|
});
|
|
@@ -43425,7 +43421,7 @@ var init_createtool = __esm(() => {
|
|
|
43425
43421
|
ResponseBodyCodeTool$.outboundSchema = ResponseBodyCodeTool$outboundSchema;
|
|
43426
43422
|
})(ResponseBodyCodeTool$ ||= {});
|
|
43427
43423
|
ResponseBody5$inboundSchema = objectType({
|
|
43428
|
-
_id: stringType().default("
|
|
43424
|
+
_id: stringType().default("01K6JFC6WATN55G87KMNJZ90H4"),
|
|
43429
43425
|
path: stringType(),
|
|
43430
43426
|
key: stringType(),
|
|
43431
43427
|
display_name: stringType(),
|
|
@@ -43453,7 +43449,7 @@ var init_createtool = __esm(() => {
|
|
|
43453
43449
|
});
|
|
43454
43450
|
});
|
|
43455
43451
|
ResponseBody5$outboundSchema = objectType({
|
|
43456
|
-
id: stringType().default("
|
|
43452
|
+
id: stringType().default("01K6JFC6WATN55G87KMNJZ90H4"),
|
|
43457
43453
|
path: stringType(),
|
|
43458
43454
|
key: stringType(),
|
|
43459
43455
|
displayName: stringType(),
|
|
@@ -43571,7 +43567,7 @@ var init_createtool = __esm(() => {
|
|
|
43571
43567
|
ResponseBodyMcp$.outboundSchema = ResponseBodyMcp$outboundSchema;
|
|
43572
43568
|
})(ResponseBodyMcp$ ||= {});
|
|
43573
43569
|
ResponseBody4$inboundSchema = objectType({
|
|
43574
|
-
_id: stringType().default("
|
|
43570
|
+
_id: stringType().default("01K6JFC6W979QKNRAGHR746EXF"),
|
|
43575
43571
|
path: stringType(),
|
|
43576
43572
|
key: stringType(),
|
|
43577
43573
|
display_name: stringType(),
|
|
@@ -43598,7 +43594,7 @@ var init_createtool = __esm(() => {
|
|
|
43598
43594
|
});
|
|
43599
43595
|
});
|
|
43600
43596
|
ResponseBody4$outboundSchema = objectType({
|
|
43601
|
-
id: stringType().default("
|
|
43597
|
+
id: stringType().default("01K6JFC6W979QKNRAGHR746EXF"),
|
|
43602
43598
|
path: stringType(),
|
|
43603
43599
|
key: stringType(),
|
|
43604
43600
|
displayName: stringType(),
|
|
@@ -43713,7 +43709,7 @@ var init_createtool = __esm(() => {
|
|
|
43713
43709
|
CreateToolResponseBodyHttp$.outboundSchema = CreateToolResponseBodyHttp$outboundSchema;
|
|
43714
43710
|
})(CreateToolResponseBodyHttp$ ||= {});
|
|
43715
43711
|
ResponseBody3$inboundSchema = objectType({
|
|
43716
|
-
_id: stringType().default("
|
|
43712
|
+
_id: stringType().default("01K6JFC6W84KC035M5SFEKRZWD"),
|
|
43717
43713
|
path: stringType(),
|
|
43718
43714
|
key: stringType(),
|
|
43719
43715
|
display_name: stringType(),
|
|
@@ -43740,7 +43736,7 @@ var init_createtool = __esm(() => {
|
|
|
43740
43736
|
});
|
|
43741
43737
|
});
|
|
43742
43738
|
ResponseBody3$outboundSchema = objectType({
|
|
43743
|
-
id: stringType().default("
|
|
43739
|
+
id: stringType().default("01K6JFC6W84KC035M5SFEKRZWD"),
|
|
43744
43740
|
path: stringType(),
|
|
43745
43741
|
key: stringType(),
|
|
43746
43742
|
displayName: stringType(),
|
|
@@ -43799,7 +43795,7 @@ var init_createtool = __esm(() => {
|
|
|
43799
43795
|
ResponseBodyJsonSchema$.outboundSchema = ResponseBodyJsonSchema$outboundSchema;
|
|
43800
43796
|
})(ResponseBodyJsonSchema$ ||= {});
|
|
43801
43797
|
ResponseBody2$inboundSchema = objectType({
|
|
43802
|
-
_id: stringType().default("
|
|
43798
|
+
_id: stringType().default("01K6JFC6W8BWMX4S0HPPZMND6V"),
|
|
43803
43799
|
path: stringType(),
|
|
43804
43800
|
key: stringType(),
|
|
43805
43801
|
display_name: stringType(),
|
|
@@ -43827,7 +43823,7 @@ var init_createtool = __esm(() => {
|
|
|
43827
43823
|
});
|
|
43828
43824
|
});
|
|
43829
43825
|
ResponseBody2$outboundSchema = objectType({
|
|
43830
|
-
id: stringType().default("
|
|
43826
|
+
id: stringType().default("01K6JFC6W8BWMX4S0HPPZMND6V"),
|
|
43831
43827
|
path: stringType(),
|
|
43832
43828
|
key: stringType(),
|
|
43833
43829
|
displayName: stringType(),
|
|
@@ -43887,7 +43883,7 @@ var init_createtool = __esm(() => {
|
|
|
43887
43883
|
CreateToolResponseBodyFunction$.outboundSchema = CreateToolResponseBodyFunction$outboundSchema;
|
|
43888
43884
|
})(CreateToolResponseBodyFunction$ ||= {});
|
|
43889
43885
|
ResponseBody1$inboundSchema = objectType({
|
|
43890
|
-
_id: stringType().default("
|
|
43886
|
+
_id: stringType().default("01K6JFC6W8D5S0RFR66JP4NBAT"),
|
|
43891
43887
|
path: stringType(),
|
|
43892
43888
|
key: stringType(),
|
|
43893
43889
|
display_name: stringType(),
|
|
@@ -43914,7 +43910,7 @@ var init_createtool = __esm(() => {
|
|
|
43914
43910
|
});
|
|
43915
43911
|
});
|
|
43916
43912
|
ResponseBody1$outboundSchema = objectType({
|
|
43917
|
-
id: stringType().default("
|
|
43913
|
+
id: stringType().default("01K6JFC6W8D5S0RFR66JP4NBAT"),
|
|
43918
43914
|
path: stringType(),
|
|
43919
43915
|
key: stringType(),
|
|
43920
43916
|
displayName: stringType(),
|
|
@@ -44262,17 +44258,17 @@ var init_deletetool = __esm(() => {
|
|
|
44262
44258
|
init_esm();
|
|
44263
44259
|
init_primitives();
|
|
44264
44260
|
DeleteToolRequest$inboundSchema = objectType({
|
|
44265
|
-
|
|
44261
|
+
tool_id: stringType()
|
|
44266
44262
|
}).transform((v2) => {
|
|
44267
44263
|
return remap(v2, {
|
|
44268
|
-
|
|
44264
|
+
tool_id: "toolId"
|
|
44269
44265
|
});
|
|
44270
44266
|
});
|
|
44271
44267
|
DeleteToolRequest$outboundSchema = objectType({
|
|
44272
|
-
|
|
44268
|
+
toolId: stringType()
|
|
44273
44269
|
}).transform((v2) => {
|
|
44274
44270
|
return remap(v2, {
|
|
44275
|
-
|
|
44271
|
+
toolId: "tool_id"
|
|
44276
44272
|
});
|
|
44277
44273
|
});
|
|
44278
44274
|
((DeleteToolRequest$) => {
|
|
@@ -48103,11 +48099,13 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
48103
48099
|
})(DeploymentGetConfig1DeploymentsResponseType$ ||= {});
|
|
48104
48100
|
DeploymentGetConfig1JsonSchema$inboundSchema = objectType({
|
|
48105
48101
|
name: stringType(),
|
|
48102
|
+
description: stringType().optional(),
|
|
48106
48103
|
strict: booleanType().optional(),
|
|
48107
48104
|
schema: recordType(anyType())
|
|
48108
48105
|
});
|
|
48109
48106
|
DeploymentGetConfig1JsonSchema$outboundSchema = objectType({
|
|
48110
48107
|
name: stringType(),
|
|
48108
|
+
description: stringType().optional(),
|
|
48111
48109
|
strict: booleanType().optional(),
|
|
48112
48110
|
schema: recordType(anyType())
|
|
48113
48111
|
});
|
|
@@ -48994,11 +48992,13 @@ var init_deployments = __esm(() => {
|
|
|
48994
48992
|
})(Deployments1DeploymentsResponseType$ ||= {});
|
|
48995
48993
|
Deployments1JsonSchema$inboundSchema = objectType({
|
|
48996
48994
|
name: stringType(),
|
|
48995
|
+
description: stringType().optional(),
|
|
48997
48996
|
strict: booleanType().optional(),
|
|
48998
48997
|
schema: recordType(anyType())
|
|
48999
48998
|
});
|
|
49000
48999
|
Deployments1JsonSchema$outboundSchema = objectType({
|
|
49001
49000
|
name: stringType(),
|
|
49001
|
+
description: stringType().optional(),
|
|
49002
49002
|
strict: booleanType().optional(),
|
|
49003
49003
|
schema: recordType(anyType())
|
|
49004
49004
|
});
|
|
@@ -51934,10 +51934,18 @@ var init_duplicatetool = __esm(() => {
|
|
|
51934
51934
|
Function: "function"
|
|
51935
51935
|
};
|
|
51936
51936
|
DuplicateToolRequest$inboundSchema = objectType({
|
|
51937
|
-
|
|
51937
|
+
tool_id: stringType()
|
|
51938
|
+
}).transform((v2) => {
|
|
51939
|
+
return remap(v2, {
|
|
51940
|
+
tool_id: "toolId"
|
|
51941
|
+
});
|
|
51938
51942
|
});
|
|
51939
51943
|
DuplicateToolRequest$outboundSchema = objectType({
|
|
51940
|
-
|
|
51944
|
+
toolId: stringType()
|
|
51945
|
+
}).transform((v2) => {
|
|
51946
|
+
return remap(v2, {
|
|
51947
|
+
toolId: "tool_id"
|
|
51948
|
+
});
|
|
51941
51949
|
});
|
|
51942
51950
|
((DuplicateToolRequest$) => {
|
|
51943
51951
|
DuplicateToolRequest$.inboundSchema = DuplicateToolRequest$inboundSchema;
|
|
@@ -51976,7 +51984,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
51976
51984
|
DuplicateToolResponseBodyCodeTool$.outboundSchema = DuplicateToolResponseBodyCodeTool$outboundSchema;
|
|
51977
51985
|
})(DuplicateToolResponseBodyCodeTool$ ||= {});
|
|
51978
51986
|
DuplicateToolResponseBody5$inboundSchema = objectType({
|
|
51979
|
-
_id: stringType().default("
|
|
51987
|
+
_id: stringType().default("01K6JFC6WFT9DV8E52T2TY2VKE"),
|
|
51980
51988
|
path: stringType(),
|
|
51981
51989
|
key: stringType(),
|
|
51982
51990
|
display_name: stringType(),
|
|
@@ -52004,7 +52012,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52004
52012
|
});
|
|
52005
52013
|
});
|
|
52006
52014
|
DuplicateToolResponseBody5$outboundSchema = objectType({
|
|
52007
|
-
id: stringType().default("
|
|
52015
|
+
id: stringType().default("01K6JFC6WFT9DV8E52T2TY2VKE"),
|
|
52008
52016
|
path: stringType(),
|
|
52009
52017
|
key: stringType(),
|
|
52010
52018
|
displayName: stringType(),
|
|
@@ -52122,7 +52130,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52122
52130
|
DuplicateToolResponseBodyMcp$.outboundSchema = DuplicateToolResponseBodyMcp$outboundSchema;
|
|
52123
52131
|
})(DuplicateToolResponseBodyMcp$ ||= {});
|
|
52124
52132
|
DuplicateToolResponseBody4$inboundSchema = objectType({
|
|
52125
|
-
_id: stringType().default("
|
|
52133
|
+
_id: stringType().default("01K6JFC6WF7EEK66DVKBF1SX45"),
|
|
52126
52134
|
path: stringType(),
|
|
52127
52135
|
key: stringType(),
|
|
52128
52136
|
display_name: stringType(),
|
|
@@ -52149,7 +52157,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52149
52157
|
});
|
|
52150
52158
|
});
|
|
52151
52159
|
DuplicateToolResponseBody4$outboundSchema = objectType({
|
|
52152
|
-
id: stringType().default("
|
|
52160
|
+
id: stringType().default("01K6JFC6WF7EEK66DVKBF1SX45"),
|
|
52153
52161
|
path: stringType(),
|
|
52154
52162
|
key: stringType(),
|
|
52155
52163
|
displayName: stringType(),
|
|
@@ -52264,7 +52272,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52264
52272
|
DuplicateToolResponseBodyHttp$.outboundSchema = DuplicateToolResponseBodyHttp$outboundSchema;
|
|
52265
52273
|
})(DuplicateToolResponseBodyHttp$ ||= {});
|
|
52266
52274
|
DuplicateToolResponseBody3$inboundSchema = objectType({
|
|
52267
|
-
_id: stringType().default("
|
|
52275
|
+
_id: stringType().default("01K6JFC6WFMT0HTTP4QKDG5486"),
|
|
52268
52276
|
path: stringType(),
|
|
52269
52277
|
key: stringType(),
|
|
52270
52278
|
display_name: stringType(),
|
|
@@ -52291,7 +52299,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52291
52299
|
});
|
|
52292
52300
|
});
|
|
52293
52301
|
DuplicateToolResponseBody3$outboundSchema = objectType({
|
|
52294
|
-
id: stringType().default("
|
|
52302
|
+
id: stringType().default("01K6JFC6WFMT0HTTP4QKDG5486"),
|
|
52295
52303
|
path: stringType(),
|
|
52296
52304
|
key: stringType(),
|
|
52297
52305
|
displayName: stringType(),
|
|
@@ -52350,7 +52358,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52350
52358
|
DuplicateToolResponseBodyJsonSchema$.outboundSchema = DuplicateToolResponseBodyJsonSchema$outboundSchema;
|
|
52351
52359
|
})(DuplicateToolResponseBodyJsonSchema$ ||= {});
|
|
52352
52360
|
DuplicateToolResponseBody2$inboundSchema = objectType({
|
|
52353
|
-
_id: stringType().default("
|
|
52361
|
+
_id: stringType().default("01K6JFC6WEFAPV3M4TBW5P49EW"),
|
|
52354
52362
|
path: stringType(),
|
|
52355
52363
|
key: stringType(),
|
|
52356
52364
|
display_name: stringType(),
|
|
@@ -52378,7 +52386,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52378
52386
|
});
|
|
52379
52387
|
});
|
|
52380
52388
|
DuplicateToolResponseBody2$outboundSchema = objectType({
|
|
52381
|
-
id: stringType().default("
|
|
52389
|
+
id: stringType().default("01K6JFC6WEFAPV3M4TBW5P49EW"),
|
|
52382
52390
|
path: stringType(),
|
|
52383
52391
|
key: stringType(),
|
|
52384
52392
|
displayName: stringType(),
|
|
@@ -52438,7 +52446,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52438
52446
|
DuplicateToolResponseBodyFunction$.outboundSchema = DuplicateToolResponseBodyFunction$outboundSchema;
|
|
52439
52447
|
})(DuplicateToolResponseBodyFunction$ ||= {});
|
|
52440
52448
|
DuplicateToolResponseBody1$inboundSchema = objectType({
|
|
52441
|
-
_id: stringType().default("
|
|
52449
|
+
_id: stringType().default("01K6JFC6WE7G9520Q9HRB1H4MW"),
|
|
52442
52450
|
path: stringType(),
|
|
52443
52451
|
key: stringType(),
|
|
52444
52452
|
display_name: stringType(),
|
|
@@ -52465,7 +52473,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52465
52473
|
});
|
|
52466
52474
|
});
|
|
52467
52475
|
DuplicateToolResponseBody1$outboundSchema = objectType({
|
|
52468
|
-
id: stringType().default("
|
|
52476
|
+
id: stringType().default("01K6JFC6WE7G9520Q9HRB1H4MW"),
|
|
52469
52477
|
path: stringType(),
|
|
52470
52478
|
key: stringType(),
|
|
52471
52479
|
displayName: stringType(),
|
|
@@ -54321,7 +54329,7 @@ var init_fileget = __esm(() => {
|
|
|
54321
54329
|
bytes: numberType(),
|
|
54322
54330
|
file_name: stringType(),
|
|
54323
54331
|
workspace_id: stringType(),
|
|
54324
|
-
created: stringType().datetime({ offset: true }).default("2025-10-
|
|
54332
|
+
created: stringType().datetime({ offset: true }).default("2025-10-02T12:46:49.899Z").transform((v2) => new Date(v2))
|
|
54325
54333
|
}).transform((v2) => {
|
|
54326
54334
|
return remap(v2, {
|
|
54327
54335
|
_id: "id",
|
|
@@ -54337,7 +54345,7 @@ var init_fileget = __esm(() => {
|
|
|
54337
54345
|
bytes: numberType(),
|
|
54338
54346
|
fileName: stringType(),
|
|
54339
54347
|
workspaceId: stringType(),
|
|
54340
|
-
created: dateType().default(() => new Date("2025-10-
|
|
54348
|
+
created: dateType().default(() => new Date("2025-10-02T12:46:49.899Z")).transform((v2) => v2.toISOString())
|
|
54341
54349
|
}).transform((v2) => {
|
|
54342
54350
|
return remap(v2, {
|
|
54343
54351
|
id: "_id",
|
|
@@ -54408,7 +54416,7 @@ var init_filelist = __esm(() => {
|
|
|
54408
54416
|
bytes: numberType(),
|
|
54409
54417
|
file_name: stringType(),
|
|
54410
54418
|
workspace_id: stringType(),
|
|
54411
|
-
created: stringType().datetime({ offset: true }).default("2025-10-
|
|
54419
|
+
created: stringType().datetime({ offset: true }).default("2025-10-02T12:46:49.899Z").transform((v2) => new Date(v2))
|
|
54412
54420
|
}).transform((v2) => {
|
|
54413
54421
|
return remap(v2, {
|
|
54414
54422
|
_id: "id",
|
|
@@ -54424,7 +54432,7 @@ var init_filelist = __esm(() => {
|
|
|
54424
54432
|
bytes: numberType(),
|
|
54425
54433
|
fileName: stringType(),
|
|
54426
54434
|
workspaceId: stringType(),
|
|
54427
|
-
created: dateType().default(() => new Date("2025-10-
|
|
54435
|
+
created: dateType().default(() => new Date("2025-10-02T12:46:49.899Z")).transform((v2) => v2.toISOString())
|
|
54428
54436
|
}).transform((v2) => {
|
|
54429
54437
|
return remap(v2, {
|
|
54430
54438
|
id: "_id",
|
|
@@ -54556,7 +54564,7 @@ var init_fileupload = __esm(() => {
|
|
|
54556
54564
|
bytes: numberType(),
|
|
54557
54565
|
file_name: stringType(),
|
|
54558
54566
|
workspace_id: stringType(),
|
|
54559
|
-
created: stringType().datetime({ offset: true }).default("2025-10-
|
|
54567
|
+
created: stringType().datetime({ offset: true }).default("2025-10-02T12:46:49.899Z").transform((v2) => new Date(v2))
|
|
54560
54568
|
}).transform((v2) => {
|
|
54561
54569
|
return remap(v2, {
|
|
54562
54570
|
_id: "id",
|
|
@@ -54572,7 +54580,7 @@ var init_fileupload = __esm(() => {
|
|
|
54572
54580
|
bytes: numberType(),
|
|
54573
54581
|
fileName: stringType(),
|
|
54574
54582
|
workspaceId: stringType(),
|
|
54575
|
-
created: dateType().default(() => new Date("2025-10-
|
|
54583
|
+
created: dateType().default(() => new Date("2025-10-02T12:46:49.899Z")).transform((v2) => v2.toISOString())
|
|
54576
54584
|
}).transform((v2) => {
|
|
54577
54585
|
return remap(v2, {
|
|
54578
54586
|
id: "_id",
|
|
@@ -54829,7 +54837,7 @@ var init_getagent = __esm(() => {
|
|
|
54829
54837
|
GetAgentKnowledgeBaseConfiguration$.outboundSchema = GetAgentKnowledgeBaseConfiguration$outboundSchema;
|
|
54830
54838
|
})(GetAgentKnowledgeBaseConfiguration$ ||= {});
|
|
54831
54839
|
GetAgentKnowledgeBases$inboundSchema = objectType({
|
|
54832
|
-
id: stringType().default("
|
|
54840
|
+
id: stringType().default("01K6JFC6M9J7F1BZ9Z89HVFTT3"),
|
|
54833
54841
|
knowledge_id: stringType(),
|
|
54834
54842
|
configuration: unionType([
|
|
54835
54843
|
lazyType(() => GetAgentKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema),
|
|
@@ -54841,7 +54849,7 @@ var init_getagent = __esm(() => {
|
|
|
54841
54849
|
});
|
|
54842
54850
|
});
|
|
54843
54851
|
GetAgentKnowledgeBases$outboundSchema = objectType({
|
|
54844
|
-
id: stringType().default("
|
|
54852
|
+
id: stringType().default("01K6JFC6M9J7F1BZ9Z89HVFTT3"),
|
|
54845
54853
|
knowledgeId: stringType(),
|
|
54846
54854
|
configuration: unionType([
|
|
54847
54855
|
lazyType(() => GetAgentKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema),
|
|
@@ -55911,11 +55919,13 @@ var init_getallprompts = __esm(() => {
|
|
|
55911
55919
|
})(GetAllPrompts1Type$ ||= {});
|
|
55912
55920
|
GetAllPrompts1JsonSchema$inboundSchema = objectType({
|
|
55913
55921
|
name: stringType(),
|
|
55922
|
+
description: stringType().optional(),
|
|
55914
55923
|
strict: booleanType().optional(),
|
|
55915
55924
|
schema: recordType(anyType())
|
|
55916
55925
|
});
|
|
55917
55926
|
GetAllPrompts1JsonSchema$outboundSchema = objectType({
|
|
55918
55927
|
name: stringType(),
|
|
55928
|
+
description: stringType().optional(),
|
|
55919
55929
|
strict: booleanType().optional(),
|
|
55920
55930
|
schema: recordType(anyType())
|
|
55921
55931
|
});
|
|
@@ -56574,7 +56584,7 @@ var init_getalltools = __esm(() => {
|
|
|
56574
56584
|
DataCodeTool$.outboundSchema = DataCodeTool$outboundSchema;
|
|
56575
56585
|
})(DataCodeTool$ ||= {});
|
|
56576
56586
|
Data5$inboundSchema = objectType({
|
|
56577
|
-
_id: stringType().default("
|
|
56587
|
+
_id: stringType().default("01K6JFC6W4F2ZR87VVDYG3PX84"),
|
|
56578
56588
|
path: stringType(),
|
|
56579
56589
|
key: stringType(),
|
|
56580
56590
|
display_name: stringType(),
|
|
@@ -56602,7 +56612,7 @@ var init_getalltools = __esm(() => {
|
|
|
56602
56612
|
});
|
|
56603
56613
|
});
|
|
56604
56614
|
Data5$outboundSchema = objectType({
|
|
56605
|
-
id: stringType().default("
|
|
56615
|
+
id: stringType().default("01K6JFC6W4F2ZR87VVDYG3PX84"),
|
|
56606
56616
|
path: stringType(),
|
|
56607
56617
|
key: stringType(),
|
|
56608
56618
|
displayName: stringType(),
|
|
@@ -56720,7 +56730,7 @@ var init_getalltools = __esm(() => {
|
|
|
56720
56730
|
DataMcp$.outboundSchema = DataMcp$outboundSchema;
|
|
56721
56731
|
})(DataMcp$ ||= {});
|
|
56722
56732
|
Data4$inboundSchema = objectType({
|
|
56723
|
-
_id: stringType().default("
|
|
56733
|
+
_id: stringType().default("01K6JFC6W4S51FDPPBE5DQ5GEN"),
|
|
56724
56734
|
path: stringType(),
|
|
56725
56735
|
key: stringType(),
|
|
56726
56736
|
display_name: stringType(),
|
|
@@ -56747,7 +56757,7 @@ var init_getalltools = __esm(() => {
|
|
|
56747
56757
|
});
|
|
56748
56758
|
});
|
|
56749
56759
|
Data4$outboundSchema = objectType({
|
|
56750
|
-
id: stringType().default("
|
|
56760
|
+
id: stringType().default("01K6JFC6W4S51FDPPBE5DQ5GEN"),
|
|
56751
56761
|
path: stringType(),
|
|
56752
56762
|
key: stringType(),
|
|
56753
56763
|
displayName: stringType(),
|
|
@@ -56862,7 +56872,7 @@ var init_getalltools = __esm(() => {
|
|
|
56862
56872
|
GetAllToolsDataHttp$.outboundSchema = GetAllToolsDataHttp$outboundSchema;
|
|
56863
56873
|
})(GetAllToolsDataHttp$ ||= {});
|
|
56864
56874
|
Data3$inboundSchema = objectType({
|
|
56865
|
-
_id: stringType().default("
|
|
56875
|
+
_id: stringType().default("01K6JFC6W3X387W2M229JR2Q7E"),
|
|
56866
56876
|
path: stringType(),
|
|
56867
56877
|
key: stringType(),
|
|
56868
56878
|
display_name: stringType(),
|
|
@@ -56889,7 +56899,7 @@ var init_getalltools = __esm(() => {
|
|
|
56889
56899
|
});
|
|
56890
56900
|
});
|
|
56891
56901
|
Data3$outboundSchema = objectType({
|
|
56892
|
-
id: stringType().default("
|
|
56902
|
+
id: stringType().default("01K6JFC6W3X387W2M229JR2Q7E"),
|
|
56893
56903
|
path: stringType(),
|
|
56894
56904
|
key: stringType(),
|
|
56895
56905
|
displayName: stringType(),
|
|
@@ -56948,7 +56958,7 @@ var init_getalltools = __esm(() => {
|
|
|
56948
56958
|
DataJsonSchema$.outboundSchema = DataJsonSchema$outboundSchema;
|
|
56949
56959
|
})(DataJsonSchema$ ||= {});
|
|
56950
56960
|
Data2$inboundSchema = objectType({
|
|
56951
|
-
_id: stringType().default("
|
|
56961
|
+
_id: stringType().default("01K6JFC6W328FGB1CNSC884BZ5"),
|
|
56952
56962
|
path: stringType(),
|
|
56953
56963
|
key: stringType(),
|
|
56954
56964
|
display_name: stringType(),
|
|
@@ -56976,7 +56986,7 @@ var init_getalltools = __esm(() => {
|
|
|
56976
56986
|
});
|
|
56977
56987
|
});
|
|
56978
56988
|
Data2$outboundSchema = objectType({
|
|
56979
|
-
id: stringType().default("
|
|
56989
|
+
id: stringType().default("01K6JFC6W328FGB1CNSC884BZ5"),
|
|
56980
56990
|
path: stringType(),
|
|
56981
56991
|
key: stringType(),
|
|
56982
56992
|
displayName: stringType(),
|
|
@@ -57036,7 +57046,7 @@ var init_getalltools = __esm(() => {
|
|
|
57036
57046
|
GetAllToolsDataFunction$.outboundSchema = GetAllToolsDataFunction$outboundSchema;
|
|
57037
57047
|
})(GetAllToolsDataFunction$ ||= {});
|
|
57038
57048
|
Data1$inboundSchema = objectType({
|
|
57039
|
-
_id: stringType().default("
|
|
57049
|
+
_id: stringType().default("01K6JFC6W3K7WRHWYCXRJ0VMFJ"),
|
|
57040
57050
|
path: stringType(),
|
|
57041
57051
|
key: stringType(),
|
|
57042
57052
|
display_name: stringType(),
|
|
@@ -57063,7 +57073,7 @@ var init_getalltools = __esm(() => {
|
|
|
57063
57073
|
});
|
|
57064
57074
|
});
|
|
57065
57075
|
Data1$outboundSchema = objectType({
|
|
57066
|
-
id: stringType().default("
|
|
57076
|
+
id: stringType().default("01K6JFC6W3K7WRHWYCXRJ0VMFJ"),
|
|
57067
57077
|
path: stringType(),
|
|
57068
57078
|
key: stringType(),
|
|
57069
57079
|
displayName: stringType(),
|
|
@@ -57235,7 +57245,7 @@ var init_getbudget = __esm(() => {
|
|
|
57235
57245
|
is_active: booleanType(),
|
|
57236
57246
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
57237
57247
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
57238
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
57248
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
57239
57249
|
}).transform((v2) => {
|
|
57240
57250
|
return remap(v2, {
|
|
57241
57251
|
_id: "id",
|
|
@@ -57251,7 +57261,7 @@ var init_getbudget = __esm(() => {
|
|
|
57251
57261
|
isActive: booleanType(),
|
|
57252
57262
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
57253
57263
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
57254
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
57264
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
57255
57265
|
}).transform((v2) => {
|
|
57256
57266
|
return remap(v2, {
|
|
57257
57267
|
id: "_id",
|
|
@@ -57614,8 +57624,8 @@ var init_getevals = __esm(() => {
|
|
|
57614
57624
|
DataTypescript$inboundSchema = objectType({
|
|
57615
57625
|
_id: stringType(),
|
|
57616
57626
|
description: stringType(),
|
|
57617
|
-
created: stringType().default("2025-10-
|
|
57618
|
-
updated: stringType().default("2025-10-
|
|
57627
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57628
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57619
57629
|
guardrail_config: unionType([
|
|
57620
57630
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
57621
57631
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -57632,8 +57642,8 @@ var init_getevals = __esm(() => {
|
|
|
57632
57642
|
DataTypescript$outboundSchema = objectType({
|
|
57633
57643
|
id: stringType(),
|
|
57634
57644
|
description: stringType(),
|
|
57635
|
-
created: stringType().default("2025-10-
|
|
57636
|
-
updated: stringType().default("2025-10-
|
|
57645
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57646
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57637
57647
|
guardrailConfig: unionType([
|
|
57638
57648
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
57639
57649
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -57726,8 +57736,8 @@ var init_getevals = __esm(() => {
|
|
|
57726
57736
|
DataRagas$inboundSchema = objectType({
|
|
57727
57737
|
_id: stringType(),
|
|
57728
57738
|
description: stringType(),
|
|
57729
|
-
created: stringType().default("2025-10-
|
|
57730
|
-
updated: stringType().default("2025-10-
|
|
57739
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57740
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57731
57741
|
guardrail_config: unionType([
|
|
57732
57742
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
57733
57743
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -57746,8 +57756,8 @@ var init_getevals = __esm(() => {
|
|
|
57746
57756
|
DataRagas$outboundSchema = objectType({
|
|
57747
57757
|
id: stringType(),
|
|
57748
57758
|
description: stringType(),
|
|
57749
|
-
created: stringType().default("2025-10-
|
|
57750
|
-
updated: stringType().default("2025-10-
|
|
57759
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57760
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
57751
57761
|
guardrailConfig: unionType([
|
|
57752
57762
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
57753
57763
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -58500,8 +58510,8 @@ var init_getevals = __esm(() => {
|
|
|
58500
58510
|
DataFunction$inboundSchema = objectType({
|
|
58501
58511
|
_id: stringType(),
|
|
58502
58512
|
description: stringType(),
|
|
58503
|
-
created: stringType().default("2025-10-
|
|
58504
|
-
updated: stringType().default("2025-10-
|
|
58513
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58514
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58505
58515
|
guardrail_config: unionType([
|
|
58506
58516
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
58507
58517
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -58555,8 +58565,8 @@ var init_getevals = __esm(() => {
|
|
|
58555
58565
|
DataFunction$outboundSchema = objectType({
|
|
58556
58566
|
id: stringType(),
|
|
58557
58567
|
description: stringType(),
|
|
58558
|
-
created: stringType().default("2025-10-
|
|
58559
|
-
updated: stringType().default("2025-10-
|
|
58568
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58569
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58560
58570
|
guardrailConfig: unionType([
|
|
58561
58571
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
58562
58572
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -58680,8 +58690,8 @@ var init_getevals = __esm(() => {
|
|
|
58680
58690
|
DataPython$inboundSchema = objectType({
|
|
58681
58691
|
_id: stringType(),
|
|
58682
58692
|
description: stringType(),
|
|
58683
|
-
created: stringType().default("2025-10-
|
|
58684
|
-
updated: stringType().default("2025-10-
|
|
58693
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58694
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58685
58695
|
guardrail_config: unionType([
|
|
58686
58696
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
58687
58697
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -58698,8 +58708,8 @@ var init_getevals = __esm(() => {
|
|
|
58698
58708
|
DataPython$outboundSchema = objectType({
|
|
58699
58709
|
id: stringType(),
|
|
58700
58710
|
description: stringType(),
|
|
58701
|
-
created: stringType().default("2025-10-
|
|
58702
|
-
updated: stringType().default("2025-10-
|
|
58711
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58712
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58703
58713
|
guardrailConfig: unionType([
|
|
58704
58714
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
58705
58715
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -58792,8 +58802,8 @@ var init_getevals = __esm(() => {
|
|
|
58792
58802
|
DataHTTP$inboundSchema = objectType({
|
|
58793
58803
|
_id: stringType(),
|
|
58794
58804
|
description: stringType(),
|
|
58795
|
-
created: stringType().default("2025-10-
|
|
58796
|
-
updated: stringType().default("2025-10-
|
|
58805
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58806
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58797
58807
|
guardrail_config: unionType([
|
|
58798
58808
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
58799
58809
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -58813,8 +58823,8 @@ var init_getevals = __esm(() => {
|
|
|
58813
58823
|
DataHTTP$outboundSchema = objectType({
|
|
58814
58824
|
id: stringType(),
|
|
58815
58825
|
description: stringType(),
|
|
58816
|
-
created: stringType().default("2025-10-
|
|
58817
|
-
updated: stringType().default("2025-10-
|
|
58826
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58827
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58818
58828
|
guardrailConfig: unionType([
|
|
58819
58829
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
58820
58830
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -58904,8 +58914,8 @@ var init_getevals = __esm(() => {
|
|
|
58904
58914
|
DataJSON$inboundSchema = objectType({
|
|
58905
58915
|
_id: stringType(),
|
|
58906
58916
|
description: stringType(),
|
|
58907
|
-
created: stringType().default("2025-10-
|
|
58908
|
-
updated: stringType().default("2025-10-
|
|
58917
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58918
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58909
58919
|
guardrail_config: unionType([
|
|
58910
58920
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
58911
58921
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -58922,8 +58932,8 @@ var init_getevals = __esm(() => {
|
|
|
58922
58932
|
DataJSON$outboundSchema = objectType({
|
|
58923
58933
|
id: stringType(),
|
|
58924
58934
|
description: stringType(),
|
|
58925
|
-
created: stringType().default("2025-10-
|
|
58926
|
-
updated: stringType().default("2025-10-
|
|
58935
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58936
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
58927
58937
|
guardrailConfig: unionType([
|
|
58928
58938
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
58929
58939
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -59010,8 +59020,8 @@ var init_getevals = __esm(() => {
|
|
|
59010
59020
|
DataLLM$inboundSchema = objectType({
|
|
59011
59021
|
_id: stringType(),
|
|
59012
59022
|
description: stringType(),
|
|
59013
|
-
created: stringType().default("2025-10-
|
|
59014
|
-
updated: stringType().default("2025-10-
|
|
59023
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
59024
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
59015
59025
|
guardrail_config: unionType([
|
|
59016
59026
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
59017
59027
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -59029,8 +59039,8 @@ var init_getevals = __esm(() => {
|
|
|
59029
59039
|
DataLLM$outboundSchema = objectType({
|
|
59030
59040
|
id: stringType(),
|
|
59031
59041
|
description: stringType(),
|
|
59032
|
-
created: stringType().default("2025-10-
|
|
59033
|
-
updated: stringType().default("2025-10-
|
|
59042
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
59043
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
59034
59044
|
guardrailConfig: unionType([
|
|
59035
59045
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
59036
59046
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -59587,11 +59597,13 @@ var init_getoneprompt = __esm(() => {
|
|
|
59587
59597
|
})(GetOnePrompt1Type$ ||= {});
|
|
59588
59598
|
GetOnePrompt1JsonSchema$inboundSchema = objectType({
|
|
59589
59599
|
name: stringType(),
|
|
59600
|
+
description: stringType().optional(),
|
|
59590
59601
|
strict: booleanType().optional(),
|
|
59591
59602
|
schema: recordType(anyType())
|
|
59592
59603
|
});
|
|
59593
59604
|
GetOnePrompt1JsonSchema$outboundSchema = objectType({
|
|
59594
59605
|
name: stringType(),
|
|
59606
|
+
description: stringType().optional(),
|
|
59595
59607
|
strict: booleanType().optional(),
|
|
59596
59608
|
schema: recordType(anyType())
|
|
59597
59609
|
});
|
|
@@ -60330,11 +60342,13 @@ var init_getpromptversion = __esm(() => {
|
|
|
60330
60342
|
})(GetPromptVersion1Type$ ||= {});
|
|
60331
60343
|
GetPromptVersion1JsonSchema$inboundSchema = objectType({
|
|
60332
60344
|
name: stringType(),
|
|
60345
|
+
description: stringType().optional(),
|
|
60333
60346
|
strict: booleanType().optional(),
|
|
60334
60347
|
schema: recordType(anyType())
|
|
60335
60348
|
});
|
|
60336
60349
|
GetPromptVersion1JsonSchema$outboundSchema = objectType({
|
|
60337
60350
|
name: stringType(),
|
|
60351
|
+
description: stringType().optional(),
|
|
60338
60352
|
strict: booleanType().optional(),
|
|
60339
60353
|
schema: recordType(anyType())
|
|
60340
60354
|
});
|
|
@@ -61896,7 +61910,7 @@ var init_listagents = __esm(() => {
|
|
|
61896
61910
|
ListAgentsKnowledgeBaseConfiguration$.outboundSchema = ListAgentsKnowledgeBaseConfiguration$outboundSchema;
|
|
61897
61911
|
})(ListAgentsKnowledgeBaseConfiguration$ ||= {});
|
|
61898
61912
|
ListAgentsKnowledgeBases$inboundSchema = objectType({
|
|
61899
|
-
id: stringType().default("
|
|
61913
|
+
id: stringType().default("01K6JFC6M7BBTDMVV5H8XPRX5D"),
|
|
61900
61914
|
knowledge_id: stringType(),
|
|
61901
61915
|
configuration: unionType([
|
|
61902
61916
|
lazyType(() => ListAgentsKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema),
|
|
@@ -61908,7 +61922,7 @@ var init_listagents = __esm(() => {
|
|
|
61908
61922
|
});
|
|
61909
61923
|
});
|
|
61910
61924
|
ListAgentsKnowledgeBases$outboundSchema = objectType({
|
|
61911
|
-
id: stringType().default("
|
|
61925
|
+
id: stringType().default("01K6JFC6M7BBTDMVV5H8XPRX5D"),
|
|
61912
61926
|
knowledgeId: stringType(),
|
|
61913
61927
|
configuration: unionType([
|
|
61914
61928
|
lazyType(() => ListAgentsKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema),
|
|
@@ -62166,7 +62180,7 @@ var init_listbudgets = __esm(() => {
|
|
|
62166
62180
|
is_active: booleanType(),
|
|
62167
62181
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
62168
62182
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62169
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
62183
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
62170
62184
|
}).transform((v2) => {
|
|
62171
62185
|
return remap(v2, {
|
|
62172
62186
|
_id: "id",
|
|
@@ -62182,7 +62196,7 @@ var init_listbudgets = __esm(() => {
|
|
|
62182
62196
|
isActive: booleanType(),
|
|
62183
62197
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
62184
62198
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62185
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
62199
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
62186
62200
|
}).transform((v2) => {
|
|
62187
62201
|
return remap(v2, {
|
|
62188
62202
|
id: "_id",
|
|
@@ -62450,7 +62464,7 @@ var init_listcontacts = __esm(() => {
|
|
|
62450
62464
|
tags: arrayType(stringType()).optional(),
|
|
62451
62465
|
metadata: recordType(anyType()).optional(),
|
|
62452
62466
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62453
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
62467
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2)),
|
|
62454
62468
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
62455
62469
|
}).transform((v2) => {
|
|
62456
62470
|
return remap(v2, {
|
|
@@ -62469,7 +62483,7 @@ var init_listcontacts = __esm(() => {
|
|
|
62469
62483
|
tags: arrayType(stringType()).optional(),
|
|
62470
62484
|
metadata: recordType(anyType()).optional(),
|
|
62471
62485
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62472
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
62486
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString()),
|
|
62473
62487
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
62474
62488
|
}).transform((v2) => {
|
|
62475
62489
|
return remap(v2, {
|
|
@@ -63221,7 +63235,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
63221
63235
|
created_by_id: stringType().optional(),
|
|
63222
63236
|
updated_by_id: stringType().optional(),
|
|
63223
63237
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63224
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
63238
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
63225
63239
|
}).transform((v2) => {
|
|
63226
63240
|
return remap(v2, {
|
|
63227
63241
|
_id: "id",
|
|
@@ -63248,7 +63262,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
63248
63262
|
createdById: stringType().optional(),
|
|
63249
63263
|
updatedById: stringType().optional(),
|
|
63250
63264
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63251
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
63265
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
63252
63266
|
}).transform((v2) => {
|
|
63253
63267
|
return remap(v2, {
|
|
63254
63268
|
id: "_id",
|
|
@@ -63356,7 +63370,7 @@ var init_listdatasets = __esm(() => {
|
|
|
63356
63370
|
updated_by_id: stringType().optional(),
|
|
63357
63371
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
63358
63372
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63359
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
63373
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
63360
63374
|
}).transform((v2) => {
|
|
63361
63375
|
return remap(v2, {
|
|
63362
63376
|
_id: "id",
|
|
@@ -63376,7 +63390,7 @@ var init_listdatasets = __esm(() => {
|
|
|
63376
63390
|
updatedById: stringType().optional(),
|
|
63377
63391
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
63378
63392
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63379
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
63393
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
63380
63394
|
}).transform((v2) => {
|
|
63381
63395
|
return remap(v2, {
|
|
63382
63396
|
id: "_id",
|
|
@@ -63481,7 +63495,7 @@ var init_listdatasources = __esm(() => {
|
|
|
63481
63495
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
63482
63496
|
})(ListDatasourcesStatus$ ||= {});
|
|
63483
63497
|
ListDatasourcesData$inboundSchema = objectType({
|
|
63484
|
-
_id: stringType().default("
|
|
63498
|
+
_id: stringType().default("01K6JFC6RXNE0A4RZ318HJ4GTR"),
|
|
63485
63499
|
display_name: stringType(),
|
|
63486
63500
|
description: stringType().optional(),
|
|
63487
63501
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -63504,7 +63518,7 @@ var init_listdatasources = __esm(() => {
|
|
|
63504
63518
|
});
|
|
63505
63519
|
});
|
|
63506
63520
|
ListDatasourcesData$outboundSchema = objectType({
|
|
63507
|
-
id: stringType().default("
|
|
63521
|
+
id: stringType().default("01K6JFC6RXNE0A4RZ318HJ4GTR"),
|
|
63508
63522
|
displayName: stringType(),
|
|
63509
63523
|
description: stringType().optional(),
|
|
63510
63524
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -64084,11 +64098,13 @@ var init_listpromptversions = __esm(() => {
|
|
|
64084
64098
|
})(ListPromptVersions1Type$ ||= {});
|
|
64085
64099
|
ListPromptVersions1JsonSchema$inboundSchema = objectType({
|
|
64086
64100
|
name: stringType(),
|
|
64101
|
+
description: stringType().optional(),
|
|
64087
64102
|
strict: booleanType().optional(),
|
|
64088
64103
|
schema: recordType(anyType())
|
|
64089
64104
|
});
|
|
64090
64105
|
ListPromptVersions1JsonSchema$outboundSchema = objectType({
|
|
64091
64106
|
name: stringType(),
|
|
64107
|
+
description: stringType().optional(),
|
|
64092
64108
|
strict: booleanType().optional(),
|
|
64093
64109
|
schema: recordType(anyType())
|
|
64094
64110
|
});
|
|
@@ -65191,7 +65207,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
65191
65207
|
tags: arrayType(stringType()).optional(),
|
|
65192
65208
|
metadata: recordType(anyType()).optional(),
|
|
65193
65209
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65194
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
65210
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
65195
65211
|
}).transform((v2) => {
|
|
65196
65212
|
return remap(v2, {
|
|
65197
65213
|
_id: "id",
|
|
@@ -65209,7 +65225,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
65209
65225
|
tags: arrayType(stringType()).optional(),
|
|
65210
65226
|
metadata: recordType(anyType()).optional(),
|
|
65211
65227
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65212
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
65228
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
65213
65229
|
}).transform((v2) => {
|
|
65214
65230
|
return remap(v2, {
|
|
65215
65231
|
id: "_id",
|
|
@@ -65923,7 +65939,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
65923
65939
|
created_by_id: stringType().optional(),
|
|
65924
65940
|
updated_by_id: stringType().optional(),
|
|
65925
65941
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65926
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
65942
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
65927
65943
|
}).transform((v2) => {
|
|
65928
65944
|
return remap(v2, {
|
|
65929
65945
|
_id: "id",
|
|
@@ -65950,7 +65966,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
65950
65966
|
createdById: stringType().optional(),
|
|
65951
65967
|
updatedById: stringType().optional(),
|
|
65952
65968
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65953
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
65969
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
65954
65970
|
}).transform((v2) => {
|
|
65955
65971
|
return remap(v2, {
|
|
65956
65972
|
id: "_id",
|
|
@@ -66021,7 +66037,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
66021
66037
|
updated_by_id: stringType().optional(),
|
|
66022
66038
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
66023
66039
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
66024
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
66040
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
66025
66041
|
}).transform((v2) => {
|
|
66026
66042
|
return remap(v2, {
|
|
66027
66043
|
_id: "id",
|
|
@@ -66041,7 +66057,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
66041
66057
|
updatedById: stringType().optional(),
|
|
66042
66058
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
66043
66059
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
66044
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
66060
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
66045
66061
|
}).transform((v2) => {
|
|
66046
66062
|
return remap(v2, {
|
|
66047
66063
|
id: "_id",
|
|
@@ -66099,7 +66115,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
66099
66115
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
66100
66116
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
66101
66117
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
66102
|
-
_id: stringType().default("
|
|
66118
|
+
_id: stringType().default("01K6JFC6RYQX656XE8G2KBXC0R"),
|
|
66103
66119
|
display_name: stringType(),
|
|
66104
66120
|
description: stringType().optional(),
|
|
66105
66121
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -66122,7 +66138,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
66122
66138
|
});
|
|
66123
66139
|
});
|
|
66124
66140
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
66125
|
-
id: stringType().default("
|
|
66141
|
+
id: stringType().default("01K6JFC6RYQX656XE8G2KBXC0R"),
|
|
66126
66142
|
displayName: stringType(),
|
|
66127
66143
|
description: stringType().optional(),
|
|
66128
66144
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -66745,17 +66761,17 @@ var init_retrievetool = __esm(() => {
|
|
|
66745
66761
|
Function: "function"
|
|
66746
66762
|
};
|
|
66747
66763
|
RetrieveToolRequest$inboundSchema = objectType({
|
|
66748
|
-
|
|
66764
|
+
tool_id: stringType()
|
|
66749
66765
|
}).transform((v2) => {
|
|
66750
66766
|
return remap(v2, {
|
|
66751
|
-
|
|
66767
|
+
tool_id: "toolId"
|
|
66752
66768
|
});
|
|
66753
66769
|
});
|
|
66754
66770
|
RetrieveToolRequest$outboundSchema = objectType({
|
|
66755
|
-
|
|
66771
|
+
toolId: stringType()
|
|
66756
66772
|
}).transform((v2) => {
|
|
66757
66773
|
return remap(v2, {
|
|
66758
|
-
|
|
66774
|
+
toolId: "tool_id"
|
|
66759
66775
|
});
|
|
66760
66776
|
});
|
|
66761
66777
|
((RetrieveToolRequest$) => {
|
|
@@ -66795,7 +66811,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66795
66811
|
RetrieveToolResponseBodyCodeTool$.outboundSchema = RetrieveToolResponseBodyCodeTool$outboundSchema;
|
|
66796
66812
|
})(RetrieveToolResponseBodyCodeTool$ ||= {});
|
|
66797
66813
|
RetrieveToolResponseBody5$inboundSchema = objectType({
|
|
66798
|
-
_id: stringType().default("
|
|
66814
|
+
_id: stringType().default("01K6JFC6WJTD7CM70C501EF6E5"),
|
|
66799
66815
|
path: stringType(),
|
|
66800
66816
|
key: stringType(),
|
|
66801
66817
|
display_name: stringType(),
|
|
@@ -66823,7 +66839,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66823
66839
|
});
|
|
66824
66840
|
});
|
|
66825
66841
|
RetrieveToolResponseBody5$outboundSchema = objectType({
|
|
66826
|
-
id: stringType().default("
|
|
66842
|
+
id: stringType().default("01K6JFC6WJTD7CM70C501EF6E5"),
|
|
66827
66843
|
path: stringType(),
|
|
66828
66844
|
key: stringType(),
|
|
66829
66845
|
displayName: stringType(),
|
|
@@ -66941,7 +66957,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66941
66957
|
RetrieveToolResponseBodyMcp$.outboundSchema = RetrieveToolResponseBodyMcp$outboundSchema;
|
|
66942
66958
|
})(RetrieveToolResponseBodyMcp$ ||= {});
|
|
66943
66959
|
RetrieveToolResponseBody4$inboundSchema = objectType({
|
|
66944
|
-
_id: stringType().default("
|
|
66960
|
+
_id: stringType().default("01K6JFC6WHR5P934HR2JPNAFFR"),
|
|
66945
66961
|
path: stringType(),
|
|
66946
66962
|
key: stringType(),
|
|
66947
66963
|
display_name: stringType(),
|
|
@@ -66968,7 +66984,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66968
66984
|
});
|
|
66969
66985
|
});
|
|
66970
66986
|
RetrieveToolResponseBody4$outboundSchema = objectType({
|
|
66971
|
-
id: stringType().default("
|
|
66987
|
+
id: stringType().default("01K6JFC6WHR5P934HR2JPNAFFR"),
|
|
66972
66988
|
path: stringType(),
|
|
66973
66989
|
key: stringType(),
|
|
66974
66990
|
displayName: stringType(),
|
|
@@ -67083,7 +67099,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67083
67099
|
RetrieveToolResponseBodyHttp$.outboundSchema = RetrieveToolResponseBodyHttp$outboundSchema;
|
|
67084
67100
|
})(RetrieveToolResponseBodyHttp$ ||= {});
|
|
67085
67101
|
RetrieveToolResponseBody3$inboundSchema = objectType({
|
|
67086
|
-
_id: stringType().default("
|
|
67102
|
+
_id: stringType().default("01K6JFC6WH93HAF01FAPY0Q4GS"),
|
|
67087
67103
|
path: stringType(),
|
|
67088
67104
|
key: stringType(),
|
|
67089
67105
|
display_name: stringType(),
|
|
@@ -67110,7 +67126,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67110
67126
|
});
|
|
67111
67127
|
});
|
|
67112
67128
|
RetrieveToolResponseBody3$outboundSchema = objectType({
|
|
67113
|
-
id: stringType().default("
|
|
67129
|
+
id: stringType().default("01K6JFC6WH93HAF01FAPY0Q4GS"),
|
|
67114
67130
|
path: stringType(),
|
|
67115
67131
|
key: stringType(),
|
|
67116
67132
|
displayName: stringType(),
|
|
@@ -67169,7 +67185,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67169
67185
|
RetrieveToolResponseBodyJsonSchema$.outboundSchema = RetrieveToolResponseBodyJsonSchema$outboundSchema;
|
|
67170
67186
|
})(RetrieveToolResponseBodyJsonSchema$ ||= {});
|
|
67171
67187
|
RetrieveToolResponseBody2$inboundSchema = objectType({
|
|
67172
|
-
_id: stringType().default("
|
|
67188
|
+
_id: stringType().default("01K6JFC6WGN92238AMCAZHXK7A"),
|
|
67173
67189
|
path: stringType(),
|
|
67174
67190
|
key: stringType(),
|
|
67175
67191
|
display_name: stringType(),
|
|
@@ -67197,7 +67213,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67197
67213
|
});
|
|
67198
67214
|
});
|
|
67199
67215
|
RetrieveToolResponseBody2$outboundSchema = objectType({
|
|
67200
|
-
id: stringType().default("
|
|
67216
|
+
id: stringType().default("01K6JFC6WGN92238AMCAZHXK7A"),
|
|
67201
67217
|
path: stringType(),
|
|
67202
67218
|
key: stringType(),
|
|
67203
67219
|
displayName: stringType(),
|
|
@@ -67257,7 +67273,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67257
67273
|
RetrieveToolResponseBodyFunction$.outboundSchema = RetrieveToolResponseBodyFunction$outboundSchema;
|
|
67258
67274
|
})(RetrieveToolResponseBodyFunction$ ||= {});
|
|
67259
67275
|
RetrieveToolResponseBody1$inboundSchema = objectType({
|
|
67260
|
-
_id: stringType().default("
|
|
67276
|
+
_id: stringType().default("01K6JFC6WG2D5ZZAZCA98SFGXP"),
|
|
67261
67277
|
path: stringType(),
|
|
67262
67278
|
key: stringType(),
|
|
67263
67279
|
display_name: stringType(),
|
|
@@ -67284,7 +67300,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67284
67300
|
});
|
|
67285
67301
|
});
|
|
67286
67302
|
RetrieveToolResponseBody1$outboundSchema = objectType({
|
|
67287
|
-
id: stringType().default("
|
|
67303
|
+
id: stringType().default("01K6JFC6WG2D5ZZAZCA98SFGXP"),
|
|
67288
67304
|
path: stringType(),
|
|
67289
67305
|
key: stringType(),
|
|
67290
67306
|
displayName: stringType(),
|
|
@@ -67957,7 +67973,6 @@ var init_runagent = __esm(() => {
|
|
|
67957
67973
|
Http$.outboundSchema = Http$outboundSchema;
|
|
67958
67974
|
})(Http$ ||= {});
|
|
67959
67975
|
HTTPTool$inboundSchema = objectType({
|
|
67960
|
-
_id: stringType().default("01K6J0GBY0P5PGP2YCZTH8RYA3"),
|
|
67961
67976
|
key: stringType(),
|
|
67962
67977
|
display_name: stringType(),
|
|
67963
67978
|
description: stringType(),
|
|
@@ -67966,13 +67981,11 @@ var init_runagent = __esm(() => {
|
|
|
67966
67981
|
requires_approval: booleanType().default(false)
|
|
67967
67982
|
}).transform((v2) => {
|
|
67968
67983
|
return remap(v2, {
|
|
67969
|
-
_id: "id",
|
|
67970
67984
|
display_name: "displayName",
|
|
67971
67985
|
requires_approval: "requiresApproval"
|
|
67972
67986
|
});
|
|
67973
67987
|
});
|
|
67974
67988
|
HTTPTool$outboundSchema = objectType({
|
|
67975
|
-
id: stringType().default("01K6J0GBY0P5PGP2YCZTH8RYA3"),
|
|
67976
67989
|
key: stringType(),
|
|
67977
67990
|
displayName: stringType(),
|
|
67978
67991
|
description: stringType(),
|
|
@@ -67981,7 +67994,6 @@ var init_runagent = __esm(() => {
|
|
|
67981
67994
|
requiresApproval: booleanType().default(false)
|
|
67982
67995
|
}).transform((v2) => {
|
|
67983
67996
|
return remap(v2, {
|
|
67984
|
-
id: "_id",
|
|
67985
67997
|
displayName: "display_name",
|
|
67986
67998
|
requiresApproval: "requires_approval"
|
|
67987
67999
|
});
|
|
@@ -69850,7 +69862,6 @@ var init_streamrunagent = __esm(() => {
|
|
|
69850
69862
|
RunAgentRequestToolHttp$.outboundSchema = RunAgentRequestToolHttp$outboundSchema;
|
|
69851
69863
|
})(RunAgentRequestToolHttp$ ||= {});
|
|
69852
69864
|
RunAgentRequestToolHTTPTool$inboundSchema = objectType({
|
|
69853
|
-
_id: stringType().default("01K6J0GBY6KWDFE5DH8SJT0HNV"),
|
|
69854
69865
|
key: stringType(),
|
|
69855
69866
|
display_name: stringType(),
|
|
69856
69867
|
description: stringType(),
|
|
@@ -69859,13 +69870,11 @@ var init_streamrunagent = __esm(() => {
|
|
|
69859
69870
|
requires_approval: booleanType().default(false)
|
|
69860
69871
|
}).transform((v2) => {
|
|
69861
69872
|
return remap(v2, {
|
|
69862
|
-
_id: "id",
|
|
69863
69873
|
display_name: "displayName",
|
|
69864
69874
|
requires_approval: "requiresApproval"
|
|
69865
69875
|
});
|
|
69866
69876
|
});
|
|
69867
69877
|
RunAgentRequestToolHTTPTool$outboundSchema = objectType({
|
|
69868
|
-
id: stringType().default("01K6J0GBY6KWDFE5DH8SJT0HNV"),
|
|
69869
69878
|
key: stringType(),
|
|
69870
69879
|
displayName: stringType(),
|
|
69871
69880
|
description: stringType(),
|
|
@@ -69874,7 +69883,6 @@ var init_streamrunagent = __esm(() => {
|
|
|
69874
69883
|
requiresApproval: booleanType().default(false)
|
|
69875
69884
|
}).transform((v2) => {
|
|
69876
69885
|
return remap(v2, {
|
|
69877
|
-
id: "_id",
|
|
69878
69886
|
displayName: "display_name",
|
|
69879
69887
|
requiresApproval: "requires_approval"
|
|
69880
69888
|
});
|
|
@@ -70489,7 +70497,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70489
70497
|
is_active: booleanType(),
|
|
70490
70498
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
70491
70499
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70492
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
70500
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
70493
70501
|
}).transform((v2) => {
|
|
70494
70502
|
return remap(v2, {
|
|
70495
70503
|
_id: "id",
|
|
@@ -70505,7 +70513,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70505
70513
|
isActive: booleanType(),
|
|
70506
70514
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
70507
70515
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70508
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
70516
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
70509
70517
|
}).transform((v2) => {
|
|
70510
70518
|
return remap(v2, {
|
|
70511
70519
|
id: "_id",
|
|
@@ -70695,7 +70703,7 @@ var init_updatecontact = __esm(() => {
|
|
|
70695
70703
|
tags: arrayType(stringType()).optional(),
|
|
70696
70704
|
metadata: recordType(anyType()).optional(),
|
|
70697
70705
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70698
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
70706
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
70699
70707
|
}).transform((v2) => {
|
|
70700
70708
|
return remap(v2, {
|
|
70701
70709
|
_id: "id",
|
|
@@ -70713,7 +70721,7 @@ var init_updatecontact = __esm(() => {
|
|
|
70713
70721
|
tags: arrayType(stringType()).optional(),
|
|
70714
70722
|
metadata: recordType(anyType()).optional(),
|
|
70715
70723
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70716
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
70724
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
70717
70725
|
}).transform((v2) => {
|
|
70718
70726
|
return remap(v2, {
|
|
70719
70727
|
id: "_id",
|
|
@@ -72121,7 +72129,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
72121
72129
|
created_by_id: stringType().optional(),
|
|
72122
72130
|
updated_by_id: stringType().optional(),
|
|
72123
72131
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
72124
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
72132
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
72125
72133
|
}).transform((v2) => {
|
|
72126
72134
|
return remap(v2, {
|
|
72127
72135
|
_id: "id",
|
|
@@ -72148,7 +72156,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
72148
72156
|
createdById: stringType().optional(),
|
|
72149
72157
|
updatedById: stringType().optional(),
|
|
72150
72158
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
72151
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
72159
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
72152
72160
|
}).transform((v2) => {
|
|
72153
72161
|
return remap(v2, {
|
|
72154
72162
|
id: "_id",
|
|
@@ -72249,7 +72257,7 @@ var init_updatedataset = __esm(() => {
|
|
|
72249
72257
|
parent_id: stringType().optional(),
|
|
72250
72258
|
version: stringType().optional(),
|
|
72251
72259
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
72252
|
-
updated: stringType().datetime({ offset: true }).default("2025-10-
|
|
72260
|
+
updated: stringType().datetime({ offset: true }).default("2025-10-02T12:46:46.580Z").transform((v2) => new Date(v2))
|
|
72253
72261
|
}).transform((v2) => {
|
|
72254
72262
|
return remap(v2, {
|
|
72255
72263
|
_id: "id",
|
|
@@ -72272,7 +72280,7 @@ var init_updatedataset = __esm(() => {
|
|
|
72272
72280
|
parentId: stringType().optional(),
|
|
72273
72281
|
version: stringType().optional(),
|
|
72274
72282
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
72275
|
-
updated: dateType().default(() => new Date("2025-10-
|
|
72283
|
+
updated: dateType().default(() => new Date("2025-10-02T12:46:46.580Z")).transform((v2) => v2.toISOString())
|
|
72276
72284
|
}).transform((v2) => {
|
|
72277
72285
|
return remap(v2, {
|
|
72278
72286
|
id: "_id",
|
|
@@ -72353,7 +72361,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
72353
72361
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
72354
72362
|
})(UpdateDatasourceStatus$ ||= {});
|
|
72355
72363
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
72356
|
-
_id: stringType().default("
|
|
72364
|
+
_id: stringType().default("01K6JFC6RZ8BKR5T35HXEB61J6"),
|
|
72357
72365
|
display_name: stringType(),
|
|
72358
72366
|
description: stringType().optional(),
|
|
72359
72367
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -72376,7 +72384,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
72376
72384
|
});
|
|
72377
72385
|
});
|
|
72378
72386
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
72379
|
-
id: stringType().default("
|
|
72387
|
+
id: stringType().default("01K6JFC6RZ8BKR5T35HXEB61J6"),
|
|
72380
72388
|
displayName: stringType(),
|
|
72381
72389
|
description: stringType().optional(),
|
|
72382
72390
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -73309,8 +73317,8 @@ var init_updateeval = __esm(() => {
|
|
|
73309
73317
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
73310
73318
|
_id: stringType(),
|
|
73311
73319
|
description: stringType(),
|
|
73312
|
-
created: stringType().default("2025-10-
|
|
73313
|
-
updated: stringType().default("2025-10-
|
|
73320
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73321
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73314
73322
|
guardrail_config: unionType([
|
|
73315
73323
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
73316
73324
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -73327,8 +73335,8 @@ var init_updateeval = __esm(() => {
|
|
|
73327
73335
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
73328
73336
|
id: stringType(),
|
|
73329
73337
|
description: stringType(),
|
|
73330
|
-
created: stringType().default("2025-10-
|
|
73331
|
-
updated: stringType().default("2025-10-
|
|
73338
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73339
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73332
73340
|
guardrailConfig: unionType([
|
|
73333
73341
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
73334
73342
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -73421,8 +73429,8 @@ var init_updateeval = __esm(() => {
|
|
|
73421
73429
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
73422
73430
|
_id: stringType(),
|
|
73423
73431
|
description: stringType(),
|
|
73424
|
-
created: stringType().default("2025-10-
|
|
73425
|
-
updated: stringType().default("2025-10-
|
|
73432
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73433
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73426
73434
|
guardrail_config: unionType([
|
|
73427
73435
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
73428
73436
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -73441,8 +73449,8 @@ var init_updateeval = __esm(() => {
|
|
|
73441
73449
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
73442
73450
|
id: stringType(),
|
|
73443
73451
|
description: stringType(),
|
|
73444
|
-
created: stringType().default("2025-10-
|
|
73445
|
-
updated: stringType().default("2025-10-
|
|
73452
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73453
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
73446
73454
|
guardrailConfig: unionType([
|
|
73447
73455
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
73448
73456
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -74195,8 +74203,8 @@ var init_updateeval = __esm(() => {
|
|
|
74195
74203
|
UpdateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
74196
74204
|
_id: stringType(),
|
|
74197
74205
|
description: stringType(),
|
|
74198
|
-
created: stringType().default("2025-10-
|
|
74199
|
-
updated: stringType().default("2025-10-
|
|
74206
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74207
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74200
74208
|
guardrail_config: unionType([
|
|
74201
74209
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
74202
74210
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -74250,8 +74258,8 @@ var init_updateeval = __esm(() => {
|
|
|
74250
74258
|
UpdateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
74251
74259
|
id: stringType(),
|
|
74252
74260
|
description: stringType(),
|
|
74253
|
-
created: stringType().default("2025-10-
|
|
74254
|
-
updated: stringType().default("2025-10-
|
|
74261
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74262
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74255
74263
|
guardrailConfig: unionType([
|
|
74256
74264
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
74257
74265
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -74375,8 +74383,8 @@ var init_updateeval = __esm(() => {
|
|
|
74375
74383
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
74376
74384
|
_id: stringType(),
|
|
74377
74385
|
description: stringType(),
|
|
74378
|
-
created: stringType().default("2025-10-
|
|
74379
|
-
updated: stringType().default("2025-10-
|
|
74386
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74387
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74380
74388
|
guardrail_config: unionType([
|
|
74381
74389
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
74382
74390
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -74393,8 +74401,8 @@ var init_updateeval = __esm(() => {
|
|
|
74393
74401
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
74394
74402
|
id: stringType(),
|
|
74395
74403
|
description: stringType(),
|
|
74396
|
-
created: stringType().default("2025-10-
|
|
74397
|
-
updated: stringType().default("2025-10-
|
|
74404
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74405
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74398
74406
|
guardrailConfig: unionType([
|
|
74399
74407
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
74400
74408
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -74487,8 +74495,8 @@ var init_updateeval = __esm(() => {
|
|
|
74487
74495
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
74488
74496
|
_id: stringType(),
|
|
74489
74497
|
description: stringType(),
|
|
74490
|
-
created: stringType().default("2025-10-
|
|
74491
|
-
updated: stringType().default("2025-10-
|
|
74498
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74499
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74492
74500
|
guardrail_config: unionType([
|
|
74493
74501
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
74494
74502
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -74508,8 +74516,8 @@ var init_updateeval = __esm(() => {
|
|
|
74508
74516
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
74509
74517
|
id: stringType(),
|
|
74510
74518
|
description: stringType(),
|
|
74511
|
-
created: stringType().default("2025-10-
|
|
74512
|
-
updated: stringType().default("2025-10-
|
|
74519
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74520
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74513
74521
|
guardrailConfig: unionType([
|
|
74514
74522
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
74515
74523
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -74599,8 +74607,8 @@ var init_updateeval = __esm(() => {
|
|
|
74599
74607
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
74600
74608
|
_id: stringType(),
|
|
74601
74609
|
description: stringType(),
|
|
74602
|
-
created: stringType().default("2025-10-
|
|
74603
|
-
updated: stringType().default("2025-10-
|
|
74610
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74611
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74604
74612
|
guardrail_config: unionType([
|
|
74605
74613
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
74606
74614
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -74617,8 +74625,8 @@ var init_updateeval = __esm(() => {
|
|
|
74617
74625
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
74618
74626
|
id: stringType(),
|
|
74619
74627
|
description: stringType(),
|
|
74620
|
-
created: stringType().default("2025-10-
|
|
74621
|
-
updated: stringType().default("2025-10-
|
|
74628
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74629
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74622
74630
|
guardrailConfig: unionType([
|
|
74623
74631
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
74624
74632
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -74705,8 +74713,8 @@ var init_updateeval = __esm(() => {
|
|
|
74705
74713
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
74706
74714
|
_id: stringType(),
|
|
74707
74715
|
description: stringType(),
|
|
74708
|
-
created: stringType().default("2025-10-
|
|
74709
|
-
updated: stringType().default("2025-10-
|
|
74716
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74717
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74710
74718
|
guardrail_config: unionType([
|
|
74711
74719
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
74712
74720
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -74724,8 +74732,8 @@ var init_updateeval = __esm(() => {
|
|
|
74724
74732
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
74725
74733
|
id: stringType(),
|
|
74726
74734
|
description: stringType(),
|
|
74727
|
-
created: stringType().default("2025-10-
|
|
74728
|
-
updated: stringType().default("2025-10-
|
|
74735
|
+
created: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74736
|
+
updated: stringType().default("2025-10-02T12:46:49.144Z"),
|
|
74729
74737
|
guardrailConfig: unionType([
|
|
74730
74738
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
74731
74739
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -76036,11 +76044,13 @@ var init_updateprompt = __esm(() => {
|
|
|
76036
76044
|
})(UpdatePrompt1Type$ ||= {});
|
|
76037
76045
|
OneJsonSchema$inboundSchema = objectType({
|
|
76038
76046
|
name: stringType(),
|
|
76047
|
+
description: stringType().optional(),
|
|
76039
76048
|
strict: booleanType().optional(),
|
|
76040
76049
|
schema: recordType(anyType())
|
|
76041
76050
|
});
|
|
76042
76051
|
OneJsonSchema$outboundSchema = objectType({
|
|
76043
76052
|
name: stringType(),
|
|
76053
|
+
description: stringType().optional(),
|
|
76044
76054
|
strict: booleanType().optional(),
|
|
76045
76055
|
schema: recordType(anyType())
|
|
76046
76056
|
});
|
|
@@ -76630,11 +76640,13 @@ var init_updateprompt = __esm(() => {
|
|
|
76630
76640
|
})(UpdatePrompt1PromptsResponseType$ ||= {});
|
|
76631
76641
|
UpdatePrompt1JsonSchema$inboundSchema = objectType({
|
|
76632
76642
|
name: stringType(),
|
|
76643
|
+
description: stringType().optional(),
|
|
76633
76644
|
strict: booleanType().optional(),
|
|
76634
76645
|
schema: recordType(anyType())
|
|
76635
76646
|
});
|
|
76636
76647
|
UpdatePrompt1JsonSchema$outboundSchema = objectType({
|
|
76637
76648
|
name: stringType(),
|
|
76649
|
+
description: stringType().optional(),
|
|
76638
76650
|
strict: booleanType().optional(),
|
|
76639
76651
|
schema: recordType(anyType())
|
|
76640
76652
|
});
|
|
@@ -77421,6 +77433,7 @@ var init_updatetool = __esm(() => {
|
|
|
77421
77433
|
})(RequestBodyMcp$ ||= {});
|
|
77422
77434
|
UpdateToolRequestBody4$inboundSchema = objectType({
|
|
77423
77435
|
path: stringType().optional(),
|
|
77436
|
+
key: stringType().optional(),
|
|
77424
77437
|
display_name: stringType(),
|
|
77425
77438
|
description: stringType().optional(),
|
|
77426
77439
|
status: UpdateToolRequestBodyToolsRequest4Status$inboundSchema.default("live"),
|
|
@@ -77433,6 +77446,7 @@ var init_updatetool = __esm(() => {
|
|
|
77433
77446
|
});
|
|
77434
77447
|
UpdateToolRequestBody4$outboundSchema = objectType({
|
|
77435
77448
|
path: stringType().optional(),
|
|
77449
|
+
key: stringType().optional(),
|
|
77436
77450
|
displayName: stringType(),
|
|
77437
77451
|
description: stringType().optional(),
|
|
77438
77452
|
status: UpdateToolRequestBodyToolsRequest4Status$outboundSchema.default("live"),
|
|
@@ -77532,8 +77546,8 @@ var init_updatetool = __esm(() => {
|
|
|
77532
77546
|
UpdateToolRequestBodyHttp$.outboundSchema = UpdateToolRequestBodyHttp$outboundSchema;
|
|
77533
77547
|
})(UpdateToolRequestBodyHttp$ ||= {});
|
|
77534
77548
|
UpdateToolRequestBody3$inboundSchema = objectType({
|
|
77535
|
-
_id: stringType().default("01K6J0GC59QVAMCZZ2MBHY7CYJ"),
|
|
77536
77549
|
path: stringType().optional(),
|
|
77550
|
+
key: stringType().optional(),
|
|
77537
77551
|
display_name: stringType().optional(),
|
|
77538
77552
|
description: stringType().optional(),
|
|
77539
77553
|
status: UpdateToolRequestBodyToolsRequestStatus$inboundSchema.default("live"),
|
|
@@ -77541,13 +77555,12 @@ var init_updatetool = __esm(() => {
|
|
|
77541
77555
|
http: lazyType(() => UpdateToolRequestBodyHttp$inboundSchema).optional()
|
|
77542
77556
|
}).transform((v2) => {
|
|
77543
77557
|
return remap(v2, {
|
|
77544
|
-
_id: "id",
|
|
77545
77558
|
display_name: "displayName"
|
|
77546
77559
|
});
|
|
77547
77560
|
});
|
|
77548
77561
|
UpdateToolRequestBody3$outboundSchema = objectType({
|
|
77549
|
-
id: stringType().default("01K6J0GC59QVAMCZZ2MBHY7CYJ"),
|
|
77550
77562
|
path: stringType().optional(),
|
|
77563
|
+
key: stringType().optional(),
|
|
77551
77564
|
displayName: stringType().optional(),
|
|
77552
77565
|
description: stringType().optional(),
|
|
77553
77566
|
status: UpdateToolRequestBodyToolsRequestStatus$outboundSchema.default("live"),
|
|
@@ -77555,7 +77568,6 @@ var init_updatetool = __esm(() => {
|
|
|
77555
77568
|
http: lazyType(() => UpdateToolRequestBodyHttp$outboundSchema).optional()
|
|
77556
77569
|
}).transform((v2) => {
|
|
77557
77570
|
return remap(v2, {
|
|
77558
|
-
id: "_id",
|
|
77559
77571
|
displayName: "display_name"
|
|
77560
77572
|
});
|
|
77561
77573
|
});
|
|
@@ -77592,8 +77604,8 @@ var init_updatetool = __esm(() => {
|
|
|
77592
77604
|
UpdateToolRequestBodyJsonSchema$.outboundSchema = UpdateToolRequestBodyJsonSchema$outboundSchema;
|
|
77593
77605
|
})(UpdateToolRequestBodyJsonSchema$ ||= {});
|
|
77594
77606
|
UpdateToolRequestBody2$inboundSchema = objectType({
|
|
77595
|
-
_id: stringType().default("01K6J0GC59R6X261KSFE5AB71N"),
|
|
77596
77607
|
path: stringType().optional(),
|
|
77608
|
+
key: stringType().optional(),
|
|
77597
77609
|
display_name: stringType().optional(),
|
|
77598
77610
|
description: stringType().optional(),
|
|
77599
77611
|
status: UpdateToolRequestBodyToolsStatus$inboundSchema.default("live"),
|
|
@@ -77601,14 +77613,13 @@ var init_updatetool = __esm(() => {
|
|
|
77601
77613
|
json_schema: lazyType(() => UpdateToolRequestBodyJsonSchema$inboundSchema).optional()
|
|
77602
77614
|
}).transform((v2) => {
|
|
77603
77615
|
return remap(v2, {
|
|
77604
|
-
_id: "id",
|
|
77605
77616
|
display_name: "displayName",
|
|
77606
77617
|
json_schema: "jsonSchema"
|
|
77607
77618
|
});
|
|
77608
77619
|
});
|
|
77609
77620
|
UpdateToolRequestBody2$outboundSchema = objectType({
|
|
77610
|
-
id: stringType().default("01K6J0GC59R6X261KSFE5AB71N"),
|
|
77611
77621
|
path: stringType().optional(),
|
|
77622
|
+
key: stringType().optional(),
|
|
77612
77623
|
displayName: stringType().optional(),
|
|
77613
77624
|
description: stringType().optional(),
|
|
77614
77625
|
status: UpdateToolRequestBodyToolsStatus$outboundSchema.default("live"),
|
|
@@ -77616,7 +77627,6 @@ var init_updatetool = __esm(() => {
|
|
|
77616
77627
|
jsonSchema: lazyType(() => UpdateToolRequestBodyJsonSchema$outboundSchema).optional()
|
|
77617
77628
|
}).transform((v2) => {
|
|
77618
77629
|
return remap(v2, {
|
|
77619
|
-
id: "_id",
|
|
77620
77630
|
displayName: "display_name",
|
|
77621
77631
|
jsonSchema: "json_schema"
|
|
77622
77632
|
});
|
|
@@ -77655,6 +77665,7 @@ var init_updatetool = __esm(() => {
|
|
|
77655
77665
|
})(UpdateToolRequestBodyFunction$ ||= {});
|
|
77656
77666
|
UpdateToolRequestBody1$inboundSchema = objectType({
|
|
77657
77667
|
path: stringType().optional(),
|
|
77668
|
+
key: stringType().optional(),
|
|
77658
77669
|
display_name: stringType().optional(),
|
|
77659
77670
|
description: stringType().optional(),
|
|
77660
77671
|
status: UpdateToolRequestBodyStatus$inboundSchema.default("live"),
|
|
@@ -77667,6 +77678,7 @@ var init_updatetool = __esm(() => {
|
|
|
77667
77678
|
});
|
|
77668
77679
|
UpdateToolRequestBody1$outboundSchema = objectType({
|
|
77669
77680
|
path: stringType().optional(),
|
|
77681
|
+
key: stringType().optional(),
|
|
77670
77682
|
displayName: stringType().optional(),
|
|
77671
77683
|
description: stringType().optional(),
|
|
77672
77684
|
status: UpdateToolRequestBodyStatus$outboundSchema.default("live"),
|
|
@@ -77700,7 +77712,7 @@ var init_updatetool = __esm(() => {
|
|
|
77700
77712
|
UpdateToolRequestBody$.outboundSchema = UpdateToolRequestBody$outboundSchema;
|
|
77701
77713
|
})(UpdateToolRequestBody$ ||= {});
|
|
77702
77714
|
UpdateToolRequest$inboundSchema = objectType({
|
|
77703
|
-
|
|
77715
|
+
tool_id: stringType(),
|
|
77704
77716
|
RequestBody: unionType([
|
|
77705
77717
|
lazyType(() => UpdateToolRequestBody4$inboundSchema),
|
|
77706
77718
|
lazyType(() => UpdateToolRequestBody5$inboundSchema),
|
|
@@ -77710,12 +77722,12 @@ var init_updatetool = __esm(() => {
|
|
|
77710
77722
|
]).optional()
|
|
77711
77723
|
}).transform((v2) => {
|
|
77712
77724
|
return remap(v2, {
|
|
77713
|
-
|
|
77725
|
+
tool_id: "toolId",
|
|
77714
77726
|
RequestBody: "requestBody"
|
|
77715
77727
|
});
|
|
77716
77728
|
});
|
|
77717
77729
|
UpdateToolRequest$outboundSchema = objectType({
|
|
77718
|
-
|
|
77730
|
+
toolId: stringType(),
|
|
77719
77731
|
requestBody: unionType([
|
|
77720
77732
|
lazyType(() => UpdateToolRequestBody4$outboundSchema),
|
|
77721
77733
|
lazyType(() => UpdateToolRequestBody5$outboundSchema),
|
|
@@ -77725,7 +77737,7 @@ var init_updatetool = __esm(() => {
|
|
|
77725
77737
|
]).optional()
|
|
77726
77738
|
}).transform((v2) => {
|
|
77727
77739
|
return remap(v2, {
|
|
77728
|
-
|
|
77740
|
+
toolId: "tool_id",
|
|
77729
77741
|
requestBody: "RequestBody"
|
|
77730
77742
|
});
|
|
77731
77743
|
});
|
|
@@ -77766,7 +77778,7 @@ var init_updatetool = __esm(() => {
|
|
|
77766
77778
|
UpdateToolResponseBodyCodeTool$.outboundSchema = UpdateToolResponseBodyCodeTool$outboundSchema;
|
|
77767
77779
|
})(UpdateToolResponseBodyCodeTool$ ||= {});
|
|
77768
77780
|
UpdateToolResponseBody5$inboundSchema = objectType({
|
|
77769
|
-
_id: stringType().default("
|
|
77781
|
+
_id: stringType().default("01K6JFC6WD8KEBA4NR3E791VZS"),
|
|
77770
77782
|
path: stringType(),
|
|
77771
77783
|
key: stringType(),
|
|
77772
77784
|
display_name: stringType(),
|
|
@@ -77794,7 +77806,7 @@ var init_updatetool = __esm(() => {
|
|
|
77794
77806
|
});
|
|
77795
77807
|
});
|
|
77796
77808
|
UpdateToolResponseBody5$outboundSchema = objectType({
|
|
77797
|
-
id: stringType().default("
|
|
77809
|
+
id: stringType().default("01K6JFC6WD8KEBA4NR3E791VZS"),
|
|
77798
77810
|
path: stringType(),
|
|
77799
77811
|
key: stringType(),
|
|
77800
77812
|
displayName: stringType(),
|
|
@@ -77912,7 +77924,7 @@ var init_updatetool = __esm(() => {
|
|
|
77912
77924
|
UpdateToolResponseBodyMcp$.outboundSchema = UpdateToolResponseBodyMcp$outboundSchema;
|
|
77913
77925
|
})(UpdateToolResponseBodyMcp$ ||= {});
|
|
77914
77926
|
UpdateToolResponseBody4$inboundSchema = objectType({
|
|
77915
|
-
_id: stringType().default("
|
|
77927
|
+
_id: stringType().default("01K6JFC6WCCVXMESDXXKT1ZXPG"),
|
|
77916
77928
|
path: stringType(),
|
|
77917
77929
|
key: stringType(),
|
|
77918
77930
|
display_name: stringType(),
|
|
@@ -77939,7 +77951,7 @@ var init_updatetool = __esm(() => {
|
|
|
77939
77951
|
});
|
|
77940
77952
|
});
|
|
77941
77953
|
UpdateToolResponseBody4$outboundSchema = objectType({
|
|
77942
|
-
id: stringType().default("
|
|
77954
|
+
id: stringType().default("01K6JFC6WCCVXMESDXXKT1ZXPG"),
|
|
77943
77955
|
path: stringType(),
|
|
77944
77956
|
key: stringType(),
|
|
77945
77957
|
displayName: stringType(),
|
|
@@ -78054,7 +78066,7 @@ var init_updatetool = __esm(() => {
|
|
|
78054
78066
|
UpdateToolResponseBodyHttp$.outboundSchema = UpdateToolResponseBodyHttp$outboundSchema;
|
|
78055
78067
|
})(UpdateToolResponseBodyHttp$ ||= {});
|
|
78056
78068
|
UpdateToolResponseBody3$inboundSchema = objectType({
|
|
78057
|
-
_id: stringType().default("
|
|
78069
|
+
_id: stringType().default("01K6JFC6WCDC89YAP1FVGZHQ8A"),
|
|
78058
78070
|
path: stringType(),
|
|
78059
78071
|
key: stringType(),
|
|
78060
78072
|
display_name: stringType(),
|
|
@@ -78081,7 +78093,7 @@ var init_updatetool = __esm(() => {
|
|
|
78081
78093
|
});
|
|
78082
78094
|
});
|
|
78083
78095
|
UpdateToolResponseBody3$outboundSchema = objectType({
|
|
78084
|
-
id: stringType().default("
|
|
78096
|
+
id: stringType().default("01K6JFC6WCDC89YAP1FVGZHQ8A"),
|
|
78085
78097
|
path: stringType(),
|
|
78086
78098
|
key: stringType(),
|
|
78087
78099
|
displayName: stringType(),
|
|
@@ -78140,7 +78152,7 @@ var init_updatetool = __esm(() => {
|
|
|
78140
78152
|
UpdateToolResponseBodyJsonSchema$.outboundSchema = UpdateToolResponseBodyJsonSchema$outboundSchema;
|
|
78141
78153
|
})(UpdateToolResponseBodyJsonSchema$ ||= {});
|
|
78142
78154
|
UpdateToolResponseBody2$inboundSchema = objectType({
|
|
78143
|
-
_id: stringType().default("
|
|
78155
|
+
_id: stringType().default("01K6JFC6WCD3MKPCYG8E1TQRM4"),
|
|
78144
78156
|
path: stringType(),
|
|
78145
78157
|
key: stringType(),
|
|
78146
78158
|
display_name: stringType(),
|
|
@@ -78168,7 +78180,7 @@ var init_updatetool = __esm(() => {
|
|
|
78168
78180
|
});
|
|
78169
78181
|
});
|
|
78170
78182
|
UpdateToolResponseBody2$outboundSchema = objectType({
|
|
78171
|
-
id: stringType().default("
|
|
78183
|
+
id: stringType().default("01K6JFC6WCD3MKPCYG8E1TQRM4"),
|
|
78172
78184
|
path: stringType(),
|
|
78173
78185
|
key: stringType(),
|
|
78174
78186
|
displayName: stringType(),
|
|
@@ -78228,7 +78240,7 @@ var init_updatetool = __esm(() => {
|
|
|
78228
78240
|
UpdateToolResponseBodyFunction$.outboundSchema = UpdateToolResponseBodyFunction$outboundSchema;
|
|
78229
78241
|
})(UpdateToolResponseBodyFunction$ ||= {});
|
|
78230
78242
|
UpdateToolResponseBody1$inboundSchema = objectType({
|
|
78231
|
-
_id: stringType().default("
|
|
78243
|
+
_id: stringType().default("01K6JFC6WB51D6B5Q27472G904"),
|
|
78232
78244
|
path: stringType(),
|
|
78233
78245
|
key: stringType(),
|
|
78234
78246
|
display_name: stringType(),
|
|
@@ -78255,7 +78267,7 @@ var init_updatetool = __esm(() => {
|
|
|
78255
78267
|
});
|
|
78256
78268
|
});
|
|
78257
78269
|
UpdateToolResponseBody1$outboundSchema = objectType({
|
|
78258
|
-
id: stringType().default("
|
|
78270
|
+
id: stringType().default("01K6JFC6WB51D6B5Q27472G904"),
|
|
78259
78271
|
path: stringType(),
|
|
78260
78272
|
key: stringType(),
|
|
78261
78273
|
displayName: stringType(),
|
|
@@ -96424,12 +96436,12 @@ async function $do123(client, request, options) {
|
|
|
96424
96436
|
const payload = parsed.value;
|
|
96425
96437
|
const body = null;
|
|
96426
96438
|
const pathParams = {
|
|
96427
|
-
|
|
96439
|
+
tool_id: encodeSimple("tool_id", payload.tool_id, {
|
|
96428
96440
|
explode: false,
|
|
96429
96441
|
charEncoding: "percent"
|
|
96430
96442
|
})
|
|
96431
96443
|
};
|
|
96432
|
-
const path = pathToFunc("/v2/tools/{
|
|
96444
|
+
const path = pathToFunc("/v2/tools/{tool_id}")(pathParams);
|
|
96433
96445
|
const headers = new Headers(compactMap({
|
|
96434
96446
|
Accept: "*/*"
|
|
96435
96447
|
}));
|
|
@@ -96528,12 +96540,12 @@ async function $do124(client, request, options) {
|
|
|
96528
96540
|
const payload = parsed.value;
|
|
96529
96541
|
const body = null;
|
|
96530
96542
|
const pathParams = {
|
|
96531
|
-
|
|
96543
|
+
tool_id: encodeSimple("tool_id", payload.tool_id, {
|
|
96532
96544
|
explode: false,
|
|
96533
96545
|
charEncoding: "percent"
|
|
96534
96546
|
})
|
|
96535
96547
|
};
|
|
96536
|
-
const path = pathToFunc("/v2/tools/{
|
|
96548
|
+
const path = pathToFunc("/v2/tools/{tool_id}/duplicate")(pathParams);
|
|
96537
96549
|
const headers = new Headers(compactMap({
|
|
96538
96550
|
Accept: "application/json"
|
|
96539
96551
|
}));
|
|
@@ -96608,7 +96620,7 @@ var init_toolsDuplicate2 = __esm(() => {
|
|
|
96608
96620
|
name: "tools-duplicate",
|
|
96609
96621
|
description: `Duplicate tool
|
|
96610
96622
|
|
|
96611
|
-
Creates a copy of an existing tool with a new
|
|
96623
|
+
Creates a copy of an existing tool with a new id and ID.`,
|
|
96612
96624
|
args: args123,
|
|
96613
96625
|
tool: async (client, args124, ctx) => {
|
|
96614
96626
|
const [result, apiCall] = await toolsDuplicate(client, args124.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -96744,12 +96756,12 @@ async function $do126(client, request, options) {
|
|
|
96744
96756
|
const payload = parsed.value;
|
|
96745
96757
|
const body = null;
|
|
96746
96758
|
const pathParams = {
|
|
96747
|
-
|
|
96759
|
+
tool_id: encodeSimple("tool_id", payload.tool_id, {
|
|
96748
96760
|
explode: false,
|
|
96749
96761
|
charEncoding: "percent"
|
|
96750
96762
|
})
|
|
96751
96763
|
};
|
|
96752
|
-
const path = pathToFunc("/v2/tools/{
|
|
96764
|
+
const path = pathToFunc("/v2/tools/{tool_id}")(pathParams);
|
|
96753
96765
|
const headers = new Headers(compactMap({
|
|
96754
96766
|
Accept: "application/json"
|
|
96755
96767
|
}));
|
|
@@ -96820,7 +96832,7 @@ var init_toolsRetrieve2 = __esm(() => {
|
|
|
96820
96832
|
name: "tools-retrieve",
|
|
96821
96833
|
description: `Retrieve tool
|
|
96822
96834
|
|
|
96823
|
-
Retrieves a tool by
|
|
96835
|
+
Retrieves a tool by id.`,
|
|
96824
96836
|
args: args125,
|
|
96825
96837
|
tool: async (client, args126, ctx) => {
|
|
96826
96838
|
const [result, apiCall] = await toolsRetrieve(client, args126.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -96848,12 +96860,12 @@ async function $do127(client, request, options) {
|
|
|
96848
96860
|
const payload = parsed.value;
|
|
96849
96861
|
const body = encodeJSON("body", payload.RequestBody, { explode: true });
|
|
96850
96862
|
const pathParams = {
|
|
96851
|
-
|
|
96863
|
+
tool_id: encodeSimple("tool_id", payload.tool_id, {
|
|
96852
96864
|
explode: false,
|
|
96853
96865
|
charEncoding: "percent"
|
|
96854
96866
|
})
|
|
96855
96867
|
};
|
|
96856
|
-
const path = pathToFunc("/v2/tools/{
|
|
96868
|
+
const path = pathToFunc("/v2/tools/{tool_id}")(pathParams);
|
|
96857
96869
|
const headers = new Headers(compactMap({
|
|
96858
96870
|
"Content-Type": "application/json",
|
|
96859
96871
|
Accept: "application/json"
|
|
@@ -96949,7 +96961,7 @@ Updates a tool in the workspace.`,
|
|
|
96949
96961
|
function createMCPServer(deps) {
|
|
96950
96962
|
const server = new McpServer({
|
|
96951
96963
|
name: "Orq",
|
|
96952
|
-
version: "3.14.0-rc.
|
|
96964
|
+
version: "3.14.0-rc.2"
|
|
96953
96965
|
});
|
|
96954
96966
|
const client = new OrqCore({
|
|
96955
96967
|
apiKey: deps.apiKey,
|
|
@@ -98423,7 +98435,7 @@ var routes = rn({
|
|
|
98423
98435
|
var app = Ve(routes, {
|
|
98424
98436
|
name: "mcp",
|
|
98425
98437
|
versionInfo: {
|
|
98426
|
-
currentVersion: "3.14.0-rc.
|
|
98438
|
+
currentVersion: "3.14.0-rc.2"
|
|
98427
98439
|
}
|
|
98428
98440
|
});
|
|
98429
98441
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98431,5 +98443,5 @@ export {
|
|
|
98431
98443
|
app
|
|
98432
98444
|
};
|
|
98433
98445
|
|
|
98434
|
-
//# debugId=
|
|
98446
|
+
//# debugId=A3384B203A52F6C064756E2164756E21
|
|
98435
98447
|
//# sourceMappingURL=mcp-server.js.map
|