@orq-ai/node 3.13.0-rc.49 → 3.13.0-rc.50
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 +383 -317
- package/bin/mcp-server.js.map +40 -40
- package/examples/package-lock.json +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/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/createtool.js +14 -14
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.js +2 -2
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- 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/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.js +10 -10
- package/models/operations/runagent.d.ts +111 -59
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +150 -91
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +111 -59
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +150 -91
- 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/updatetool.js +14 -14
- package/package.json +1 -1
- 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/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/createtool.ts +14 -14
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +2 -2
- 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/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/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 +10 -10
- package/src/models/operations/runagent.ts +238 -118
- package/src/models/operations/streamrunagent.ts +250 -118
- 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/updatetool.ts +14 -14
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.13.0-rc.
|
|
34206
|
+
sdkVersion: "3.13.0-rc.50",
|
|
34207
34207
|
genVersion: "2.716.16",
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 3.13.0-rc.
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 3.13.0-rc.50 2.716.16 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-09-
|
|
35894
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").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-09-
|
|
35910
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).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-09-
|
|
36081
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").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-09-
|
|
36101
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).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-09-
|
|
36173
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").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-09-
|
|
36193
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).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-09-
|
|
37599
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").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-09-
|
|
37626
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).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("01K6D83JS6V86VKNM5B67W952H"),
|
|
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("01K6D83JS6V86VKNM5B67W952H"),
|
|
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-09-
|
|
38775
|
-
updated: stringType().default("2025-09-
|
|
38774
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
38775
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
38793
|
-
updated: stringType().default("2025-09-
|
|
38792
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
38793
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
38887
|
-
updated: stringType().default("2025-09-
|
|
38886
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
38887
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
38907
|
-
updated: stringType().default("2025-09-
|
|
38906
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
38907
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
39661
|
-
updated: stringType().default("2025-09-
|
|
39660
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
39661
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
39716
|
-
updated: stringType().default("2025-09-
|
|
39715
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
39716
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
39841
|
-
updated: stringType().default("2025-09-
|
|
39840
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
39841
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
39859
|
-
updated: stringType().default("2025-09-
|
|
39858
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
39859
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
39953
|
-
updated: stringType().default("2025-09-
|
|
39952
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
39953
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
39974
|
-
updated: stringType().default("2025-09-
|
|
39973
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
39974
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
40065
|
-
updated: stringType().default("2025-09-
|
|
40064
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
40065
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
40083
|
-
updated: stringType().default("2025-09-
|
|
40082
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
40083
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
40171
|
-
updated: stringType().default("2025-09-
|
|
40170
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
40171
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
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-09-
|
|
40190
|
-
updated: stringType().default("2025-09-
|
|
40189
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
40190
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
40191
40191
|
guardrailConfig: unionType([
|
|
40192
40192
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
40193
40193
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -43219,7 +43219,7 @@ var init_createtool = __esm(() => {
|
|
|
43219
43219
|
CreateToolRequestBodyHttp$.outboundSchema = CreateToolRequestBodyHttp$outboundSchema;
|
|
43220
43220
|
})(CreateToolRequestBodyHttp$ ||= {});
|
|
43221
43221
|
RequestBody3$inboundSchema = objectType({
|
|
43222
|
-
_id: stringType().default("
|
|
43222
|
+
_id: stringType().default("01K6D83JWM2H0NMCKBK8K3Z07B"),
|
|
43223
43223
|
path: stringType(),
|
|
43224
43224
|
key: stringType(),
|
|
43225
43225
|
display_name: stringType(),
|
|
@@ -43234,7 +43234,7 @@ var init_createtool = __esm(() => {
|
|
|
43234
43234
|
});
|
|
43235
43235
|
});
|
|
43236
43236
|
RequestBody3$outboundSchema = objectType({
|
|
43237
|
-
id: stringType().default("
|
|
43237
|
+
id: stringType().default("01K6D83JWM2H0NMCKBK8K3Z07B"),
|
|
43238
43238
|
path: stringType(),
|
|
43239
43239
|
key: stringType(),
|
|
43240
43240
|
displayName: stringType(),
|
|
@@ -43281,7 +43281,7 @@ var init_createtool = __esm(() => {
|
|
|
43281
43281
|
RequestBodyJsonSchema$.outboundSchema = RequestBodyJsonSchema$outboundSchema;
|
|
43282
43282
|
})(RequestBodyJsonSchema$ ||= {});
|
|
43283
43283
|
RequestBody2$inboundSchema = objectType({
|
|
43284
|
-
_id: stringType().default("
|
|
43284
|
+
_id: stringType().default("01K6D83JWM9V97J45JTYNC1CRP"),
|
|
43285
43285
|
path: stringType(),
|
|
43286
43286
|
key: stringType(),
|
|
43287
43287
|
display_name: stringType(),
|
|
@@ -43297,7 +43297,7 @@ var init_createtool = __esm(() => {
|
|
|
43297
43297
|
});
|
|
43298
43298
|
});
|
|
43299
43299
|
RequestBody2$outboundSchema = objectType({
|
|
43300
|
-
id: stringType().default("
|
|
43300
|
+
id: stringType().default("01K6D83JWM9V97J45JTYNC1CRP"),
|
|
43301
43301
|
path: stringType(),
|
|
43302
43302
|
key: stringType(),
|
|
43303
43303
|
displayName: stringType(),
|
|
@@ -43425,7 +43425,7 @@ var init_createtool = __esm(() => {
|
|
|
43425
43425
|
ResponseBodyCodeTool$.outboundSchema = ResponseBodyCodeTool$outboundSchema;
|
|
43426
43426
|
})(ResponseBodyCodeTool$ ||= {});
|
|
43427
43427
|
ResponseBody5$inboundSchema = objectType({
|
|
43428
|
-
_id: stringType().default("
|
|
43428
|
+
_id: stringType().default("01K6D83JWKXRJDYED2XSYTBX4E"),
|
|
43429
43429
|
path: stringType(),
|
|
43430
43430
|
key: stringType(),
|
|
43431
43431
|
display_name: stringType(),
|
|
@@ -43453,7 +43453,7 @@ var init_createtool = __esm(() => {
|
|
|
43453
43453
|
});
|
|
43454
43454
|
});
|
|
43455
43455
|
ResponseBody5$outboundSchema = objectType({
|
|
43456
|
-
id: stringType().default("
|
|
43456
|
+
id: stringType().default("01K6D83JWKXRJDYED2XSYTBX4E"),
|
|
43457
43457
|
path: stringType(),
|
|
43458
43458
|
key: stringType(),
|
|
43459
43459
|
displayName: stringType(),
|
|
@@ -43571,7 +43571,7 @@ var init_createtool = __esm(() => {
|
|
|
43571
43571
|
ResponseBodyMcp$.outboundSchema = ResponseBodyMcp$outboundSchema;
|
|
43572
43572
|
})(ResponseBodyMcp$ ||= {});
|
|
43573
43573
|
ResponseBody4$inboundSchema = objectType({
|
|
43574
|
-
_id: stringType().default("
|
|
43574
|
+
_id: stringType().default("01K6D83JWJ71TAH01Y0G26TH6X"),
|
|
43575
43575
|
path: stringType(),
|
|
43576
43576
|
key: stringType(),
|
|
43577
43577
|
display_name: stringType(),
|
|
@@ -43598,7 +43598,7 @@ var init_createtool = __esm(() => {
|
|
|
43598
43598
|
});
|
|
43599
43599
|
});
|
|
43600
43600
|
ResponseBody4$outboundSchema = objectType({
|
|
43601
|
-
id: stringType().default("
|
|
43601
|
+
id: stringType().default("01K6D83JWJ71TAH01Y0G26TH6X"),
|
|
43602
43602
|
path: stringType(),
|
|
43603
43603
|
key: stringType(),
|
|
43604
43604
|
displayName: stringType(),
|
|
@@ -43713,7 +43713,7 @@ var init_createtool = __esm(() => {
|
|
|
43713
43713
|
CreateToolResponseBodyHttp$.outboundSchema = CreateToolResponseBodyHttp$outboundSchema;
|
|
43714
43714
|
})(CreateToolResponseBodyHttp$ ||= {});
|
|
43715
43715
|
ResponseBody3$inboundSchema = objectType({
|
|
43716
|
-
_id: stringType().default("
|
|
43716
|
+
_id: stringType().default("01K6D83JWGCME0BRRQYWFHHTA9"),
|
|
43717
43717
|
path: stringType(),
|
|
43718
43718
|
key: stringType(),
|
|
43719
43719
|
display_name: stringType(),
|
|
@@ -43740,7 +43740,7 @@ var init_createtool = __esm(() => {
|
|
|
43740
43740
|
});
|
|
43741
43741
|
});
|
|
43742
43742
|
ResponseBody3$outboundSchema = objectType({
|
|
43743
|
-
id: stringType().default("
|
|
43743
|
+
id: stringType().default("01K6D83JWGCME0BRRQYWFHHTA9"),
|
|
43744
43744
|
path: stringType(),
|
|
43745
43745
|
key: stringType(),
|
|
43746
43746
|
displayName: stringType(),
|
|
@@ -43799,7 +43799,7 @@ var init_createtool = __esm(() => {
|
|
|
43799
43799
|
ResponseBodyJsonSchema$.outboundSchema = ResponseBodyJsonSchema$outboundSchema;
|
|
43800
43800
|
})(ResponseBodyJsonSchema$ ||= {});
|
|
43801
43801
|
ResponseBody2$inboundSchema = objectType({
|
|
43802
|
-
_id: stringType().default("
|
|
43802
|
+
_id: stringType().default("01K6D83JWFC25VCRZPTQKF4WFZ"),
|
|
43803
43803
|
path: stringType(),
|
|
43804
43804
|
key: stringType(),
|
|
43805
43805
|
display_name: stringType(),
|
|
@@ -43827,7 +43827,7 @@ var init_createtool = __esm(() => {
|
|
|
43827
43827
|
});
|
|
43828
43828
|
});
|
|
43829
43829
|
ResponseBody2$outboundSchema = objectType({
|
|
43830
|
-
id: stringType().default("
|
|
43830
|
+
id: stringType().default("01K6D83JWFC25VCRZPTQKF4WFZ"),
|
|
43831
43831
|
path: stringType(),
|
|
43832
43832
|
key: stringType(),
|
|
43833
43833
|
displayName: stringType(),
|
|
@@ -43887,7 +43887,7 @@ var init_createtool = __esm(() => {
|
|
|
43887
43887
|
CreateToolResponseBodyFunction$.outboundSchema = CreateToolResponseBodyFunction$outboundSchema;
|
|
43888
43888
|
})(CreateToolResponseBodyFunction$ ||= {});
|
|
43889
43889
|
ResponseBody1$inboundSchema = objectType({
|
|
43890
|
-
_id: stringType().default("
|
|
43890
|
+
_id: stringType().default("01K6D83JWF3X4ZFYSP7QA1WDPQ"),
|
|
43891
43891
|
path: stringType(),
|
|
43892
43892
|
key: stringType(),
|
|
43893
43893
|
display_name: stringType(),
|
|
@@ -43914,7 +43914,7 @@ var init_createtool = __esm(() => {
|
|
|
43914
43914
|
});
|
|
43915
43915
|
});
|
|
43916
43916
|
ResponseBody1$outboundSchema = objectType({
|
|
43917
|
-
id: stringType().default("
|
|
43917
|
+
id: stringType().default("01K6D83JWF3X4ZFYSP7QA1WDPQ"),
|
|
43918
43918
|
path: stringType(),
|
|
43919
43919
|
key: stringType(),
|
|
43920
43920
|
displayName: stringType(),
|
|
@@ -51976,7 +51976,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
51976
51976
|
DuplicateToolResponseBodyCodeTool$.outboundSchema = DuplicateToolResponseBodyCodeTool$outboundSchema;
|
|
51977
51977
|
})(DuplicateToolResponseBodyCodeTool$ ||= {});
|
|
51978
51978
|
DuplicateToolResponseBody5$inboundSchema = objectType({
|
|
51979
|
-
_id: stringType().default("
|
|
51979
|
+
_id: stringType().default("01K6D83JWW2NE1B5F4DWCEYRYN"),
|
|
51980
51980
|
path: stringType(),
|
|
51981
51981
|
key: stringType(),
|
|
51982
51982
|
display_name: stringType(),
|
|
@@ -52004,7 +52004,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52004
52004
|
});
|
|
52005
52005
|
});
|
|
52006
52006
|
DuplicateToolResponseBody5$outboundSchema = objectType({
|
|
52007
|
-
id: stringType().default("
|
|
52007
|
+
id: stringType().default("01K6D83JWW2NE1B5F4DWCEYRYN"),
|
|
52008
52008
|
path: stringType(),
|
|
52009
52009
|
key: stringType(),
|
|
52010
52010
|
displayName: stringType(),
|
|
@@ -52122,7 +52122,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52122
52122
|
DuplicateToolResponseBodyMcp$.outboundSchema = DuplicateToolResponseBodyMcp$outboundSchema;
|
|
52123
52123
|
})(DuplicateToolResponseBodyMcp$ ||= {});
|
|
52124
52124
|
DuplicateToolResponseBody4$inboundSchema = objectType({
|
|
52125
|
-
_id: stringType().default("
|
|
52125
|
+
_id: stringType().default("01K6D83JWVG31ARPGFFDWC4QSB"),
|
|
52126
52126
|
path: stringType(),
|
|
52127
52127
|
key: stringType(),
|
|
52128
52128
|
display_name: stringType(),
|
|
@@ -52149,7 +52149,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52149
52149
|
});
|
|
52150
52150
|
});
|
|
52151
52151
|
DuplicateToolResponseBody4$outboundSchema = objectType({
|
|
52152
|
-
id: stringType().default("
|
|
52152
|
+
id: stringType().default("01K6D83JWVG31ARPGFFDWC4QSB"),
|
|
52153
52153
|
path: stringType(),
|
|
52154
52154
|
key: stringType(),
|
|
52155
52155
|
displayName: stringType(),
|
|
@@ -52264,7 +52264,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52264
52264
|
DuplicateToolResponseBodyHttp$.outboundSchema = DuplicateToolResponseBodyHttp$outboundSchema;
|
|
52265
52265
|
})(DuplicateToolResponseBodyHttp$ ||= {});
|
|
52266
52266
|
DuplicateToolResponseBody3$inboundSchema = objectType({
|
|
52267
|
-
_id: stringType().default("
|
|
52267
|
+
_id: stringType().default("01K6D83JWV9RKCM431XVCD6QWG"),
|
|
52268
52268
|
path: stringType(),
|
|
52269
52269
|
key: stringType(),
|
|
52270
52270
|
display_name: stringType(),
|
|
@@ -52291,7 +52291,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52291
52291
|
});
|
|
52292
52292
|
});
|
|
52293
52293
|
DuplicateToolResponseBody3$outboundSchema = objectType({
|
|
52294
|
-
id: stringType().default("
|
|
52294
|
+
id: stringType().default("01K6D83JWV9RKCM431XVCD6QWG"),
|
|
52295
52295
|
path: stringType(),
|
|
52296
52296
|
key: stringType(),
|
|
52297
52297
|
displayName: stringType(),
|
|
@@ -52350,7 +52350,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52350
52350
|
DuplicateToolResponseBodyJsonSchema$.outboundSchema = DuplicateToolResponseBodyJsonSchema$outboundSchema;
|
|
52351
52351
|
})(DuplicateToolResponseBodyJsonSchema$ ||= {});
|
|
52352
52352
|
DuplicateToolResponseBody2$inboundSchema = objectType({
|
|
52353
|
-
_id: stringType().default("
|
|
52353
|
+
_id: stringType().default("01K6D83JWVKWNZQD9P7RJJMS43"),
|
|
52354
52354
|
path: stringType(),
|
|
52355
52355
|
key: stringType(),
|
|
52356
52356
|
display_name: stringType(),
|
|
@@ -52378,7 +52378,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52378
52378
|
});
|
|
52379
52379
|
});
|
|
52380
52380
|
DuplicateToolResponseBody2$outboundSchema = objectType({
|
|
52381
|
-
id: stringType().default("
|
|
52381
|
+
id: stringType().default("01K6D83JWVKWNZQD9P7RJJMS43"),
|
|
52382
52382
|
path: stringType(),
|
|
52383
52383
|
key: stringType(),
|
|
52384
52384
|
displayName: stringType(),
|
|
@@ -52438,7 +52438,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52438
52438
|
DuplicateToolResponseBodyFunction$.outboundSchema = DuplicateToolResponseBodyFunction$outboundSchema;
|
|
52439
52439
|
})(DuplicateToolResponseBodyFunction$ ||= {});
|
|
52440
52440
|
DuplicateToolResponseBody1$inboundSchema = objectType({
|
|
52441
|
-
_id: stringType().default("
|
|
52441
|
+
_id: stringType().default("01K6D83JWT578AF37698ZTWKZ2"),
|
|
52442
52442
|
path: stringType(),
|
|
52443
52443
|
key: stringType(),
|
|
52444
52444
|
display_name: stringType(),
|
|
@@ -52465,7 +52465,7 @@ var init_duplicatetool = __esm(() => {
|
|
|
52465
52465
|
});
|
|
52466
52466
|
});
|
|
52467
52467
|
DuplicateToolResponseBody1$outboundSchema = objectType({
|
|
52468
|
-
id: stringType().default("
|
|
52468
|
+
id: stringType().default("01K6D83JWT578AF37698ZTWKZ2"),
|
|
52469
52469
|
path: stringType(),
|
|
52470
52470
|
key: stringType(),
|
|
52471
52471
|
displayName: stringType(),
|
|
@@ -54111,7 +54111,7 @@ var init_fileget = __esm(() => {
|
|
|
54111
54111
|
bytes: numberType(),
|
|
54112
54112
|
file_name: stringType(),
|
|
54113
54113
|
workspace_id: stringType(),
|
|
54114
|
-
created: stringType().datetime({ offset: true }).default("2025-09-
|
|
54114
|
+
created: stringType().datetime({ offset: true }).default("2025-09-30T12:03:35.477Z").transform((v2) => new Date(v2))
|
|
54115
54115
|
}).transform((v2) => {
|
|
54116
54116
|
return remap(v2, {
|
|
54117
54117
|
_id: "id",
|
|
@@ -54127,7 +54127,7 @@ var init_fileget = __esm(() => {
|
|
|
54127
54127
|
bytes: numberType(),
|
|
54128
54128
|
fileName: stringType(),
|
|
54129
54129
|
workspaceId: stringType(),
|
|
54130
|
-
created: dateType().default(() => new Date("2025-09-
|
|
54130
|
+
created: dateType().default(() => new Date("2025-09-30T12:03:35.477Z")).transform((v2) => v2.toISOString())
|
|
54131
54131
|
}).transform((v2) => {
|
|
54132
54132
|
return remap(v2, {
|
|
54133
54133
|
id: "_id",
|
|
@@ -54198,7 +54198,7 @@ var init_filelist = __esm(() => {
|
|
|
54198
54198
|
bytes: numberType(),
|
|
54199
54199
|
file_name: stringType(),
|
|
54200
54200
|
workspace_id: stringType(),
|
|
54201
|
-
created: stringType().datetime({ offset: true }).default("2025-09-
|
|
54201
|
+
created: stringType().datetime({ offset: true }).default("2025-09-30T12:03:35.477Z").transform((v2) => new Date(v2))
|
|
54202
54202
|
}).transform((v2) => {
|
|
54203
54203
|
return remap(v2, {
|
|
54204
54204
|
_id: "id",
|
|
@@ -54214,7 +54214,7 @@ var init_filelist = __esm(() => {
|
|
|
54214
54214
|
bytes: numberType(),
|
|
54215
54215
|
fileName: stringType(),
|
|
54216
54216
|
workspaceId: stringType(),
|
|
54217
|
-
created: dateType().default(() => new Date("2025-09-
|
|
54217
|
+
created: dateType().default(() => new Date("2025-09-30T12:03:35.477Z")).transform((v2) => v2.toISOString())
|
|
54218
54218
|
}).transform((v2) => {
|
|
54219
54219
|
return remap(v2, {
|
|
54220
54220
|
id: "_id",
|
|
@@ -54346,7 +54346,7 @@ var init_fileupload = __esm(() => {
|
|
|
54346
54346
|
bytes: numberType(),
|
|
54347
54347
|
file_name: stringType(),
|
|
54348
54348
|
workspace_id: stringType(),
|
|
54349
|
-
created: stringType().datetime({ offset: true }).default("2025-09-
|
|
54349
|
+
created: stringType().datetime({ offset: true }).default("2025-09-30T12:03:35.477Z").transform((v2) => new Date(v2))
|
|
54350
54350
|
}).transform((v2) => {
|
|
54351
54351
|
return remap(v2, {
|
|
54352
54352
|
_id: "id",
|
|
@@ -54362,7 +54362,7 @@ var init_fileupload = __esm(() => {
|
|
|
54362
54362
|
bytes: numberType(),
|
|
54363
54363
|
fileName: stringType(),
|
|
54364
54364
|
workspaceId: stringType(),
|
|
54365
|
-
created: dateType().default(() => new Date("2025-09-
|
|
54365
|
+
created: dateType().default(() => new Date("2025-09-30T12:03:35.477Z")).transform((v2) => v2.toISOString())
|
|
54366
54366
|
}).transform((v2) => {
|
|
54367
54367
|
return remap(v2, {
|
|
54368
54368
|
id: "_id",
|
|
@@ -54619,7 +54619,7 @@ var init_getagent = __esm(() => {
|
|
|
54619
54619
|
GetAgentKnowledgeBaseConfiguration$.outboundSchema = GetAgentKnowledgeBaseConfiguration$outboundSchema;
|
|
54620
54620
|
})(GetAgentKnowledgeBaseConfiguration$ ||= {});
|
|
54621
54621
|
GetAgentKnowledgeBases$inboundSchema = objectType({
|
|
54622
|
-
id: stringType().default("
|
|
54622
|
+
id: stringType().default("01K6D83JM6J7ARP27C7EWC53QC"),
|
|
54623
54623
|
knowledge_id: stringType(),
|
|
54624
54624
|
configuration: unionType([
|
|
54625
54625
|
lazyType(() => GetAgentKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema),
|
|
@@ -54631,7 +54631,7 @@ var init_getagent = __esm(() => {
|
|
|
54631
54631
|
});
|
|
54632
54632
|
});
|
|
54633
54633
|
GetAgentKnowledgeBases$outboundSchema = objectType({
|
|
54634
|
-
id: stringType().default("
|
|
54634
|
+
id: stringType().default("01K6D83JM6J7ARP27C7EWC53QC"),
|
|
54635
54635
|
knowledgeId: stringType(),
|
|
54636
54636
|
configuration: unionType([
|
|
54637
54637
|
lazyType(() => GetAgentKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema),
|
|
@@ -56364,7 +56364,7 @@ var init_getalltools = __esm(() => {
|
|
|
56364
56364
|
DataCodeTool$.outboundSchema = DataCodeTool$outboundSchema;
|
|
56365
56365
|
})(DataCodeTool$ ||= {});
|
|
56366
56366
|
Data5$inboundSchema = objectType({
|
|
56367
|
-
_id: stringType().default("
|
|
56367
|
+
_id: stringType().default("01K6D83JWBJKP2KM425AWQAJS1"),
|
|
56368
56368
|
path: stringType(),
|
|
56369
56369
|
key: stringType(),
|
|
56370
56370
|
display_name: stringType(),
|
|
@@ -56392,7 +56392,7 @@ var init_getalltools = __esm(() => {
|
|
|
56392
56392
|
});
|
|
56393
56393
|
});
|
|
56394
56394
|
Data5$outboundSchema = objectType({
|
|
56395
|
-
id: stringType().default("
|
|
56395
|
+
id: stringType().default("01K6D83JWBJKP2KM425AWQAJS1"),
|
|
56396
56396
|
path: stringType(),
|
|
56397
56397
|
key: stringType(),
|
|
56398
56398
|
displayName: stringType(),
|
|
@@ -56510,7 +56510,7 @@ var init_getalltools = __esm(() => {
|
|
|
56510
56510
|
DataMcp$.outboundSchema = DataMcp$outboundSchema;
|
|
56511
56511
|
})(DataMcp$ ||= {});
|
|
56512
56512
|
Data4$inboundSchema = objectType({
|
|
56513
|
-
_id: stringType().default("
|
|
56513
|
+
_id: stringType().default("01K6D83JWAPFKKTC8YA4YNF3WA"),
|
|
56514
56514
|
path: stringType(),
|
|
56515
56515
|
key: stringType(),
|
|
56516
56516
|
display_name: stringType(),
|
|
@@ -56537,7 +56537,7 @@ var init_getalltools = __esm(() => {
|
|
|
56537
56537
|
});
|
|
56538
56538
|
});
|
|
56539
56539
|
Data4$outboundSchema = objectType({
|
|
56540
|
-
id: stringType().default("
|
|
56540
|
+
id: stringType().default("01K6D83JWAPFKKTC8YA4YNF3WA"),
|
|
56541
56541
|
path: stringType(),
|
|
56542
56542
|
key: stringType(),
|
|
56543
56543
|
displayName: stringType(),
|
|
@@ -56652,7 +56652,7 @@ var init_getalltools = __esm(() => {
|
|
|
56652
56652
|
GetAllToolsDataHttp$.outboundSchema = GetAllToolsDataHttp$outboundSchema;
|
|
56653
56653
|
})(GetAllToolsDataHttp$ ||= {});
|
|
56654
56654
|
Data3$inboundSchema = objectType({
|
|
56655
|
-
_id: stringType().default("
|
|
56655
|
+
_id: stringType().default("01K6D83JWA9H0MZCRQVW21MMSQ"),
|
|
56656
56656
|
path: stringType(),
|
|
56657
56657
|
key: stringType(),
|
|
56658
56658
|
display_name: stringType(),
|
|
@@ -56679,7 +56679,7 @@ var init_getalltools = __esm(() => {
|
|
|
56679
56679
|
});
|
|
56680
56680
|
});
|
|
56681
56681
|
Data3$outboundSchema = objectType({
|
|
56682
|
-
id: stringType().default("
|
|
56682
|
+
id: stringType().default("01K6D83JWA9H0MZCRQVW21MMSQ"),
|
|
56683
56683
|
path: stringType(),
|
|
56684
56684
|
key: stringType(),
|
|
56685
56685
|
displayName: stringType(),
|
|
@@ -56738,7 +56738,7 @@ var init_getalltools = __esm(() => {
|
|
|
56738
56738
|
DataJsonSchema$.outboundSchema = DataJsonSchema$outboundSchema;
|
|
56739
56739
|
})(DataJsonSchema$ ||= {});
|
|
56740
56740
|
Data2$inboundSchema = objectType({
|
|
56741
|
-
_id: stringType().default("
|
|
56741
|
+
_id: stringType().default("01K6D83JW9GXE6QH4ZETVADT23"),
|
|
56742
56742
|
path: stringType(),
|
|
56743
56743
|
key: stringType(),
|
|
56744
56744
|
display_name: stringType(),
|
|
@@ -56766,7 +56766,7 @@ var init_getalltools = __esm(() => {
|
|
|
56766
56766
|
});
|
|
56767
56767
|
});
|
|
56768
56768
|
Data2$outboundSchema = objectType({
|
|
56769
|
-
id: stringType().default("
|
|
56769
|
+
id: stringType().default("01K6D83JW9GXE6QH4ZETVADT23"),
|
|
56770
56770
|
path: stringType(),
|
|
56771
56771
|
key: stringType(),
|
|
56772
56772
|
displayName: stringType(),
|
|
@@ -56826,7 +56826,7 @@ var init_getalltools = __esm(() => {
|
|
|
56826
56826
|
GetAllToolsDataFunction$.outboundSchema = GetAllToolsDataFunction$outboundSchema;
|
|
56827
56827
|
})(GetAllToolsDataFunction$ ||= {});
|
|
56828
56828
|
Data1$inboundSchema = objectType({
|
|
56829
|
-
_id: stringType().default("
|
|
56829
|
+
_id: stringType().default("01K6D83JW92HR2JPCG7GM7J4FV"),
|
|
56830
56830
|
path: stringType(),
|
|
56831
56831
|
key: stringType(),
|
|
56832
56832
|
display_name: stringType(),
|
|
@@ -56853,7 +56853,7 @@ var init_getalltools = __esm(() => {
|
|
|
56853
56853
|
});
|
|
56854
56854
|
});
|
|
56855
56855
|
Data1$outboundSchema = objectType({
|
|
56856
|
-
id: stringType().default("
|
|
56856
|
+
id: stringType().default("01K6D83JW92HR2JPCG7GM7J4FV"),
|
|
56857
56857
|
path: stringType(),
|
|
56858
56858
|
key: stringType(),
|
|
56859
56859
|
displayName: stringType(),
|
|
@@ -57025,7 +57025,7 @@ var init_getbudget = __esm(() => {
|
|
|
57025
57025
|
is_active: booleanType(),
|
|
57026
57026
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
57027
57027
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
57028
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
57028
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
57029
57029
|
}).transform((v2) => {
|
|
57030
57030
|
return remap(v2, {
|
|
57031
57031
|
_id: "id",
|
|
@@ -57041,7 +57041,7 @@ var init_getbudget = __esm(() => {
|
|
|
57041
57041
|
isActive: booleanType(),
|
|
57042
57042
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
57043
57043
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
57044
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
57044
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
57045
57045
|
}).transform((v2) => {
|
|
57046
57046
|
return remap(v2, {
|
|
57047
57047
|
id: "_id",
|
|
@@ -57404,8 +57404,8 @@ var init_getevals = __esm(() => {
|
|
|
57404
57404
|
DataTypescript$inboundSchema = objectType({
|
|
57405
57405
|
_id: stringType(),
|
|
57406
57406
|
description: stringType(),
|
|
57407
|
-
created: stringType().default("2025-09-
|
|
57408
|
-
updated: stringType().default("2025-09-
|
|
57407
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57408
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57409
57409
|
guardrail_config: unionType([
|
|
57410
57410
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
57411
57411
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -57422,8 +57422,8 @@ var init_getevals = __esm(() => {
|
|
|
57422
57422
|
DataTypescript$outboundSchema = objectType({
|
|
57423
57423
|
id: stringType(),
|
|
57424
57424
|
description: stringType(),
|
|
57425
|
-
created: stringType().default("2025-09-
|
|
57426
|
-
updated: stringType().default("2025-09-
|
|
57425
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57426
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57427
57427
|
guardrailConfig: unionType([
|
|
57428
57428
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
57429
57429
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -57516,8 +57516,8 @@ var init_getevals = __esm(() => {
|
|
|
57516
57516
|
DataRagas$inboundSchema = objectType({
|
|
57517
57517
|
_id: stringType(),
|
|
57518
57518
|
description: stringType(),
|
|
57519
|
-
created: stringType().default("2025-09-
|
|
57520
|
-
updated: stringType().default("2025-09-
|
|
57519
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57520
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57521
57521
|
guardrail_config: unionType([
|
|
57522
57522
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
57523
57523
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -57536,8 +57536,8 @@ var init_getevals = __esm(() => {
|
|
|
57536
57536
|
DataRagas$outboundSchema = objectType({
|
|
57537
57537
|
id: stringType(),
|
|
57538
57538
|
description: stringType(),
|
|
57539
|
-
created: stringType().default("2025-09-
|
|
57540
|
-
updated: stringType().default("2025-09-
|
|
57539
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57540
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
57541
57541
|
guardrailConfig: unionType([
|
|
57542
57542
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
57543
57543
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -58290,8 +58290,8 @@ var init_getevals = __esm(() => {
|
|
|
58290
58290
|
DataFunction$inboundSchema = objectType({
|
|
58291
58291
|
_id: stringType(),
|
|
58292
58292
|
description: stringType(),
|
|
58293
|
-
created: stringType().default("2025-09-
|
|
58294
|
-
updated: stringType().default("2025-09-
|
|
58293
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58294
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58295
58295
|
guardrail_config: unionType([
|
|
58296
58296
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
58297
58297
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -58345,8 +58345,8 @@ var init_getevals = __esm(() => {
|
|
|
58345
58345
|
DataFunction$outboundSchema = objectType({
|
|
58346
58346
|
id: stringType(),
|
|
58347
58347
|
description: stringType(),
|
|
58348
|
-
created: stringType().default("2025-09-
|
|
58349
|
-
updated: stringType().default("2025-09-
|
|
58348
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58349
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58350
58350
|
guardrailConfig: unionType([
|
|
58351
58351
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
58352
58352
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -58470,8 +58470,8 @@ var init_getevals = __esm(() => {
|
|
|
58470
58470
|
DataPython$inboundSchema = objectType({
|
|
58471
58471
|
_id: stringType(),
|
|
58472
58472
|
description: stringType(),
|
|
58473
|
-
created: stringType().default("2025-09-
|
|
58474
|
-
updated: stringType().default("2025-09-
|
|
58473
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58474
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58475
58475
|
guardrail_config: unionType([
|
|
58476
58476
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
58477
58477
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema)
|
|
@@ -58488,8 +58488,8 @@ var init_getevals = __esm(() => {
|
|
|
58488
58488
|
DataPython$outboundSchema = objectType({
|
|
58489
58489
|
id: stringType(),
|
|
58490
58490
|
description: stringType(),
|
|
58491
|
-
created: stringType().default("2025-09-
|
|
58492
|
-
updated: stringType().default("2025-09-
|
|
58491
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58492
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58493
58493
|
guardrailConfig: unionType([
|
|
58494
58494
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
58495
58495
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema)
|
|
@@ -58582,8 +58582,8 @@ var init_getevals = __esm(() => {
|
|
|
58582
58582
|
DataHTTP$inboundSchema = objectType({
|
|
58583
58583
|
_id: stringType(),
|
|
58584
58584
|
description: stringType(),
|
|
58585
|
-
created: stringType().default("2025-09-
|
|
58586
|
-
updated: stringType().default("2025-09-
|
|
58585
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58586
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58587
58587
|
guardrail_config: unionType([
|
|
58588
58588
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
58589
58589
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema)
|
|
@@ -58603,8 +58603,8 @@ var init_getevals = __esm(() => {
|
|
|
58603
58603
|
DataHTTP$outboundSchema = objectType({
|
|
58604
58604
|
id: stringType(),
|
|
58605
58605
|
description: stringType(),
|
|
58606
|
-
created: stringType().default("2025-09-
|
|
58607
|
-
updated: stringType().default("2025-09-
|
|
58606
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58607
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58608
58608
|
guardrailConfig: unionType([
|
|
58609
58609
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
58610
58610
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema)
|
|
@@ -58694,8 +58694,8 @@ var init_getevals = __esm(() => {
|
|
|
58694
58694
|
DataJSON$inboundSchema = objectType({
|
|
58695
58695
|
_id: stringType(),
|
|
58696
58696
|
description: stringType(),
|
|
58697
|
-
created: stringType().default("2025-09-
|
|
58698
|
-
updated: stringType().default("2025-09-
|
|
58697
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58698
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58699
58699
|
guardrail_config: unionType([
|
|
58700
58700
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema),
|
|
58701
58701
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema)
|
|
@@ -58712,8 +58712,8 @@ var init_getevals = __esm(() => {
|
|
|
58712
58712
|
DataJSON$outboundSchema = objectType({
|
|
58713
58713
|
id: stringType(),
|
|
58714
58714
|
description: stringType(),
|
|
58715
|
-
created: stringType().default("2025-09-
|
|
58716
|
-
updated: stringType().default("2025-09-
|
|
58715
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58716
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58717
58717
|
guardrailConfig: unionType([
|
|
58718
58718
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema),
|
|
58719
58719
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema)
|
|
@@ -58800,8 +58800,8 @@ var init_getevals = __esm(() => {
|
|
|
58800
58800
|
DataLLM$inboundSchema = objectType({
|
|
58801
58801
|
_id: stringType(),
|
|
58802
58802
|
description: stringType(),
|
|
58803
|
-
created: stringType().default("2025-09-
|
|
58804
|
-
updated: stringType().default("2025-09-
|
|
58803
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58804
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58805
58805
|
guardrail_config: unionType([
|
|
58806
58806
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
58807
58807
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -58819,8 +58819,8 @@ var init_getevals = __esm(() => {
|
|
|
58819
58819
|
DataLLM$outboundSchema = objectType({
|
|
58820
58820
|
id: stringType(),
|
|
58821
58821
|
description: stringType(),
|
|
58822
|
-
created: stringType().default("2025-09-
|
|
58823
|
-
updated: stringType().default("2025-09-
|
|
58822
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58823
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
58824
58824
|
guardrailConfig: unionType([
|
|
58825
58825
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
58826
58826
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -61652,7 +61652,7 @@ var init_listagents = __esm(() => {
|
|
|
61652
61652
|
ListAgentsKnowledgeBaseConfiguration$.outboundSchema = ListAgentsKnowledgeBaseConfiguration$outboundSchema;
|
|
61653
61653
|
})(ListAgentsKnowledgeBaseConfiguration$ ||= {});
|
|
61654
61654
|
ListAgentsKnowledgeBases$inboundSchema = objectType({
|
|
61655
|
-
id: stringType().default("
|
|
61655
|
+
id: stringType().default("01K6D83JM44H67WFXF4XYNDE29"),
|
|
61656
61656
|
knowledge_id: stringType(),
|
|
61657
61657
|
configuration: unionType([
|
|
61658
61658
|
lazyType(() => ListAgentsKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema),
|
|
@@ -61664,7 +61664,7 @@ var init_listagents = __esm(() => {
|
|
|
61664
61664
|
});
|
|
61665
61665
|
});
|
|
61666
61666
|
ListAgentsKnowledgeBases$outboundSchema = objectType({
|
|
61667
|
-
id: stringType().default("
|
|
61667
|
+
id: stringType().default("01K6D83JM44H67WFXF4XYNDE29"),
|
|
61668
61668
|
knowledgeId: stringType(),
|
|
61669
61669
|
configuration: unionType([
|
|
61670
61670
|
lazyType(() => ListAgentsKnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema),
|
|
@@ -61922,7 +61922,7 @@ var init_listbudgets = __esm(() => {
|
|
|
61922
61922
|
is_active: booleanType(),
|
|
61923
61923
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
61924
61924
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
61925
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
61925
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
61926
61926
|
}).transform((v2) => {
|
|
61927
61927
|
return remap(v2, {
|
|
61928
61928
|
_id: "id",
|
|
@@ -61938,7 +61938,7 @@ var init_listbudgets = __esm(() => {
|
|
|
61938
61938
|
isActive: booleanType(),
|
|
61939
61939
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
61940
61940
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61941
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
61941
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
61942
61942
|
}).transform((v2) => {
|
|
61943
61943
|
return remap(v2, {
|
|
61944
61944
|
id: "_id",
|
|
@@ -62206,7 +62206,7 @@ var init_listcontacts = __esm(() => {
|
|
|
62206
62206
|
tags: arrayType(stringType()).optional(),
|
|
62207
62207
|
metadata: recordType(anyType()).optional(),
|
|
62208
62208
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62209
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
62209
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2)),
|
|
62210
62210
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
62211
62211
|
}).transform((v2) => {
|
|
62212
62212
|
return remap(v2, {
|
|
@@ -62225,7 +62225,7 @@ var init_listcontacts = __esm(() => {
|
|
|
62225
62225
|
tags: arrayType(stringType()).optional(),
|
|
62226
62226
|
metadata: recordType(anyType()).optional(),
|
|
62227
62227
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
62228
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
62228
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString()),
|
|
62229
62229
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
62230
62230
|
}).transform((v2) => {
|
|
62231
62231
|
return remap(v2, {
|
|
@@ -62977,7 +62977,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
62977
62977
|
created_by_id: stringType().optional(),
|
|
62978
62978
|
updated_by_id: stringType().optional(),
|
|
62979
62979
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
62980
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
62980
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
62981
62981
|
}).transform((v2) => {
|
|
62982
62982
|
return remap(v2, {
|
|
62983
62983
|
_id: "id",
|
|
@@ -63004,7 +63004,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
63004
63004
|
createdById: stringType().optional(),
|
|
63005
63005
|
updatedById: stringType().optional(),
|
|
63006
63006
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63007
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
63007
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
63008
63008
|
}).transform((v2) => {
|
|
63009
63009
|
return remap(v2, {
|
|
63010
63010
|
id: "_id",
|
|
@@ -63112,7 +63112,7 @@ var init_listdatasets = __esm(() => {
|
|
|
63112
63112
|
updated_by_id: stringType().optional(),
|
|
63113
63113
|
metadata: lazyType(() => ListDatasetsMetadata$inboundSchema),
|
|
63114
63114
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63115
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
63115
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
63116
63116
|
}).transform((v2) => {
|
|
63117
63117
|
return remap(v2, {
|
|
63118
63118
|
_id: "id",
|
|
@@ -63132,7 +63132,7 @@ var init_listdatasets = __esm(() => {
|
|
|
63132
63132
|
updatedById: stringType().optional(),
|
|
63133
63133
|
metadata: lazyType(() => ListDatasetsMetadata$outboundSchema),
|
|
63134
63134
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63135
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
63135
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
63136
63136
|
}).transform((v2) => {
|
|
63137
63137
|
return remap(v2, {
|
|
63138
63138
|
id: "_id",
|
|
@@ -63237,7 +63237,7 @@ var init_listdatasources = __esm(() => {
|
|
|
63237
63237
|
ListDatasourcesStatus$.outboundSchema = ListDatasourcesStatus$outboundSchema;
|
|
63238
63238
|
})(ListDatasourcesStatus$ ||= {});
|
|
63239
63239
|
ListDatasourcesData$inboundSchema = objectType({
|
|
63240
|
-
_id: stringType().default("
|
|
63240
|
+
_id: stringType().default("01K6D83JS48DP10AAWSCBP48TQ"),
|
|
63241
63241
|
display_name: stringType(),
|
|
63242
63242
|
description: stringType().optional(),
|
|
63243
63243
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -63260,7 +63260,7 @@ var init_listdatasources = __esm(() => {
|
|
|
63260
63260
|
});
|
|
63261
63261
|
});
|
|
63262
63262
|
ListDatasourcesData$outboundSchema = objectType({
|
|
63263
|
-
id: stringType().default("
|
|
63263
|
+
id: stringType().default("01K6D83JS48DP10AAWSCBP48TQ"),
|
|
63264
63264
|
displayName: stringType(),
|
|
63265
63265
|
description: stringType().optional(),
|
|
63266
63266
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -64947,7 +64947,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
64947
64947
|
tags: arrayType(stringType()).optional(),
|
|
64948
64948
|
metadata: recordType(anyType()).optional(),
|
|
64949
64949
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64950
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
64950
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
64951
64951
|
}).transform((v2) => {
|
|
64952
64952
|
return remap(v2, {
|
|
64953
64953
|
_id: "id",
|
|
@@ -64965,7 +64965,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
64965
64965
|
tags: arrayType(stringType()).optional(),
|
|
64966
64966
|
metadata: recordType(anyType()).optional(),
|
|
64967
64967
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64968
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
64968
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
64969
64969
|
}).transform((v2) => {
|
|
64970
64970
|
return remap(v2, {
|
|
64971
64971
|
id: "_id",
|
|
@@ -65679,7 +65679,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
65679
65679
|
created_by_id: stringType().optional(),
|
|
65680
65680
|
updated_by_id: stringType().optional(),
|
|
65681
65681
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65682
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
65682
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
65683
65683
|
}).transform((v2) => {
|
|
65684
65684
|
return remap(v2, {
|
|
65685
65685
|
_id: "id",
|
|
@@ -65706,7 +65706,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
65706
65706
|
createdById: stringType().optional(),
|
|
65707
65707
|
updatedById: stringType().optional(),
|
|
65708
65708
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65709
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
65709
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
65710
65710
|
}).transform((v2) => {
|
|
65711
65711
|
return remap(v2, {
|
|
65712
65712
|
id: "_id",
|
|
@@ -65777,7 +65777,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
65777
65777
|
updated_by_id: stringType().optional(),
|
|
65778
65778
|
metadata: lazyType(() => RetrieveDatasetMetadata$inboundSchema),
|
|
65779
65779
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65780
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
65780
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
65781
65781
|
}).transform((v2) => {
|
|
65782
65782
|
return remap(v2, {
|
|
65783
65783
|
_id: "id",
|
|
@@ -65797,7 +65797,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
65797
65797
|
updatedById: stringType().optional(),
|
|
65798
65798
|
metadata: lazyType(() => RetrieveDatasetMetadata$outboundSchema),
|
|
65799
65799
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65800
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
65800
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
65801
65801
|
}).transform((v2) => {
|
|
65802
65802
|
return remap(v2, {
|
|
65803
65803
|
id: "_id",
|
|
@@ -65855,7 +65855,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
65855
65855
|
RetrieveDatasourceStatus$.outboundSchema = RetrieveDatasourceStatus$outboundSchema;
|
|
65856
65856
|
})(RetrieveDatasourceStatus$ ||= {});
|
|
65857
65857
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
65858
|
-
_id: stringType().default("
|
|
65858
|
+
_id: stringType().default("01K6D83JS5Z0VX7ECTVJVXZ3FX"),
|
|
65859
65859
|
display_name: stringType(),
|
|
65860
65860
|
description: stringType().optional(),
|
|
65861
65861
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -65878,7 +65878,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
65878
65878
|
});
|
|
65879
65879
|
});
|
|
65880
65880
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
65881
|
-
id: stringType().default("
|
|
65881
|
+
id: stringType().default("01K6D83JS5Z0VX7ECTVJVXZ3FX"),
|
|
65882
65882
|
displayName: stringType(),
|
|
65883
65883
|
description: stringType().optional(),
|
|
65884
65884
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -66551,7 +66551,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66551
66551
|
RetrieveToolResponseBodyCodeTool$.outboundSchema = RetrieveToolResponseBodyCodeTool$outboundSchema;
|
|
66552
66552
|
})(RetrieveToolResponseBodyCodeTool$ ||= {});
|
|
66553
66553
|
RetrieveToolResponseBody5$inboundSchema = objectType({
|
|
66554
|
-
_id: stringType().default("
|
|
66554
|
+
_id: stringType().default("01K6D83JWX1A6GAQ160P83E7F4"),
|
|
66555
66555
|
path: stringType(),
|
|
66556
66556
|
key: stringType(),
|
|
66557
66557
|
display_name: stringType(),
|
|
@@ -66579,7 +66579,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66579
66579
|
});
|
|
66580
66580
|
});
|
|
66581
66581
|
RetrieveToolResponseBody5$outboundSchema = objectType({
|
|
66582
|
-
id: stringType().default("
|
|
66582
|
+
id: stringType().default("01K6D83JWX1A6GAQ160P83E7F4"),
|
|
66583
66583
|
path: stringType(),
|
|
66584
66584
|
key: stringType(),
|
|
66585
66585
|
displayName: stringType(),
|
|
@@ -66697,7 +66697,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66697
66697
|
RetrieveToolResponseBodyMcp$.outboundSchema = RetrieveToolResponseBodyMcp$outboundSchema;
|
|
66698
66698
|
})(RetrieveToolResponseBodyMcp$ ||= {});
|
|
66699
66699
|
RetrieveToolResponseBody4$inboundSchema = objectType({
|
|
66700
|
-
_id: stringType().default("
|
|
66700
|
+
_id: stringType().default("01K6D83JWXGX6D8VVQMKSA9JC5"),
|
|
66701
66701
|
path: stringType(),
|
|
66702
66702
|
key: stringType(),
|
|
66703
66703
|
display_name: stringType(),
|
|
@@ -66724,7 +66724,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66724
66724
|
});
|
|
66725
66725
|
});
|
|
66726
66726
|
RetrieveToolResponseBody4$outboundSchema = objectType({
|
|
66727
|
-
id: stringType().default("
|
|
66727
|
+
id: stringType().default("01K6D83JWXGX6D8VVQMKSA9JC5"),
|
|
66728
66728
|
path: stringType(),
|
|
66729
66729
|
key: stringType(),
|
|
66730
66730
|
displayName: stringType(),
|
|
@@ -66839,7 +66839,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66839
66839
|
RetrieveToolResponseBodyHttp$.outboundSchema = RetrieveToolResponseBodyHttp$outboundSchema;
|
|
66840
66840
|
})(RetrieveToolResponseBodyHttp$ ||= {});
|
|
66841
66841
|
RetrieveToolResponseBody3$inboundSchema = objectType({
|
|
66842
|
-
_id: stringType().default("
|
|
66842
|
+
_id: stringType().default("01K6D83JWXENA25T2RZ65YFEAH"),
|
|
66843
66843
|
path: stringType(),
|
|
66844
66844
|
key: stringType(),
|
|
66845
66845
|
display_name: stringType(),
|
|
@@ -66866,7 +66866,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66866
66866
|
});
|
|
66867
66867
|
});
|
|
66868
66868
|
RetrieveToolResponseBody3$outboundSchema = objectType({
|
|
66869
|
-
id: stringType().default("
|
|
66869
|
+
id: stringType().default("01K6D83JWXENA25T2RZ65YFEAH"),
|
|
66870
66870
|
path: stringType(),
|
|
66871
66871
|
key: stringType(),
|
|
66872
66872
|
displayName: stringType(),
|
|
@@ -66925,7 +66925,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66925
66925
|
RetrieveToolResponseBodyJsonSchema$.outboundSchema = RetrieveToolResponseBodyJsonSchema$outboundSchema;
|
|
66926
66926
|
})(RetrieveToolResponseBodyJsonSchema$ ||= {});
|
|
66927
66927
|
RetrieveToolResponseBody2$inboundSchema = objectType({
|
|
66928
|
-
_id: stringType().default("
|
|
66928
|
+
_id: stringType().default("01K6D83JWWERC01WJXFFEHXAPN"),
|
|
66929
66929
|
path: stringType(),
|
|
66930
66930
|
key: stringType(),
|
|
66931
66931
|
display_name: stringType(),
|
|
@@ -66953,7 +66953,7 @@ var init_retrievetool = __esm(() => {
|
|
|
66953
66953
|
});
|
|
66954
66954
|
});
|
|
66955
66955
|
RetrieveToolResponseBody2$outboundSchema = objectType({
|
|
66956
|
-
id: stringType().default("
|
|
66956
|
+
id: stringType().default("01K6D83JWWERC01WJXFFEHXAPN"),
|
|
66957
66957
|
path: stringType(),
|
|
66958
66958
|
key: stringType(),
|
|
66959
66959
|
displayName: stringType(),
|
|
@@ -67013,7 +67013,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67013
67013
|
RetrieveToolResponseBodyFunction$.outboundSchema = RetrieveToolResponseBodyFunction$outboundSchema;
|
|
67014
67014
|
})(RetrieveToolResponseBodyFunction$ ||= {});
|
|
67015
67015
|
RetrieveToolResponseBody1$inboundSchema = objectType({
|
|
67016
|
-
_id: stringType().default("
|
|
67016
|
+
_id: stringType().default("01K6D83JWWN5T5MZ7B2DT3BJS0"),
|
|
67017
67017
|
path: stringType(),
|
|
67018
67018
|
key: stringType(),
|
|
67019
67019
|
display_name: stringType(),
|
|
@@ -67040,7 +67040,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67040
67040
|
});
|
|
67041
67041
|
});
|
|
67042
67042
|
RetrieveToolResponseBody1$outboundSchema = objectType({
|
|
67043
|
-
id: stringType().default("
|
|
67043
|
+
id: stringType().default("01K6D83JWWN5T5MZ7B2DT3BJS0"),
|
|
67044
67044
|
path: stringType(),
|
|
67045
67045
|
key: stringType(),
|
|
67046
67046
|
displayName: stringType(),
|
|
@@ -67091,7 +67091,7 @@ var init_retrievetool = __esm(() => {
|
|
|
67091
67091
|
});
|
|
67092
67092
|
|
|
67093
67093
|
// src/models/operations/runagent.ts
|
|
67094
|
-
var RoleToolMessage, RoleUserMessage, RunAgentPublicMessagePartKind, PublicMessagePartKind, Kind, RunAgentKnowledgeBaseConfigurationType, KnowledgeBaseConfigurationType,
|
|
67094
|
+
var RoleToolMessage, RoleUserMessage, RunAgentPublicMessagePartKind, PublicMessagePartKind, Kind, RunAgentKnowledgeBaseConfigurationType, KnowledgeBaseConfigurationType, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type, Language, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type, Method, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType, RunAgentRunAgentRequestToolAgentsRequestRequestBodyType, RunAgentRunAgentRequestToolAgentsRequestType, RunAgentRunAgentRequestToolAgentsType, RunAgentRunAgentRequestToolType, RunAgentRequestToolType, ToolApprovalRequired, RunAgentKind, RunAgentState, RunAgentAgentsKind, RunAgentAgentsRole, RoleToolMessage$inboundSchema, RoleToolMessage$outboundSchema, RoleToolMessage$, RoleUserMessage$inboundSchema, RoleUserMessage$outboundSchema, RoleUserMessage$, RunAgentRole$inboundSchema, RunAgentRole$outboundSchema, RunAgentRole$, RunAgentPublicMessagePartKind$inboundSchema, RunAgentPublicMessagePartKind$outboundSchema, RunAgentPublicMessagePartKind$, ToolResultPart$inboundSchema, ToolResultPart$outboundSchema, ToolResultPart$, PublicMessagePartKind$inboundSchema, PublicMessagePartKind$outboundSchema, PublicMessagePartKind$, FileInURIFormat$inboundSchema, FileInURIFormat$outboundSchema, FileInURIFormat$, BinaryFormat$inboundSchema, BinaryFormat$outboundSchema, BinaryFormat$, PublicMessagePartFile$inboundSchema, PublicMessagePartFile$outboundSchema, PublicMessagePartFile$, FilePart$inboundSchema, FilePart$outboundSchema, FilePart$, Kind$inboundSchema, Kind$outboundSchema, Kind$, TextPart$inboundSchema, TextPart$outboundSchema, TextPart$, PublicMessagePart$inboundSchema, PublicMessagePart$outboundSchema, PublicMessagePart$, Message$inboundSchema, Message$outboundSchema, Message$, Contact$inboundSchema, Contact$outboundSchema, Contact$, RunAgentThread$inboundSchema, RunAgentThread$outboundSchema, RunAgentThread$, Memory$inboundSchema, Memory$outboundSchema, Memory$, RunAgentKnowledgeBaseConfigurationType$inboundSchema, RunAgentKnowledgeBaseConfigurationType$outboundSchema, RunAgentKnowledgeBaseConfigurationType$, KnowledgeBaseStaticQuery$inboundSchema, KnowledgeBaseStaticQuery$outboundSchema, KnowledgeBaseStaticQuery$, KnowledgeBaseConfigurationType$inboundSchema, KnowledgeBaseConfigurationType$outboundSchema, KnowledgeBaseConfigurationType$, KnowledgeBaseLastUserMessage$inboundSchema, KnowledgeBaseLastUserMessage$outboundSchema, KnowledgeBaseLastUserMessage$, KnowledgeBaseConfiguration$inboundSchema, KnowledgeBaseConfiguration$outboundSchema, KnowledgeBaseConfiguration$, KnowledgeBases$inboundSchema, KnowledgeBases$outboundSchema, KnowledgeBases$, TeamOfAgents$inboundSchema, TeamOfAgents$outboundSchema, TeamOfAgents$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$, RunAgentRequestToolFunction$inboundSchema, RunAgentRequestToolFunction$outboundSchema, RunAgentRequestToolFunction$, FunctionTool$inboundSchema, FunctionTool$outboundSchema, FunctionTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$, Language$inboundSchema, Language$outboundSchema, Language$, CodeTool$inboundSchema, CodeTool$outboundSchema, CodeTool$, CodeExecutionTool$inboundSchema, CodeExecutionTool$outboundSchema, CodeExecutionTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$, Method$inboundSchema, Method$outboundSchema, Method$, Blueprint$inboundSchema, Blueprint$outboundSchema, Blueprint$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$, DefaultValue$inboundSchema, DefaultValue$outboundSchema, DefaultValue$, Arguments$inboundSchema, Arguments$outboundSchema, Arguments$, Http$inboundSchema, Http$outboundSchema, Http$, HTTPTool$inboundSchema, HTTPTool$outboundSchema, HTTPTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$, CurrentDateTool$inboundSchema, CurrentDateTool$outboundSchema, CurrentDateTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$, QueryKnowledgeBaseTool$inboundSchema, QueryKnowledgeBaseTool$outboundSchema, QueryKnowledgeBaseTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$, RetrieveKnowledgeBasesTool$inboundSchema, RetrieveKnowledgeBasesTool$outboundSchema, RetrieveKnowledgeBasesTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$, DeleteMemoryStoreTool$inboundSchema, DeleteMemoryStoreTool$outboundSchema, DeleteMemoryStoreTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$, RetrieveMemoryStoresTool$inboundSchema, RetrieveMemoryStoresTool$outboundSchema, RetrieveMemoryStoresTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$, WriteMemoryStoreTool$inboundSchema, WriteMemoryStoreTool$outboundSchema, WriteMemoryStoreTool$, RunAgentRunAgentRequestToolAgentsRequestRequestBodyType$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodyType$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestRequestBodyType$, QueryMemoryStoreTool$inboundSchema, QueryMemoryStoreTool$outboundSchema, QueryMemoryStoreTool$, RunAgentRunAgentRequestToolAgentsRequestType$inboundSchema, RunAgentRunAgentRequestToolAgentsRequestType$outboundSchema, RunAgentRunAgentRequestToolAgentsRequestType$, RetrieveAgentsTool$inboundSchema, RetrieveAgentsTool$outboundSchema, RetrieveAgentsTool$, RunAgentRunAgentRequestToolAgentsType$inboundSchema, RunAgentRunAgentRequestToolAgentsType$outboundSchema, RunAgentRunAgentRequestToolAgentsType$, CallSubAgentTool$inboundSchema, CallSubAgentTool$outboundSchema, CallSubAgentTool$, RunAgentRunAgentRequestToolType$inboundSchema, RunAgentRunAgentRequestToolType$outboundSchema, RunAgentRunAgentRequestToolType$, WebScraperTool$inboundSchema, WebScraperTool$outboundSchema, WebScraperTool$, RunAgentRequestToolType$inboundSchema, RunAgentRequestToolType$outboundSchema, RunAgentRequestToolType$, GoogleSearchTool$inboundSchema, GoogleSearchTool$outboundSchema, GoogleSearchTool$, RunAgentRequestTool$inboundSchema, RunAgentRequestTool$outboundSchema, RunAgentRequestTool$, ToolApprovalRequired$inboundSchema, ToolApprovalRequired$outboundSchema, ToolApprovalRequired$, Settings$inboundSchema, Settings$outboundSchema, Settings$, RunAgentRequestBody$inboundSchema, RunAgentRequestBody$outboundSchema, RunAgentRequestBody$, RunAgentKind$inboundSchema, RunAgentKind$outboundSchema, RunAgentKind$, RunAgentState$inboundSchema, RunAgentState$outboundSchema, RunAgentState$, RunAgentAgentsKind$inboundSchema, RunAgentAgentsKind$outboundSchema, RunAgentAgentsKind$, RunAgentAgentsRole$inboundSchema, RunAgentAgentsRole$outboundSchema, RunAgentAgentsRole$, RunAgentMessage$inboundSchema, RunAgentMessage$outboundSchema, RunAgentMessage$, RunAgentStatus$inboundSchema, RunAgentStatus$outboundSchema, RunAgentStatus$, RunAgentResponseBody$inboundSchema, RunAgentResponseBody$outboundSchema, RunAgentResponseBody$;
|
|
67095
67095
|
var init_runagent = __esm(() => {
|
|
67096
67096
|
init_esm();
|
|
67097
67097
|
init_primitives();
|
|
@@ -67116,16 +67116,16 @@ var init_runagent = __esm(() => {
|
|
|
67116
67116
|
KnowledgeBaseConfigurationType = {
|
|
67117
67117
|
LastUserMessage: "last_user_message"
|
|
67118
67118
|
};
|
|
67119
|
-
|
|
67119
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type = {
|
|
67120
67120
|
Function: "function"
|
|
67121
67121
|
};
|
|
67122
|
-
|
|
67122
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type = {
|
|
67123
67123
|
Code: "code"
|
|
67124
67124
|
};
|
|
67125
67125
|
Language = {
|
|
67126
67126
|
Python: "python"
|
|
67127
67127
|
};
|
|
67128
|
-
|
|
67128
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type = {
|
|
67129
67129
|
Http: "http"
|
|
67130
67130
|
};
|
|
67131
67131
|
Method = {
|
|
@@ -67134,20 +67134,23 @@ var init_runagent = __esm(() => {
|
|
|
67134
67134
|
Put: "PUT",
|
|
67135
67135
|
Delete: "DELETE"
|
|
67136
67136
|
};
|
|
67137
|
-
|
|
67137
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType = {
|
|
67138
67138
|
String: "string",
|
|
67139
67139
|
Number: "number",
|
|
67140
67140
|
Boolean: "boolean"
|
|
67141
67141
|
};
|
|
67142
|
-
|
|
67142
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type = {
|
|
67143
67143
|
CurrentDate: "current_date"
|
|
67144
67144
|
};
|
|
67145
|
-
|
|
67145
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type = {
|
|
67146
67146
|
QueryKnowledgeBase: "query_knowledge_base"
|
|
67147
67147
|
};
|
|
67148
|
-
|
|
67148
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type = {
|
|
67149
67149
|
RetrieveKnowledgeBases: "retrieve_knowledge_bases"
|
|
67150
67150
|
};
|
|
67151
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type = {
|
|
67152
|
+
DeleteMemoryDocument: "delete_memory_document"
|
|
67153
|
+
};
|
|
67151
67154
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType = {
|
|
67152
67155
|
RetrieveMemoryStores: "retrieve_memory_stores"
|
|
67153
67156
|
};
|
|
@@ -67513,12 +67516,12 @@ var init_runagent = __esm(() => {
|
|
|
67513
67516
|
TeamOfAgents$.inboundSchema = TeamOfAgents$inboundSchema;
|
|
67514
67517
|
TeamOfAgents$.outboundSchema = TeamOfAgents$outboundSchema;
|
|
67515
67518
|
})(TeamOfAgents$ ||= {});
|
|
67516
|
-
|
|
67517
|
-
|
|
67518
|
-
((
|
|
67519
|
-
|
|
67520
|
-
|
|
67521
|
-
})(
|
|
67519
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type);
|
|
67520
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema;
|
|
67521
|
+
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$) => {
|
|
67522
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema;
|
|
67523
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema;
|
|
67524
|
+
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$ ||= {});
|
|
67522
67525
|
RunAgentRequestToolFunction$inboundSchema = objectType({
|
|
67523
67526
|
name: stringType(),
|
|
67524
67527
|
description: stringType().optional(),
|
|
@@ -67536,7 +67539,7 @@ var init_runagent = __esm(() => {
|
|
|
67536
67539
|
RunAgentRequestToolFunction$.outboundSchema = RunAgentRequestToolFunction$outboundSchema;
|
|
67537
67540
|
})(RunAgentRequestToolFunction$ ||= {});
|
|
67538
67541
|
FunctionTool$inboundSchema = objectType({
|
|
67539
|
-
type:
|
|
67542
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema,
|
|
67540
67543
|
_id: stringType().optional(),
|
|
67541
67544
|
key: stringType(),
|
|
67542
67545
|
display_name: stringType().optional(),
|
|
@@ -67551,7 +67554,7 @@ var init_runagent = __esm(() => {
|
|
|
67551
67554
|
});
|
|
67552
67555
|
});
|
|
67553
67556
|
FunctionTool$outboundSchema = objectType({
|
|
67554
|
-
type:
|
|
67557
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema,
|
|
67555
67558
|
id: stringType().optional(),
|
|
67556
67559
|
key: stringType(),
|
|
67557
67560
|
displayName: stringType().optional(),
|
|
@@ -67569,12 +67572,12 @@ var init_runagent = __esm(() => {
|
|
|
67569
67572
|
FunctionTool$.inboundSchema = FunctionTool$inboundSchema;
|
|
67570
67573
|
FunctionTool$.outboundSchema = FunctionTool$outboundSchema;
|
|
67571
67574
|
})(FunctionTool$ ||= {});
|
|
67572
|
-
|
|
67573
|
-
|
|
67574
|
-
((
|
|
67575
|
-
|
|
67576
|
-
|
|
67577
|
-
})(
|
|
67575
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type);
|
|
67576
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema;
|
|
67577
|
+
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$) => {
|
|
67578
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema;
|
|
67579
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema;
|
|
67580
|
+
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$ ||= {});
|
|
67578
67581
|
Language$inboundSchema = nativeEnumType(Language);
|
|
67579
67582
|
Language$outboundSchema = Language$inboundSchema;
|
|
67580
67583
|
((Language$) => {
|
|
@@ -67599,7 +67602,7 @@ var init_runagent = __esm(() => {
|
|
|
67599
67602
|
key: stringType(),
|
|
67600
67603
|
display_name: stringType(),
|
|
67601
67604
|
description: stringType(),
|
|
67602
|
-
type:
|
|
67605
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema,
|
|
67603
67606
|
code_tool: lazyType(() => CodeTool$inboundSchema),
|
|
67604
67607
|
_id: stringType().optional(),
|
|
67605
67608
|
requires_approval: booleanType().default(false)
|
|
@@ -67615,7 +67618,7 @@ var init_runagent = __esm(() => {
|
|
|
67615
67618
|
key: stringType(),
|
|
67616
67619
|
displayName: stringType(),
|
|
67617
67620
|
description: stringType(),
|
|
67618
|
-
type:
|
|
67621
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema,
|
|
67619
67622
|
codeTool: lazyType(() => CodeTool$outboundSchema),
|
|
67620
67623
|
id: stringType().optional(),
|
|
67621
67624
|
requiresApproval: booleanType().default(false)
|
|
@@ -67631,12 +67634,12 @@ var init_runagent = __esm(() => {
|
|
|
67631
67634
|
CodeExecutionTool$.inboundSchema = CodeExecutionTool$inboundSchema;
|
|
67632
67635
|
CodeExecutionTool$.outboundSchema = CodeExecutionTool$outboundSchema;
|
|
67633
67636
|
})(CodeExecutionTool$ ||= {});
|
|
67634
|
-
|
|
67635
|
-
|
|
67636
|
-
((
|
|
67637
|
-
|
|
67638
|
-
|
|
67639
|
-
})(
|
|
67637
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type);
|
|
67638
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema;
|
|
67639
|
+
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$) => {
|
|
67640
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema;
|
|
67641
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema;
|
|
67642
|
+
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$ ||= {});
|
|
67640
67643
|
Method$inboundSchema = nativeEnumType(Method);
|
|
67641
67644
|
Method$outboundSchema = Method$inboundSchema;
|
|
67642
67645
|
((Method$) => {
|
|
@@ -67659,12 +67662,12 @@ var init_runagent = __esm(() => {
|
|
|
67659
67662
|
Blueprint$.inboundSchema = Blueprint$inboundSchema;
|
|
67660
67663
|
Blueprint$.outboundSchema = Blueprint$outboundSchema;
|
|
67661
67664
|
})(Blueprint$ ||= {});
|
|
67662
|
-
|
|
67663
|
-
|
|
67664
|
-
((
|
|
67665
|
-
|
|
67666
|
-
|
|
67667
|
-
})(
|
|
67665
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType);
|
|
67666
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema;
|
|
67667
|
+
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$) => {
|
|
67668
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema;
|
|
67669
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema;
|
|
67670
|
+
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$ ||= {});
|
|
67668
67671
|
DefaultValue$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
67669
67672
|
DefaultValue$outboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
67670
67673
|
((DefaultValue$) => {
|
|
@@ -67672,7 +67675,7 @@ var init_runagent = __esm(() => {
|
|
|
67672
67675
|
DefaultValue$.outboundSchema = DefaultValue$outboundSchema;
|
|
67673
67676
|
})(DefaultValue$ ||= {});
|
|
67674
67677
|
Arguments$inboundSchema = objectType({
|
|
67675
|
-
type:
|
|
67678
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema,
|
|
67676
67679
|
description: stringType(),
|
|
67677
67680
|
send_to_model: booleanType().default(true),
|
|
67678
67681
|
default_value: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -67683,7 +67686,7 @@ var init_runagent = __esm(() => {
|
|
|
67683
67686
|
});
|
|
67684
67687
|
});
|
|
67685
67688
|
Arguments$outboundSchema = objectType({
|
|
67686
|
-
type:
|
|
67689
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema,
|
|
67687
67690
|
description: stringType(),
|
|
67688
67691
|
sendToModel: booleanType().default(true),
|
|
67689
67692
|
defaultValue: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -67710,11 +67713,11 @@ var init_runagent = __esm(() => {
|
|
|
67710
67713
|
Http$.outboundSchema = Http$outboundSchema;
|
|
67711
67714
|
})(Http$ ||= {});
|
|
67712
67715
|
HTTPTool$inboundSchema = objectType({
|
|
67713
|
-
_id: stringType().default("
|
|
67716
|
+
_id: stringType().default("01K6D83JNJWC7MMM2HDS4PNB5M"),
|
|
67714
67717
|
key: stringType(),
|
|
67715
67718
|
display_name: stringType(),
|
|
67716
67719
|
description: stringType(),
|
|
67717
|
-
type:
|
|
67720
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema,
|
|
67718
67721
|
http: lazyType(() => Http$inboundSchema),
|
|
67719
67722
|
requires_approval: booleanType().default(false)
|
|
67720
67723
|
}).transform((v2) => {
|
|
@@ -67725,11 +67728,11 @@ var init_runagent = __esm(() => {
|
|
|
67725
67728
|
});
|
|
67726
67729
|
});
|
|
67727
67730
|
HTTPTool$outboundSchema = objectType({
|
|
67728
|
-
id: stringType().default("
|
|
67731
|
+
id: stringType().default("01K6D83JNJWC7MMM2HDS4PNB5M"),
|
|
67729
67732
|
key: stringType(),
|
|
67730
67733
|
displayName: stringType(),
|
|
67731
67734
|
description: stringType(),
|
|
67732
|
-
type:
|
|
67735
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema,
|
|
67733
67736
|
http: lazyType(() => Http$outboundSchema),
|
|
67734
67737
|
requiresApproval: booleanType().default(false)
|
|
67735
67738
|
}).transform((v2) => {
|
|
@@ -67743,13 +67746,39 @@ var init_runagent = __esm(() => {
|
|
|
67743
67746
|
HTTPTool$.inboundSchema = HTTPTool$inboundSchema;
|
|
67744
67747
|
HTTPTool$.outboundSchema = HTTPTool$outboundSchema;
|
|
67745
67748
|
})(HTTPTool$ ||= {});
|
|
67749
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type);
|
|
67750
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema;
|
|
67751
|
+
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$) => {
|
|
67752
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema;
|
|
67753
|
+
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema;
|
|
67754
|
+
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$ ||= {});
|
|
67755
|
+
CurrentDateTool$inboundSchema = objectType({
|
|
67756
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema,
|
|
67757
|
+
requires_approval: booleanType().default(false)
|
|
67758
|
+
}).transform((v2) => {
|
|
67759
|
+
return remap(v2, {
|
|
67760
|
+
requires_approval: "requiresApproval"
|
|
67761
|
+
});
|
|
67762
|
+
});
|
|
67763
|
+
CurrentDateTool$outboundSchema = objectType({
|
|
67764
|
+
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema,
|
|
67765
|
+
requiresApproval: booleanType().default(false)
|
|
67766
|
+
}).transform((v2) => {
|
|
67767
|
+
return remap(v2, {
|
|
67768
|
+
requiresApproval: "requires_approval"
|
|
67769
|
+
});
|
|
67770
|
+
});
|
|
67771
|
+
((CurrentDateTool$) => {
|
|
67772
|
+
CurrentDateTool$.inboundSchema = CurrentDateTool$inboundSchema;
|
|
67773
|
+
CurrentDateTool$.outboundSchema = CurrentDateTool$outboundSchema;
|
|
67774
|
+
})(CurrentDateTool$ ||= {});
|
|
67746
67775
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type);
|
|
67747
67776
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema;
|
|
67748
67777
|
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$) => {
|
|
67749
67778
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema;
|
|
67750
67779
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema;
|
|
67751
67780
|
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$ ||= {});
|
|
67752
|
-
|
|
67781
|
+
QueryKnowledgeBaseTool$inboundSchema = objectType({
|
|
67753
67782
|
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema,
|
|
67754
67783
|
requires_approval: booleanType().default(false)
|
|
67755
67784
|
}).transform((v2) => {
|
|
@@ -67757,7 +67786,7 @@ var init_runagent = __esm(() => {
|
|
|
67757
67786
|
requires_approval: "requiresApproval"
|
|
67758
67787
|
});
|
|
67759
67788
|
});
|
|
67760
|
-
|
|
67789
|
+
QueryKnowledgeBaseTool$outboundSchema = objectType({
|
|
67761
67790
|
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema,
|
|
67762
67791
|
requiresApproval: booleanType().default(false)
|
|
67763
67792
|
}).transform((v2) => {
|
|
@@ -67765,17 +67794,17 @@ var init_runagent = __esm(() => {
|
|
|
67765
67794
|
requiresApproval: "requires_approval"
|
|
67766
67795
|
});
|
|
67767
67796
|
});
|
|
67768
|
-
((
|
|
67769
|
-
|
|
67770
|
-
|
|
67771
|
-
})(
|
|
67797
|
+
((QueryKnowledgeBaseTool$) => {
|
|
67798
|
+
QueryKnowledgeBaseTool$.inboundSchema = QueryKnowledgeBaseTool$inboundSchema;
|
|
67799
|
+
QueryKnowledgeBaseTool$.outboundSchema = QueryKnowledgeBaseTool$outboundSchema;
|
|
67800
|
+
})(QueryKnowledgeBaseTool$ ||= {});
|
|
67772
67801
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type);
|
|
67773
67802
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema;
|
|
67774
67803
|
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$) => {
|
|
67775
67804
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema;
|
|
67776
67805
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema;
|
|
67777
67806
|
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$ ||= {});
|
|
67778
|
-
|
|
67807
|
+
RetrieveKnowledgeBasesTool$inboundSchema = objectType({
|
|
67779
67808
|
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema,
|
|
67780
67809
|
requires_approval: booleanType().default(false)
|
|
67781
67810
|
}).transform((v2) => {
|
|
@@ -67783,7 +67812,7 @@ var init_runagent = __esm(() => {
|
|
|
67783
67812
|
requires_approval: "requiresApproval"
|
|
67784
67813
|
});
|
|
67785
67814
|
});
|
|
67786
|
-
|
|
67815
|
+
RetrieveKnowledgeBasesTool$outboundSchema = objectType({
|
|
67787
67816
|
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema,
|
|
67788
67817
|
requiresApproval: booleanType().default(false)
|
|
67789
67818
|
}).transform((v2) => {
|
|
@@ -67791,17 +67820,17 @@ var init_runagent = __esm(() => {
|
|
|
67791
67820
|
requiresApproval: "requires_approval"
|
|
67792
67821
|
});
|
|
67793
67822
|
});
|
|
67794
|
-
((
|
|
67795
|
-
|
|
67796
|
-
|
|
67797
|
-
})(
|
|
67823
|
+
((RetrieveKnowledgeBasesTool$) => {
|
|
67824
|
+
RetrieveKnowledgeBasesTool$.inboundSchema = RetrieveKnowledgeBasesTool$inboundSchema;
|
|
67825
|
+
RetrieveKnowledgeBasesTool$.outboundSchema = RetrieveKnowledgeBasesTool$outboundSchema;
|
|
67826
|
+
})(RetrieveKnowledgeBasesTool$ ||= {});
|
|
67798
67827
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type);
|
|
67799
67828
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema;
|
|
67800
67829
|
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$) => {
|
|
67801
67830
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$.inboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema;
|
|
67802
67831
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$.outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema;
|
|
67803
67832
|
})(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$ ||= {});
|
|
67804
|
-
|
|
67833
|
+
DeleteMemoryStoreTool$inboundSchema = objectType({
|
|
67805
67834
|
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema,
|
|
67806
67835
|
requires_approval: booleanType().default(false)
|
|
67807
67836
|
}).transform((v2) => {
|
|
@@ -67809,7 +67838,7 @@ var init_runagent = __esm(() => {
|
|
|
67809
67838
|
requires_approval: "requiresApproval"
|
|
67810
67839
|
});
|
|
67811
67840
|
});
|
|
67812
|
-
|
|
67841
|
+
DeleteMemoryStoreTool$outboundSchema = objectType({
|
|
67813
67842
|
type: RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema,
|
|
67814
67843
|
requiresApproval: booleanType().default(false)
|
|
67815
67844
|
}).transform((v2) => {
|
|
@@ -67817,10 +67846,10 @@ var init_runagent = __esm(() => {
|
|
|
67817
67846
|
requiresApproval: "requires_approval"
|
|
67818
67847
|
});
|
|
67819
67848
|
});
|
|
67820
|
-
((
|
|
67821
|
-
|
|
67822
|
-
|
|
67823
|
-
})(
|
|
67849
|
+
((DeleteMemoryStoreTool$) => {
|
|
67850
|
+
DeleteMemoryStoreTool$.inboundSchema = DeleteMemoryStoreTool$inboundSchema;
|
|
67851
|
+
DeleteMemoryStoreTool$.outboundSchema = DeleteMemoryStoreTool$outboundSchema;
|
|
67852
|
+
})(DeleteMemoryStoreTool$ ||= {});
|
|
67824
67853
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$inboundSchema = nativeEnumType(RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType);
|
|
67825
67854
|
RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$outboundSchema = RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$inboundSchema;
|
|
67826
67855
|
((RunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$) => {
|
|
@@ -68014,6 +68043,7 @@ var init_runagent = __esm(() => {
|
|
|
68014
68043
|
lazyType(() => QueryMemoryStoreTool$inboundSchema),
|
|
68015
68044
|
lazyType(() => WriteMemoryStoreTool$inboundSchema),
|
|
68016
68045
|
lazyType(() => RetrieveMemoryStoresTool$inboundSchema),
|
|
68046
|
+
lazyType(() => DeleteMemoryStoreTool$inboundSchema),
|
|
68017
68047
|
lazyType(() => RetrieveKnowledgeBasesTool$inboundSchema),
|
|
68018
68048
|
lazyType(() => QueryKnowledgeBaseTool$inboundSchema),
|
|
68019
68049
|
lazyType(() => CurrentDateTool$inboundSchema)
|
|
@@ -68029,6 +68059,7 @@ var init_runagent = __esm(() => {
|
|
|
68029
68059
|
lazyType(() => QueryMemoryStoreTool$outboundSchema),
|
|
68030
68060
|
lazyType(() => WriteMemoryStoreTool$outboundSchema),
|
|
68031
68061
|
lazyType(() => RetrieveMemoryStoresTool$outboundSchema),
|
|
68062
|
+
lazyType(() => DeleteMemoryStoreTool$outboundSchema),
|
|
68032
68063
|
lazyType(() => RetrieveKnowledgeBasesTool$outboundSchema),
|
|
68033
68064
|
lazyType(() => QueryKnowledgeBaseTool$outboundSchema),
|
|
68034
68065
|
lazyType(() => CurrentDateTool$outboundSchema)
|
|
@@ -68055,6 +68086,7 @@ var init_runagent = __esm(() => {
|
|
|
68055
68086
|
lazyType(() => QueryMemoryStoreTool$inboundSchema),
|
|
68056
68087
|
lazyType(() => WriteMemoryStoreTool$inboundSchema),
|
|
68057
68088
|
lazyType(() => RetrieveMemoryStoresTool$inboundSchema),
|
|
68089
|
+
lazyType(() => DeleteMemoryStoreTool$inboundSchema),
|
|
68058
68090
|
lazyType(() => RetrieveKnowledgeBasesTool$inboundSchema),
|
|
68059
68091
|
lazyType(() => QueryKnowledgeBaseTool$inboundSchema),
|
|
68060
68092
|
lazyType(() => CurrentDateTool$inboundSchema)
|
|
@@ -68081,6 +68113,7 @@ var init_runagent = __esm(() => {
|
|
|
68081
68113
|
lazyType(() => QueryMemoryStoreTool$outboundSchema),
|
|
68082
68114
|
lazyType(() => WriteMemoryStoreTool$outboundSchema),
|
|
68083
68115
|
lazyType(() => RetrieveMemoryStoresTool$outboundSchema),
|
|
68116
|
+
lazyType(() => DeleteMemoryStoreTool$outboundSchema),
|
|
68084
68117
|
lazyType(() => RetrieveKnowledgeBasesTool$outboundSchema),
|
|
68085
68118
|
lazyType(() => QueryKnowledgeBaseTool$outboundSchema),
|
|
68086
68119
|
lazyType(() => CurrentDateTool$outboundSchema)
|
|
@@ -68968,7 +69001,7 @@ var init_searchknowledge = __esm(() => {
|
|
|
68968
69001
|
});
|
|
68969
69002
|
|
|
68970
69003
|
// src/models/operations/streamrunagent.ts
|
|
68971
|
-
var StreamRunAgentRoleToolMessage, StreamRunAgentRoleUserMessage, StreamRunAgentPublicMessagePartAgentsRequestKind, StreamRunAgentPublicMessagePartAgentsKind, StreamRunAgentPublicMessagePartKind, StreamRunAgentKnowledgeBaseConfigurationAgentsType, StreamRunAgentKnowledgeBaseConfigurationType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type, RunAgentRequestToolLanguage, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type, RunAgentRequestToolMethod, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11HttpType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType, StreamRunAgentRunAgentRequestToolAgentsRequestType, StreamRunAgentRunAgentRequestToolAgentsType, StreamRunAgentRunAgentRequestToolType, StreamRunAgentToolApprovalRequired, StreamRunAgentRoleToolMessage$inboundSchema, StreamRunAgentRoleToolMessage$outboundSchema, StreamRunAgentRoleToolMessage$, StreamRunAgentRoleUserMessage$inboundSchema, StreamRunAgentRoleUserMessage$outboundSchema, StreamRunAgentRoleUserMessage$, StreamRunAgentRole$inboundSchema, StreamRunAgentRole$outboundSchema, StreamRunAgentRole$, StreamRunAgentPublicMessagePartAgentsRequestKind$inboundSchema, StreamRunAgentPublicMessagePartAgentsRequestKind$outboundSchema, StreamRunAgentPublicMessagePartAgentsRequestKind$, PublicMessagePartToolResultPart$inboundSchema, PublicMessagePartToolResultPart$outboundSchema, PublicMessagePartToolResultPart$, StreamRunAgentPublicMessagePartAgentsKind$inboundSchema, StreamRunAgentPublicMessagePartAgentsKind$outboundSchema, StreamRunAgentPublicMessagePartAgentsKind$, FileFileInURIFormat$inboundSchema, FileFileInURIFormat$outboundSchema, FileFileInURIFormat$, FileBinaryFormat$inboundSchema, FileBinaryFormat$outboundSchema, FileBinaryFormat$, StreamRunAgentPublicMessagePartFile$inboundSchema, StreamRunAgentPublicMessagePartFile$outboundSchema, StreamRunAgentPublicMessagePartFile$, PublicMessagePartFilePart$inboundSchema, PublicMessagePartFilePart$outboundSchema, PublicMessagePartFilePart$, StreamRunAgentPublicMessagePartKind$inboundSchema, StreamRunAgentPublicMessagePartKind$outboundSchema, StreamRunAgentPublicMessagePartKind$, PublicMessagePartTextPart$inboundSchema, PublicMessagePartTextPart$outboundSchema, PublicMessagePartTextPart$, StreamRunAgentPublicMessagePart$inboundSchema, StreamRunAgentPublicMessagePart$outboundSchema, StreamRunAgentPublicMessagePart$, StreamRunAgentMessage$inboundSchema, StreamRunAgentMessage$outboundSchema, StreamRunAgentMessage$, StreamRunAgentContact$inboundSchema, StreamRunAgentContact$outboundSchema, StreamRunAgentContact$, StreamRunAgentThread$inboundSchema, StreamRunAgentThread$outboundSchema, StreamRunAgentThread$, StreamRunAgentMemory$inboundSchema, StreamRunAgentMemory$outboundSchema, StreamRunAgentMemory$, StreamRunAgentKnowledgeBaseConfigurationAgentsType$inboundSchema, StreamRunAgentKnowledgeBaseConfigurationAgentsType$outboundSchema, StreamRunAgentKnowledgeBaseConfigurationAgentsType$, KnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema, KnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema, KnowledgeBaseConfigurationKnowledgeBaseStaticQuery$, StreamRunAgentKnowledgeBaseConfigurationType$inboundSchema, StreamRunAgentKnowledgeBaseConfigurationType$outboundSchema, StreamRunAgentKnowledgeBaseConfigurationType$, KnowledgeBaseConfigurationKnowledgeBaseLastUserMessage$inboundSchema, KnowledgeBaseConfigurationKnowledgeBaseLastUserMessage$outboundSchema, KnowledgeBaseConfigurationKnowledgeBaseLastUserMessage$, StreamRunAgentKnowledgeBaseConfiguration$inboundSchema, StreamRunAgentKnowledgeBaseConfiguration$outboundSchema, StreamRunAgentKnowledgeBaseConfiguration$, StreamRunAgentKnowledgeBases$inboundSchema, StreamRunAgentKnowledgeBases$outboundSchema, StreamRunAgentKnowledgeBases$, StreamRunAgentTeamOfAgents$inboundSchema, StreamRunAgentTeamOfAgents$outboundSchema, StreamRunAgentTeamOfAgents$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$, StreamRunAgentRunAgentRequestToolFunction$inboundSchema, StreamRunAgentRunAgentRequestToolFunction$outboundSchema, StreamRunAgentRunAgentRequestToolFunction$, RunAgentRequestToolFunctionTool$inboundSchema, RunAgentRequestToolFunctionTool$outboundSchema, RunAgentRequestToolFunctionTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$, RunAgentRequestToolLanguage$inboundSchema, RunAgentRequestToolLanguage$outboundSchema, RunAgentRequestToolLanguage$, RunAgentRequestToolCodeTool$inboundSchema, RunAgentRequestToolCodeTool$outboundSchema, RunAgentRequestToolCodeTool$, RunAgentRequestToolCodeExecutionTool$inboundSchema, RunAgentRequestToolCodeExecutionTool$outboundSchema, RunAgentRequestToolCodeExecutionTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$, RunAgentRequestToolMethod$inboundSchema, RunAgentRequestToolMethod$outboundSchema, RunAgentRequestToolMethod$, RunAgentRequestToolBlueprint$inboundSchema, RunAgentRequestToolBlueprint$outboundSchema, RunAgentRequestToolBlueprint$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11HttpType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11HttpType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11HttpType$, RunAgentRequestToolDefaultValue$inboundSchema, RunAgentRequestToolDefaultValue$outboundSchema, RunAgentRequestToolDefaultValue$, RunAgentRequestToolArguments$inboundSchema, RunAgentRequestToolArguments$outboundSchema, RunAgentRequestToolArguments$, RunAgentRequestToolHttp$inboundSchema, RunAgentRequestToolHttp$outboundSchema, RunAgentRequestToolHttp$, RunAgentRequestToolHTTPTool$inboundSchema, RunAgentRequestToolHTTPTool$outboundSchema, RunAgentRequestToolHTTPTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$, RunAgentRequestToolCurrentDateTool$inboundSchema, RunAgentRequestToolCurrentDateTool$outboundSchema, RunAgentRequestToolCurrentDateTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$, RunAgentRequestToolQueryKnowledgeBaseTool$inboundSchema, RunAgentRequestToolQueryKnowledgeBaseTool$outboundSchema, RunAgentRequestToolQueryKnowledgeBaseTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$, RunAgentRequestToolRetrieveKnowledgeBasesTool$inboundSchema, RunAgentRequestToolRetrieveKnowledgeBasesTool$outboundSchema, RunAgentRequestToolRetrieveKnowledgeBasesTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$, RunAgentRequestToolRetrieveMemoryStoresTool$inboundSchema, RunAgentRequestToolRetrieveMemoryStoresTool$outboundSchema, RunAgentRequestToolRetrieveMemoryStoresTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$, RunAgentRequestToolWriteMemoryStoreTool$inboundSchema, RunAgentRequestToolWriteMemoryStoreTool$outboundSchema, RunAgentRequestToolWriteMemoryStoreTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$, RunAgentRequestToolQueryMemoryStoreTool$inboundSchema, RunAgentRequestToolQueryMemoryStoreTool$outboundSchema, RunAgentRequestToolQueryMemoryStoreTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType$, RunAgentRequestToolRetrieveAgentsTool$inboundSchema, RunAgentRequestToolRetrieveAgentsTool$outboundSchema, RunAgentRequestToolRetrieveAgentsTool$, StreamRunAgentRunAgentRequestToolAgentsRequestType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestType$, RunAgentRequestToolCallSubAgentTool$inboundSchema, RunAgentRequestToolCallSubAgentTool$outboundSchema, RunAgentRequestToolCallSubAgentTool$, StreamRunAgentRunAgentRequestToolAgentsType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsType$, RunAgentRequestToolWebScraperTool$inboundSchema, RunAgentRequestToolWebScraperTool$outboundSchema, RunAgentRequestToolWebScraperTool$, StreamRunAgentRunAgentRequestToolType$inboundSchema, StreamRunAgentRunAgentRequestToolType$outboundSchema, StreamRunAgentRunAgentRequestToolType$, RunAgentRequestToolGoogleSearchTool$inboundSchema, RunAgentRequestToolGoogleSearchTool$outboundSchema, RunAgentRequestToolGoogleSearchTool$, StreamRunAgentRunAgentRequestTool$inboundSchema, StreamRunAgentRunAgentRequestTool$outboundSchema, StreamRunAgentRunAgentRequestTool$, StreamRunAgentToolApprovalRequired$inboundSchema, StreamRunAgentToolApprovalRequired$outboundSchema, StreamRunAgentToolApprovalRequired$, StreamRunAgentSettings$inboundSchema, StreamRunAgentSettings$outboundSchema, StreamRunAgentSettings$, StreamRunAgentRequestBody$inboundSchema, StreamRunAgentRequestBody$outboundSchema, StreamRunAgentRequestBody$, StreamRunAgentResponseBody$inboundSchema, StreamRunAgentResponseBody$outboundSchema, StreamRunAgentResponseBody$;
|
|
69004
|
+
var StreamRunAgentRoleToolMessage, StreamRunAgentRoleUserMessage, StreamRunAgentPublicMessagePartAgentsRequestKind, StreamRunAgentPublicMessagePartAgentsKind, StreamRunAgentPublicMessagePartKind, StreamRunAgentKnowledgeBaseConfigurationAgentsType, StreamRunAgentKnowledgeBaseConfigurationType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type, RunAgentRequestToolLanguage, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type, RunAgentRequestToolMethod, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType, StreamRunAgentRunAgentRequestToolAgentsRequestType, StreamRunAgentRunAgentRequestToolAgentsType, StreamRunAgentRunAgentRequestToolType, StreamRunAgentToolApprovalRequired, StreamRunAgentRoleToolMessage$inboundSchema, StreamRunAgentRoleToolMessage$outboundSchema, StreamRunAgentRoleToolMessage$, StreamRunAgentRoleUserMessage$inboundSchema, StreamRunAgentRoleUserMessage$outboundSchema, StreamRunAgentRoleUserMessage$, StreamRunAgentRole$inboundSchema, StreamRunAgentRole$outboundSchema, StreamRunAgentRole$, StreamRunAgentPublicMessagePartAgentsRequestKind$inboundSchema, StreamRunAgentPublicMessagePartAgentsRequestKind$outboundSchema, StreamRunAgentPublicMessagePartAgentsRequestKind$, PublicMessagePartToolResultPart$inboundSchema, PublicMessagePartToolResultPart$outboundSchema, PublicMessagePartToolResultPart$, StreamRunAgentPublicMessagePartAgentsKind$inboundSchema, StreamRunAgentPublicMessagePartAgentsKind$outboundSchema, StreamRunAgentPublicMessagePartAgentsKind$, FileFileInURIFormat$inboundSchema, FileFileInURIFormat$outboundSchema, FileFileInURIFormat$, FileBinaryFormat$inboundSchema, FileBinaryFormat$outboundSchema, FileBinaryFormat$, StreamRunAgentPublicMessagePartFile$inboundSchema, StreamRunAgentPublicMessagePartFile$outboundSchema, StreamRunAgentPublicMessagePartFile$, PublicMessagePartFilePart$inboundSchema, PublicMessagePartFilePart$outboundSchema, PublicMessagePartFilePart$, StreamRunAgentPublicMessagePartKind$inboundSchema, StreamRunAgentPublicMessagePartKind$outboundSchema, StreamRunAgentPublicMessagePartKind$, PublicMessagePartTextPart$inboundSchema, PublicMessagePartTextPart$outboundSchema, PublicMessagePartTextPart$, StreamRunAgentPublicMessagePart$inboundSchema, StreamRunAgentPublicMessagePart$outboundSchema, StreamRunAgentPublicMessagePart$, StreamRunAgentMessage$inboundSchema, StreamRunAgentMessage$outboundSchema, StreamRunAgentMessage$, StreamRunAgentContact$inboundSchema, StreamRunAgentContact$outboundSchema, StreamRunAgentContact$, StreamRunAgentThread$inboundSchema, StreamRunAgentThread$outboundSchema, StreamRunAgentThread$, StreamRunAgentMemory$inboundSchema, StreamRunAgentMemory$outboundSchema, StreamRunAgentMemory$, StreamRunAgentKnowledgeBaseConfigurationAgentsType$inboundSchema, StreamRunAgentKnowledgeBaseConfigurationAgentsType$outboundSchema, StreamRunAgentKnowledgeBaseConfigurationAgentsType$, KnowledgeBaseConfigurationKnowledgeBaseStaticQuery$inboundSchema, KnowledgeBaseConfigurationKnowledgeBaseStaticQuery$outboundSchema, KnowledgeBaseConfigurationKnowledgeBaseStaticQuery$, StreamRunAgentKnowledgeBaseConfigurationType$inboundSchema, StreamRunAgentKnowledgeBaseConfigurationType$outboundSchema, StreamRunAgentKnowledgeBaseConfigurationType$, KnowledgeBaseConfigurationKnowledgeBaseLastUserMessage$inboundSchema, KnowledgeBaseConfigurationKnowledgeBaseLastUserMessage$outboundSchema, KnowledgeBaseConfigurationKnowledgeBaseLastUserMessage$, StreamRunAgentKnowledgeBaseConfiguration$inboundSchema, StreamRunAgentKnowledgeBaseConfiguration$outboundSchema, StreamRunAgentKnowledgeBaseConfiguration$, StreamRunAgentKnowledgeBases$inboundSchema, StreamRunAgentKnowledgeBases$outboundSchema, StreamRunAgentKnowledgeBases$, StreamRunAgentTeamOfAgents$inboundSchema, StreamRunAgentTeamOfAgents$outboundSchema, StreamRunAgentTeamOfAgents$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$, StreamRunAgentRunAgentRequestToolFunction$inboundSchema, StreamRunAgentRunAgentRequestToolFunction$outboundSchema, StreamRunAgentRunAgentRequestToolFunction$, RunAgentRequestToolFunctionTool$inboundSchema, RunAgentRequestToolFunctionTool$outboundSchema, RunAgentRequestToolFunctionTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$, RunAgentRequestToolLanguage$inboundSchema, RunAgentRequestToolLanguage$outboundSchema, RunAgentRequestToolLanguage$, RunAgentRequestToolCodeTool$inboundSchema, RunAgentRequestToolCodeTool$outboundSchema, RunAgentRequestToolCodeTool$, RunAgentRequestToolCodeExecutionTool$inboundSchema, RunAgentRequestToolCodeExecutionTool$outboundSchema, RunAgentRequestToolCodeExecutionTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$, RunAgentRequestToolMethod$inboundSchema, RunAgentRequestToolMethod$outboundSchema, RunAgentRequestToolMethod$, RunAgentRequestToolBlueprint$inboundSchema, RunAgentRequestToolBlueprint$outboundSchema, RunAgentRequestToolBlueprint$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$, RunAgentRequestToolDefaultValue$inboundSchema, RunAgentRequestToolDefaultValue$outboundSchema, RunAgentRequestToolDefaultValue$, RunAgentRequestToolArguments$inboundSchema, RunAgentRequestToolArguments$outboundSchema, RunAgentRequestToolArguments$, RunAgentRequestToolHttp$inboundSchema, RunAgentRequestToolHttp$outboundSchema, RunAgentRequestToolHttp$, RunAgentRequestToolHTTPTool$inboundSchema, RunAgentRequestToolHTTPTool$outboundSchema, RunAgentRequestToolHTTPTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$, RunAgentRequestToolCurrentDateTool$inboundSchema, RunAgentRequestToolCurrentDateTool$outboundSchema, RunAgentRequestToolCurrentDateTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$, RunAgentRequestToolQueryKnowledgeBaseTool$inboundSchema, RunAgentRequestToolQueryKnowledgeBaseTool$outboundSchema, RunAgentRequestToolQueryKnowledgeBaseTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$, RunAgentRequestToolRetrieveKnowledgeBasesTool$inboundSchema, RunAgentRequestToolRetrieveKnowledgeBasesTool$outboundSchema, RunAgentRequestToolRetrieveKnowledgeBasesTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$, RunAgentRequestToolDeleteMemoryStoreTool$inboundSchema, RunAgentRequestToolDeleteMemoryStoreTool$outboundSchema, RunAgentRequestToolDeleteMemoryStoreTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$, RunAgentRequestToolRetrieveMemoryStoresTool$inboundSchema, RunAgentRequestToolRetrieveMemoryStoresTool$outboundSchema, RunAgentRequestToolRetrieveMemoryStoresTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsToolsType$, RunAgentRequestToolWriteMemoryStoreTool$inboundSchema, RunAgentRequestToolWriteMemoryStoreTool$outboundSchema, RunAgentRequestToolWriteMemoryStoreTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsType$, RunAgentRequestToolQueryMemoryStoreTool$inboundSchema, RunAgentRequestToolQueryMemoryStoreTool$outboundSchema, RunAgentRequestToolQueryMemoryStoreTool$, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodyType$, RunAgentRequestToolRetrieveAgentsTool$inboundSchema, RunAgentRequestToolRetrieveAgentsTool$outboundSchema, RunAgentRequestToolRetrieveAgentsTool$, StreamRunAgentRunAgentRequestToolAgentsRequestType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsRequestType$, RunAgentRequestToolCallSubAgentTool$inboundSchema, RunAgentRequestToolCallSubAgentTool$outboundSchema, RunAgentRequestToolCallSubAgentTool$, StreamRunAgentRunAgentRequestToolAgentsType$inboundSchema, StreamRunAgentRunAgentRequestToolAgentsType$outboundSchema, StreamRunAgentRunAgentRequestToolAgentsType$, RunAgentRequestToolWebScraperTool$inboundSchema, RunAgentRequestToolWebScraperTool$outboundSchema, RunAgentRequestToolWebScraperTool$, StreamRunAgentRunAgentRequestToolType$inboundSchema, StreamRunAgentRunAgentRequestToolType$outboundSchema, StreamRunAgentRunAgentRequestToolType$, RunAgentRequestToolGoogleSearchTool$inboundSchema, RunAgentRequestToolGoogleSearchTool$outboundSchema, RunAgentRequestToolGoogleSearchTool$, StreamRunAgentRunAgentRequestTool$inboundSchema, StreamRunAgentRunAgentRequestTool$outboundSchema, StreamRunAgentRunAgentRequestTool$, StreamRunAgentToolApprovalRequired$inboundSchema, StreamRunAgentToolApprovalRequired$outboundSchema, StreamRunAgentToolApprovalRequired$, StreamRunAgentSettings$inboundSchema, StreamRunAgentSettings$outboundSchema, StreamRunAgentSettings$, StreamRunAgentRequestBody$inboundSchema, StreamRunAgentRequestBody$outboundSchema, StreamRunAgentRequestBody$, StreamRunAgentResponseBody$inboundSchema, StreamRunAgentResponseBody$outboundSchema, StreamRunAgentResponseBody$;
|
|
68972
69005
|
var init_streamrunagent = __esm(() => {
|
|
68973
69006
|
init_esm();
|
|
68974
69007
|
init_primitives();
|
|
@@ -68993,16 +69026,16 @@ var init_streamrunagent = __esm(() => {
|
|
|
68993
69026
|
StreamRunAgentKnowledgeBaseConfigurationType = {
|
|
68994
69027
|
LastUserMessage: "last_user_message"
|
|
68995
69028
|
};
|
|
68996
|
-
|
|
69029
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type = {
|
|
68997
69030
|
Function: "function"
|
|
68998
69031
|
};
|
|
68999
|
-
|
|
69032
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type = {
|
|
69000
69033
|
Code: "code"
|
|
69001
69034
|
};
|
|
69002
69035
|
RunAgentRequestToolLanguage = {
|
|
69003
69036
|
Python: "python"
|
|
69004
69037
|
};
|
|
69005
|
-
|
|
69038
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type = {
|
|
69006
69039
|
Http: "http"
|
|
69007
69040
|
};
|
|
69008
69041
|
RunAgentRequestToolMethod = {
|
|
@@ -69011,20 +69044,23 @@ var init_streamrunagent = __esm(() => {
|
|
|
69011
69044
|
Put: "PUT",
|
|
69012
69045
|
Delete: "DELETE"
|
|
69013
69046
|
};
|
|
69014
|
-
|
|
69047
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType = {
|
|
69015
69048
|
String: "string",
|
|
69016
69049
|
Number: "number",
|
|
69017
69050
|
Boolean: "boolean"
|
|
69018
69051
|
};
|
|
69019
|
-
|
|
69052
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type = {
|
|
69020
69053
|
CurrentDate: "current_date"
|
|
69021
69054
|
};
|
|
69022
|
-
|
|
69055
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type = {
|
|
69023
69056
|
QueryKnowledgeBase: "query_knowledge_base"
|
|
69024
69057
|
};
|
|
69025
|
-
|
|
69058
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type = {
|
|
69026
69059
|
RetrieveKnowledgeBases: "retrieve_knowledge_bases"
|
|
69027
69060
|
};
|
|
69061
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type = {
|
|
69062
|
+
DeleteMemoryDocument: "delete_memory_document"
|
|
69063
|
+
};
|
|
69028
69064
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type = {
|
|
69029
69065
|
RetrieveMemoryStores: "retrieve_memory_stores"
|
|
69030
69066
|
};
|
|
@@ -69373,12 +69409,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
69373
69409
|
StreamRunAgentTeamOfAgents$.inboundSchema = StreamRunAgentTeamOfAgents$inboundSchema;
|
|
69374
69410
|
StreamRunAgentTeamOfAgents$.outboundSchema = StreamRunAgentTeamOfAgents$outboundSchema;
|
|
69375
69411
|
})(StreamRunAgentTeamOfAgents$ ||= {});
|
|
69376
|
-
|
|
69377
|
-
|
|
69378
|
-
((
|
|
69379
|
-
|
|
69380
|
-
|
|
69381
|
-
})(
|
|
69412
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type);
|
|
69413
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema;
|
|
69414
|
+
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$) => {
|
|
69415
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema;
|
|
69416
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema;
|
|
69417
|
+
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$ ||= {});
|
|
69382
69418
|
StreamRunAgentRunAgentRequestToolFunction$inboundSchema = objectType({
|
|
69383
69419
|
name: stringType(),
|
|
69384
69420
|
description: stringType().optional(),
|
|
@@ -69396,7 +69432,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69396
69432
|
StreamRunAgentRunAgentRequestToolFunction$.outboundSchema = StreamRunAgentRunAgentRequestToolFunction$outboundSchema;
|
|
69397
69433
|
})(StreamRunAgentRunAgentRequestToolFunction$ ||= {});
|
|
69398
69434
|
RunAgentRequestToolFunctionTool$inboundSchema = objectType({
|
|
69399
|
-
type:
|
|
69435
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$inboundSchema,
|
|
69400
69436
|
_id: stringType().optional(),
|
|
69401
69437
|
key: stringType(),
|
|
69402
69438
|
display_name: stringType().optional(),
|
|
@@ -69411,7 +69447,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69411
69447
|
});
|
|
69412
69448
|
});
|
|
69413
69449
|
RunAgentRequestToolFunctionTool$outboundSchema = objectType({
|
|
69414
|
-
type:
|
|
69450
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools14Type$outboundSchema,
|
|
69415
69451
|
id: stringType().optional(),
|
|
69416
69452
|
key: stringType(),
|
|
69417
69453
|
displayName: stringType().optional(),
|
|
@@ -69429,12 +69465,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
69429
69465
|
RunAgentRequestToolFunctionTool$.inboundSchema = RunAgentRequestToolFunctionTool$inboundSchema;
|
|
69430
69466
|
RunAgentRequestToolFunctionTool$.outboundSchema = RunAgentRequestToolFunctionTool$outboundSchema;
|
|
69431
69467
|
})(RunAgentRequestToolFunctionTool$ ||= {});
|
|
69432
|
-
|
|
69433
|
-
|
|
69434
|
-
((
|
|
69435
|
-
|
|
69436
|
-
|
|
69437
|
-
})(
|
|
69468
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type);
|
|
69469
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema;
|
|
69470
|
+
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$) => {
|
|
69471
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema;
|
|
69472
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema;
|
|
69473
|
+
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$ ||= {});
|
|
69438
69474
|
RunAgentRequestToolLanguage$inboundSchema = nativeEnumType(RunAgentRequestToolLanguage);
|
|
69439
69475
|
RunAgentRequestToolLanguage$outboundSchema = RunAgentRequestToolLanguage$inboundSchema;
|
|
69440
69476
|
((RunAgentRequestToolLanguage$) => {
|
|
@@ -69459,7 +69495,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69459
69495
|
key: stringType(),
|
|
69460
69496
|
display_name: stringType(),
|
|
69461
69497
|
description: stringType(),
|
|
69462
|
-
type:
|
|
69498
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$inboundSchema,
|
|
69463
69499
|
code_tool: lazyType(() => RunAgentRequestToolCodeTool$inboundSchema),
|
|
69464
69500
|
_id: stringType().optional(),
|
|
69465
69501
|
requires_approval: booleanType().default(false)
|
|
@@ -69475,7 +69511,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69475
69511
|
key: stringType(),
|
|
69476
69512
|
displayName: stringType(),
|
|
69477
69513
|
description: stringType(),
|
|
69478
|
-
type:
|
|
69514
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools13Type$outboundSchema,
|
|
69479
69515
|
codeTool: lazyType(() => RunAgentRequestToolCodeTool$outboundSchema),
|
|
69480
69516
|
id: stringType().optional(),
|
|
69481
69517
|
requiresApproval: booleanType().default(false)
|
|
@@ -69491,12 +69527,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
69491
69527
|
RunAgentRequestToolCodeExecutionTool$.inboundSchema = RunAgentRequestToolCodeExecutionTool$inboundSchema;
|
|
69492
69528
|
RunAgentRequestToolCodeExecutionTool$.outboundSchema = RunAgentRequestToolCodeExecutionTool$outboundSchema;
|
|
69493
69529
|
})(RunAgentRequestToolCodeExecutionTool$ ||= {});
|
|
69494
|
-
|
|
69495
|
-
|
|
69496
|
-
((
|
|
69497
|
-
|
|
69498
|
-
|
|
69499
|
-
})(
|
|
69530
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type);
|
|
69531
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema;
|
|
69532
|
+
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$) => {
|
|
69533
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema;
|
|
69534
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema;
|
|
69535
|
+
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$ ||= {});
|
|
69500
69536
|
RunAgentRequestToolMethod$inboundSchema = nativeEnumType(RunAgentRequestToolMethod);
|
|
69501
69537
|
RunAgentRequestToolMethod$outboundSchema = RunAgentRequestToolMethod$inboundSchema;
|
|
69502
69538
|
((RunAgentRequestToolMethod$) => {
|
|
@@ -69519,12 +69555,12 @@ var init_streamrunagent = __esm(() => {
|
|
|
69519
69555
|
RunAgentRequestToolBlueprint$.inboundSchema = RunAgentRequestToolBlueprint$inboundSchema;
|
|
69520
69556
|
RunAgentRequestToolBlueprint$.outboundSchema = RunAgentRequestToolBlueprint$outboundSchema;
|
|
69521
69557
|
})(RunAgentRequestToolBlueprint$ ||= {});
|
|
69522
|
-
|
|
69523
|
-
|
|
69524
|
-
((
|
|
69525
|
-
|
|
69526
|
-
|
|
69527
|
-
})(
|
|
69558
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType);
|
|
69559
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema;
|
|
69560
|
+
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$) => {
|
|
69561
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema;
|
|
69562
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema;
|
|
69563
|
+
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$ ||= {});
|
|
69528
69564
|
RunAgentRequestToolDefaultValue$inboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
69529
69565
|
RunAgentRequestToolDefaultValue$outboundSchema = unionType([stringType(), numberType(), booleanType()]);
|
|
69530
69566
|
((RunAgentRequestToolDefaultValue$) => {
|
|
@@ -69532,7 +69568,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69532
69568
|
RunAgentRequestToolDefaultValue$.outboundSchema = RunAgentRequestToolDefaultValue$outboundSchema;
|
|
69533
69569
|
})(RunAgentRequestToolDefaultValue$ ||= {});
|
|
69534
69570
|
RunAgentRequestToolArguments$inboundSchema = objectType({
|
|
69535
|
-
type:
|
|
69571
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$inboundSchema,
|
|
69536
69572
|
description: stringType(),
|
|
69537
69573
|
send_to_model: booleanType().default(true),
|
|
69538
69574
|
default_value: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -69543,7 +69579,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69543
69579
|
});
|
|
69544
69580
|
});
|
|
69545
69581
|
RunAgentRequestToolArguments$outboundSchema = objectType({
|
|
69546
|
-
type:
|
|
69582
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12HttpType$outboundSchema,
|
|
69547
69583
|
description: stringType(),
|
|
69548
69584
|
sendToModel: booleanType().default(true),
|
|
69549
69585
|
defaultValue: unionType([stringType(), numberType(), booleanType()]).optional()
|
|
@@ -69570,11 +69606,11 @@ var init_streamrunagent = __esm(() => {
|
|
|
69570
69606
|
RunAgentRequestToolHttp$.outboundSchema = RunAgentRequestToolHttp$outboundSchema;
|
|
69571
69607
|
})(RunAgentRequestToolHttp$ ||= {});
|
|
69572
69608
|
RunAgentRequestToolHTTPTool$inboundSchema = objectType({
|
|
69573
|
-
_id: stringType().default("
|
|
69609
|
+
_id: stringType().default("01K6D83JNPHYMAVD3B8WC12Z76"),
|
|
69574
69610
|
key: stringType(),
|
|
69575
69611
|
display_name: stringType(),
|
|
69576
69612
|
description: stringType(),
|
|
69577
|
-
type:
|
|
69613
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$inboundSchema,
|
|
69578
69614
|
http: lazyType(() => RunAgentRequestToolHttp$inboundSchema),
|
|
69579
69615
|
requires_approval: booleanType().default(false)
|
|
69580
69616
|
}).transform((v2) => {
|
|
@@ -69585,11 +69621,11 @@ var init_streamrunagent = __esm(() => {
|
|
|
69585
69621
|
});
|
|
69586
69622
|
});
|
|
69587
69623
|
RunAgentRequestToolHTTPTool$outboundSchema = objectType({
|
|
69588
|
-
id: stringType().default("
|
|
69624
|
+
id: stringType().default("01K6D83JNPHYMAVD3B8WC12Z76"),
|
|
69589
69625
|
key: stringType(),
|
|
69590
69626
|
displayName: stringType(),
|
|
69591
69627
|
description: stringType(),
|
|
69592
|
-
type:
|
|
69628
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools12Type$outboundSchema,
|
|
69593
69629
|
http: lazyType(() => RunAgentRequestToolHttp$outboundSchema),
|
|
69594
69630
|
requiresApproval: booleanType().default(false)
|
|
69595
69631
|
}).transform((v2) => {
|
|
@@ -69603,13 +69639,39 @@ var init_streamrunagent = __esm(() => {
|
|
|
69603
69639
|
RunAgentRequestToolHTTPTool$.inboundSchema = RunAgentRequestToolHTTPTool$inboundSchema;
|
|
69604
69640
|
RunAgentRequestToolHTTPTool$.outboundSchema = RunAgentRequestToolHTTPTool$outboundSchema;
|
|
69605
69641
|
})(RunAgentRequestToolHTTPTool$ ||= {});
|
|
69642
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type);
|
|
69643
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema;
|
|
69644
|
+
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$) => {
|
|
69645
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema;
|
|
69646
|
+
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema;
|
|
69647
|
+
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$ ||= {});
|
|
69648
|
+
RunAgentRequestToolCurrentDateTool$inboundSchema = objectType({
|
|
69649
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$inboundSchema,
|
|
69650
|
+
requires_approval: booleanType().default(false)
|
|
69651
|
+
}).transform((v2) => {
|
|
69652
|
+
return remap(v2, {
|
|
69653
|
+
requires_approval: "requiresApproval"
|
|
69654
|
+
});
|
|
69655
|
+
});
|
|
69656
|
+
RunAgentRequestToolCurrentDateTool$outboundSchema = objectType({
|
|
69657
|
+
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools11Type$outboundSchema,
|
|
69658
|
+
requiresApproval: booleanType().default(false)
|
|
69659
|
+
}).transform((v2) => {
|
|
69660
|
+
return remap(v2, {
|
|
69661
|
+
requiresApproval: "requires_approval"
|
|
69662
|
+
});
|
|
69663
|
+
});
|
|
69664
|
+
((RunAgentRequestToolCurrentDateTool$) => {
|
|
69665
|
+
RunAgentRequestToolCurrentDateTool$.inboundSchema = RunAgentRequestToolCurrentDateTool$inboundSchema;
|
|
69666
|
+
RunAgentRequestToolCurrentDateTool$.outboundSchema = RunAgentRequestToolCurrentDateTool$outboundSchema;
|
|
69667
|
+
})(RunAgentRequestToolCurrentDateTool$ ||= {});
|
|
69606
69668
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type);
|
|
69607
69669
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema;
|
|
69608
69670
|
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$) => {
|
|
69609
69671
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema;
|
|
69610
69672
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema;
|
|
69611
69673
|
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$ ||= {});
|
|
69612
|
-
|
|
69674
|
+
RunAgentRequestToolQueryKnowledgeBaseTool$inboundSchema = objectType({
|
|
69613
69675
|
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$inboundSchema,
|
|
69614
69676
|
requires_approval: booleanType().default(false)
|
|
69615
69677
|
}).transform((v2) => {
|
|
@@ -69617,7 +69679,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69617
69679
|
requires_approval: "requiresApproval"
|
|
69618
69680
|
});
|
|
69619
69681
|
});
|
|
69620
|
-
|
|
69682
|
+
RunAgentRequestToolQueryKnowledgeBaseTool$outboundSchema = objectType({
|
|
69621
69683
|
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools10Type$outboundSchema,
|
|
69622
69684
|
requiresApproval: booleanType().default(false)
|
|
69623
69685
|
}).transform((v2) => {
|
|
@@ -69625,17 +69687,17 @@ var init_streamrunagent = __esm(() => {
|
|
|
69625
69687
|
requiresApproval: "requires_approval"
|
|
69626
69688
|
});
|
|
69627
69689
|
});
|
|
69628
|
-
((
|
|
69629
|
-
|
|
69630
|
-
|
|
69631
|
-
})(
|
|
69690
|
+
((RunAgentRequestToolQueryKnowledgeBaseTool$) => {
|
|
69691
|
+
RunAgentRequestToolQueryKnowledgeBaseTool$.inboundSchema = RunAgentRequestToolQueryKnowledgeBaseTool$inboundSchema;
|
|
69692
|
+
RunAgentRequestToolQueryKnowledgeBaseTool$.outboundSchema = RunAgentRequestToolQueryKnowledgeBaseTool$outboundSchema;
|
|
69693
|
+
})(RunAgentRequestToolQueryKnowledgeBaseTool$ ||= {});
|
|
69632
69694
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type);
|
|
69633
69695
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema;
|
|
69634
69696
|
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$) => {
|
|
69635
69697
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema;
|
|
69636
69698
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema;
|
|
69637
69699
|
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$ ||= {});
|
|
69638
|
-
|
|
69700
|
+
RunAgentRequestToolRetrieveKnowledgeBasesTool$inboundSchema = objectType({
|
|
69639
69701
|
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$inboundSchema,
|
|
69640
69702
|
requires_approval: booleanType().default(false)
|
|
69641
69703
|
}).transform((v2) => {
|
|
@@ -69643,7 +69705,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69643
69705
|
requires_approval: "requiresApproval"
|
|
69644
69706
|
});
|
|
69645
69707
|
});
|
|
69646
|
-
|
|
69708
|
+
RunAgentRequestToolRetrieveKnowledgeBasesTool$outboundSchema = objectType({
|
|
69647
69709
|
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools9Type$outboundSchema,
|
|
69648
69710
|
requiresApproval: booleanType().default(false)
|
|
69649
69711
|
}).transform((v2) => {
|
|
@@ -69651,17 +69713,17 @@ var init_streamrunagent = __esm(() => {
|
|
|
69651
69713
|
requiresApproval: "requires_approval"
|
|
69652
69714
|
});
|
|
69653
69715
|
});
|
|
69654
|
-
((
|
|
69655
|
-
|
|
69656
|
-
|
|
69657
|
-
})(
|
|
69716
|
+
((RunAgentRequestToolRetrieveKnowledgeBasesTool$) => {
|
|
69717
|
+
RunAgentRequestToolRetrieveKnowledgeBasesTool$.inboundSchema = RunAgentRequestToolRetrieveKnowledgeBasesTool$inboundSchema;
|
|
69718
|
+
RunAgentRequestToolRetrieveKnowledgeBasesTool$.outboundSchema = RunAgentRequestToolRetrieveKnowledgeBasesTool$outboundSchema;
|
|
69719
|
+
})(RunAgentRequestToolRetrieveKnowledgeBasesTool$ ||= {});
|
|
69658
69720
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type);
|
|
69659
69721
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema;
|
|
69660
69722
|
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$) => {
|
|
69661
69723
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$.inboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema;
|
|
69662
69724
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$.outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema;
|
|
69663
69725
|
})(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$ ||= {});
|
|
69664
|
-
|
|
69726
|
+
RunAgentRequestToolDeleteMemoryStoreTool$inboundSchema = objectType({
|
|
69665
69727
|
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$inboundSchema,
|
|
69666
69728
|
requires_approval: booleanType().default(false)
|
|
69667
69729
|
}).transform((v2) => {
|
|
@@ -69669,7 +69731,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69669
69731
|
requires_approval: "requiresApproval"
|
|
69670
69732
|
});
|
|
69671
69733
|
});
|
|
69672
|
-
|
|
69734
|
+
RunAgentRequestToolDeleteMemoryStoreTool$outboundSchema = objectType({
|
|
69673
69735
|
type: StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools8Type$outboundSchema,
|
|
69674
69736
|
requiresApproval: booleanType().default(false)
|
|
69675
69737
|
}).transform((v2) => {
|
|
@@ -69677,10 +69739,10 @@ var init_streamrunagent = __esm(() => {
|
|
|
69677
69739
|
requiresApproval: "requires_approval"
|
|
69678
69740
|
});
|
|
69679
69741
|
});
|
|
69680
|
-
((
|
|
69681
|
-
|
|
69682
|
-
|
|
69683
|
-
})(
|
|
69742
|
+
((RunAgentRequestToolDeleteMemoryStoreTool$) => {
|
|
69743
|
+
RunAgentRequestToolDeleteMemoryStoreTool$.inboundSchema = RunAgentRequestToolDeleteMemoryStoreTool$inboundSchema;
|
|
69744
|
+
RunAgentRequestToolDeleteMemoryStoreTool$.outboundSchema = RunAgentRequestToolDeleteMemoryStoreTool$outboundSchema;
|
|
69745
|
+
})(RunAgentRequestToolDeleteMemoryStoreTool$ ||= {});
|
|
69684
69746
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$inboundSchema = nativeEnumType(StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type);
|
|
69685
69747
|
StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$outboundSchema = StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$inboundSchema;
|
|
69686
69748
|
((StreamRunAgentRunAgentRequestToolAgentsRequestRequestBodySettingsTools7Type$) => {
|
|
@@ -69874,6 +69936,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69874
69936
|
lazyType(() => RunAgentRequestToolQueryMemoryStoreTool$inboundSchema),
|
|
69875
69937
|
lazyType(() => RunAgentRequestToolWriteMemoryStoreTool$inboundSchema),
|
|
69876
69938
|
lazyType(() => RunAgentRequestToolRetrieveMemoryStoresTool$inboundSchema),
|
|
69939
|
+
lazyType(() => RunAgentRequestToolDeleteMemoryStoreTool$inboundSchema),
|
|
69877
69940
|
lazyType(() => RunAgentRequestToolRetrieveKnowledgeBasesTool$inboundSchema),
|
|
69878
69941
|
lazyType(() => RunAgentRequestToolQueryKnowledgeBaseTool$inboundSchema),
|
|
69879
69942
|
lazyType(() => RunAgentRequestToolCurrentDateTool$inboundSchema)
|
|
@@ -69889,6 +69952,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69889
69952
|
lazyType(() => RunAgentRequestToolQueryMemoryStoreTool$outboundSchema),
|
|
69890
69953
|
lazyType(() => RunAgentRequestToolWriteMemoryStoreTool$outboundSchema),
|
|
69891
69954
|
lazyType(() => RunAgentRequestToolRetrieveMemoryStoresTool$outboundSchema),
|
|
69955
|
+
lazyType(() => RunAgentRequestToolDeleteMemoryStoreTool$outboundSchema),
|
|
69892
69956
|
lazyType(() => RunAgentRequestToolRetrieveKnowledgeBasesTool$outboundSchema),
|
|
69893
69957
|
lazyType(() => RunAgentRequestToolQueryKnowledgeBaseTool$outboundSchema),
|
|
69894
69958
|
lazyType(() => RunAgentRequestToolCurrentDateTool$outboundSchema)
|
|
@@ -69915,6 +69979,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69915
69979
|
lazyType(() => RunAgentRequestToolQueryMemoryStoreTool$inboundSchema),
|
|
69916
69980
|
lazyType(() => RunAgentRequestToolWriteMemoryStoreTool$inboundSchema),
|
|
69917
69981
|
lazyType(() => RunAgentRequestToolRetrieveMemoryStoresTool$inboundSchema),
|
|
69982
|
+
lazyType(() => RunAgentRequestToolDeleteMemoryStoreTool$inboundSchema),
|
|
69918
69983
|
lazyType(() => RunAgentRequestToolRetrieveKnowledgeBasesTool$inboundSchema),
|
|
69919
69984
|
lazyType(() => RunAgentRequestToolQueryKnowledgeBaseTool$inboundSchema),
|
|
69920
69985
|
lazyType(() => RunAgentRequestToolCurrentDateTool$inboundSchema)
|
|
@@ -69941,6 +70006,7 @@ var init_streamrunagent = __esm(() => {
|
|
|
69941
70006
|
lazyType(() => RunAgentRequestToolQueryMemoryStoreTool$outboundSchema),
|
|
69942
70007
|
lazyType(() => RunAgentRequestToolWriteMemoryStoreTool$outboundSchema),
|
|
69943
70008
|
lazyType(() => RunAgentRequestToolRetrieveMemoryStoresTool$outboundSchema),
|
|
70009
|
+
lazyType(() => RunAgentRequestToolDeleteMemoryStoreTool$outboundSchema),
|
|
69944
70010
|
lazyType(() => RunAgentRequestToolRetrieveKnowledgeBasesTool$outboundSchema),
|
|
69945
70011
|
lazyType(() => RunAgentRequestToolQueryKnowledgeBaseTool$outboundSchema),
|
|
69946
70012
|
lazyType(() => RunAgentRequestToolCurrentDateTool$outboundSchema)
|
|
@@ -70179,7 +70245,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70179
70245
|
is_active: booleanType(),
|
|
70180
70246
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
70181
70247
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70182
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
70248
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
70183
70249
|
}).transform((v2) => {
|
|
70184
70250
|
return remap(v2, {
|
|
70185
70251
|
_id: "id",
|
|
@@ -70195,7 +70261,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70195
70261
|
isActive: booleanType(),
|
|
70196
70262
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
70197
70263
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70198
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
70264
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
70199
70265
|
}).transform((v2) => {
|
|
70200
70266
|
return remap(v2, {
|
|
70201
70267
|
id: "_id",
|
|
@@ -70385,7 +70451,7 @@ var init_updatecontact = __esm(() => {
|
|
|
70385
70451
|
tags: arrayType(stringType()).optional(),
|
|
70386
70452
|
metadata: recordType(anyType()).optional(),
|
|
70387
70453
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70388
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
70454
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
70389
70455
|
}).transform((v2) => {
|
|
70390
70456
|
return remap(v2, {
|
|
70391
70457
|
_id: "id",
|
|
@@ -70403,7 +70469,7 @@ var init_updatecontact = __esm(() => {
|
|
|
70403
70469
|
tags: arrayType(stringType()).optional(),
|
|
70404
70470
|
metadata: recordType(anyType()).optional(),
|
|
70405
70471
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70406
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
70472
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
70407
70473
|
}).transform((v2) => {
|
|
70408
70474
|
return remap(v2, {
|
|
70409
70475
|
id: "_id",
|
|
@@ -71811,7 +71877,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71811
71877
|
created_by_id: stringType().optional(),
|
|
71812
71878
|
updated_by_id: stringType().optional(),
|
|
71813
71879
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71814
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
71880
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
71815
71881
|
}).transform((v2) => {
|
|
71816
71882
|
return remap(v2, {
|
|
71817
71883
|
_id: "id",
|
|
@@ -71838,7 +71904,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71838
71904
|
createdById: stringType().optional(),
|
|
71839
71905
|
updatedById: stringType().optional(),
|
|
71840
71906
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71841
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
71907
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
71842
71908
|
}).transform((v2) => {
|
|
71843
71909
|
return remap(v2, {
|
|
71844
71910
|
id: "_id",
|
|
@@ -71939,7 +72005,7 @@ var init_updatedataset = __esm(() => {
|
|
|
71939
72005
|
parent_id: stringType().optional(),
|
|
71940
72006
|
version: stringType().optional(),
|
|
71941
72007
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71942
|
-
updated: stringType().datetime({ offset: true }).default("2025-09-
|
|
72008
|
+
updated: stringType().datetime({ offset: true }).default("2025-09-30T12:03:32.471Z").transform((v2) => new Date(v2))
|
|
71943
72009
|
}).transform((v2) => {
|
|
71944
72010
|
return remap(v2, {
|
|
71945
72011
|
_id: "id",
|
|
@@ -71962,7 +72028,7 @@ var init_updatedataset = __esm(() => {
|
|
|
71962
72028
|
parentId: stringType().optional(),
|
|
71963
72029
|
version: stringType().optional(),
|
|
71964
72030
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71965
|
-
updated: dateType().default(() => new Date("2025-09-
|
|
72031
|
+
updated: dateType().default(() => new Date("2025-09-30T12:03:32.471Z")).transform((v2) => v2.toISOString())
|
|
71966
72032
|
}).transform((v2) => {
|
|
71967
72033
|
return remap(v2, {
|
|
71968
72034
|
id: "_id",
|
|
@@ -72043,7 +72109,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
72043
72109
|
UpdateDatasourceStatus$.outboundSchema = UpdateDatasourceStatus$outboundSchema;
|
|
72044
72110
|
})(UpdateDatasourceStatus$ ||= {});
|
|
72045
72111
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
72046
|
-
_id: stringType().default("
|
|
72112
|
+
_id: stringType().default("01K6D83JS7TBK9AS2GPN622FYB"),
|
|
72047
72113
|
display_name: stringType(),
|
|
72048
72114
|
description: stringType().optional(),
|
|
72049
72115
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -72066,7 +72132,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
72066
72132
|
});
|
|
72067
72133
|
});
|
|
72068
72134
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
72069
|
-
id: stringType().default("
|
|
72135
|
+
id: stringType().default("01K6D83JS7TBK9AS2GPN622FYB"),
|
|
72070
72136
|
displayName: stringType(),
|
|
72071
72137
|
description: stringType().optional(),
|
|
72072
72138
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -72999,8 +73065,8 @@ var init_updateeval = __esm(() => {
|
|
|
72999
73065
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
73000
73066
|
_id: stringType(),
|
|
73001
73067
|
description: stringType(),
|
|
73002
|
-
created: stringType().default("2025-09-
|
|
73003
|
-
updated: stringType().default("2025-09-
|
|
73068
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73069
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73004
73070
|
guardrail_config: unionType([
|
|
73005
73071
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
73006
73072
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema)
|
|
@@ -73017,8 +73083,8 @@ var init_updateeval = __esm(() => {
|
|
|
73017
73083
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
73018
73084
|
id: stringType(),
|
|
73019
73085
|
description: stringType(),
|
|
73020
|
-
created: stringType().default("2025-09-
|
|
73021
|
-
updated: stringType().default("2025-09-
|
|
73086
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73087
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73022
73088
|
guardrailConfig: unionType([
|
|
73023
73089
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
73024
73090
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema)
|
|
@@ -73111,8 +73177,8 @@ var init_updateeval = __esm(() => {
|
|
|
73111
73177
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
73112
73178
|
_id: stringType(),
|
|
73113
73179
|
description: stringType(),
|
|
73114
|
-
created: stringType().default("2025-09-
|
|
73115
|
-
updated: stringType().default("2025-09-
|
|
73180
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73181
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73116
73182
|
guardrail_config: unionType([
|
|
73117
73183
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
73118
73184
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema)
|
|
@@ -73131,8 +73197,8 @@ var init_updateeval = __esm(() => {
|
|
|
73131
73197
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
73132
73198
|
id: stringType(),
|
|
73133
73199
|
description: stringType(),
|
|
73134
|
-
created: stringType().default("2025-09-
|
|
73135
|
-
updated: stringType().default("2025-09-
|
|
73200
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73201
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73136
73202
|
guardrailConfig: unionType([
|
|
73137
73203
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
73138
73204
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema)
|
|
@@ -73885,8 +73951,8 @@ var init_updateeval = __esm(() => {
|
|
|
73885
73951
|
UpdateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
73886
73952
|
_id: stringType(),
|
|
73887
73953
|
description: stringType(),
|
|
73888
|
-
created: stringType().default("2025-09-
|
|
73889
|
-
updated: stringType().default("2025-09-
|
|
73954
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73955
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73890
73956
|
guardrail_config: unionType([
|
|
73891
73957
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
73892
73958
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema)
|
|
@@ -73940,8 +74006,8 @@ var init_updateeval = __esm(() => {
|
|
|
73940
74006
|
UpdateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
73941
74007
|
id: stringType(),
|
|
73942
74008
|
description: stringType(),
|
|
73943
|
-
created: stringType().default("2025-09-
|
|
73944
|
-
updated: stringType().default("2025-09-
|
|
74009
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74010
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
73945
74011
|
guardrailConfig: unionType([
|
|
73946
74012
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
73947
74013
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema)
|
|
@@ -74065,8 +74131,8 @@ var init_updateeval = __esm(() => {
|
|
|
74065
74131
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
74066
74132
|
_id: stringType(),
|
|
74067
74133
|
description: stringType(),
|
|
74068
|
-
created: stringType().default("2025-09-
|
|
74069
|
-
updated: stringType().default("2025-09-
|
|
74134
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74135
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74070
74136
|
guardrail_config: unionType([
|
|
74071
74137
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
74072
74138
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema)
|
|
@@ -74083,8 +74149,8 @@ var init_updateeval = __esm(() => {
|
|
|
74083
74149
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
74084
74150
|
id: stringType(),
|
|
74085
74151
|
description: stringType(),
|
|
74086
|
-
created: stringType().default("2025-09-
|
|
74087
|
-
updated: stringType().default("2025-09-
|
|
74152
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74153
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74088
74154
|
guardrailConfig: unionType([
|
|
74089
74155
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
74090
74156
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema)
|
|
@@ -74177,8 +74243,8 @@ var init_updateeval = __esm(() => {
|
|
|
74177
74243
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
74178
74244
|
_id: stringType(),
|
|
74179
74245
|
description: stringType(),
|
|
74180
|
-
created: stringType().default("2025-09-
|
|
74181
|
-
updated: stringType().default("2025-09-
|
|
74246
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74247
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74182
74248
|
guardrail_config: unionType([
|
|
74183
74249
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
74184
74250
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema)
|
|
@@ -74198,8 +74264,8 @@ var init_updateeval = __esm(() => {
|
|
|
74198
74264
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
74199
74265
|
id: stringType(),
|
|
74200
74266
|
description: stringType(),
|
|
74201
|
-
created: stringType().default("2025-09-
|
|
74202
|
-
updated: stringType().default("2025-09-
|
|
74267
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74268
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74203
74269
|
guardrailConfig: unionType([
|
|
74204
74270
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
74205
74271
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema)
|
|
@@ -74289,8 +74355,8 @@ var init_updateeval = __esm(() => {
|
|
|
74289
74355
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
74290
74356
|
_id: stringType(),
|
|
74291
74357
|
description: stringType(),
|
|
74292
|
-
created: stringType().default("2025-09-
|
|
74293
|
-
updated: stringType().default("2025-09-
|
|
74358
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74359
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74294
74360
|
guardrail_config: unionType([
|
|
74295
74361
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
74296
74362
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema)
|
|
@@ -74307,8 +74373,8 @@ var init_updateeval = __esm(() => {
|
|
|
74307
74373
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
74308
74374
|
id: stringType(),
|
|
74309
74375
|
description: stringType(),
|
|
74310
|
-
created: stringType().default("2025-09-
|
|
74311
|
-
updated: stringType().default("2025-09-
|
|
74376
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74377
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74312
74378
|
guardrailConfig: unionType([
|
|
74313
74379
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
74314
74380
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema)
|
|
@@ -74395,8 +74461,8 @@ var init_updateeval = __esm(() => {
|
|
|
74395
74461
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
74396
74462
|
_id: stringType(),
|
|
74397
74463
|
description: stringType(),
|
|
74398
|
-
created: stringType().default("2025-09-
|
|
74399
|
-
updated: stringType().default("2025-09-
|
|
74464
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74465
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74400
74466
|
guardrail_config: unionType([
|
|
74401
74467
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
74402
74468
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema)
|
|
@@ -74414,8 +74480,8 @@ var init_updateeval = __esm(() => {
|
|
|
74414
74480
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
74415
74481
|
id: stringType(),
|
|
74416
74482
|
description: stringType(),
|
|
74417
|
-
created: stringType().default("2025-09-
|
|
74418
|
-
updated: stringType().default("2025-09-
|
|
74483
|
+
created: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74484
|
+
updated: stringType().default("2025-09-30T12:03:34.869Z"),
|
|
74419
74485
|
guardrailConfig: unionType([
|
|
74420
74486
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
74421
74487
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema)
|
|
@@ -77222,7 +77288,7 @@ var init_updatetool = __esm(() => {
|
|
|
77222
77288
|
UpdateToolRequestBodyHttp$.outboundSchema = UpdateToolRequestBodyHttp$outboundSchema;
|
|
77223
77289
|
})(UpdateToolRequestBodyHttp$ ||= {});
|
|
77224
77290
|
UpdateToolRequestBody3$inboundSchema = objectType({
|
|
77225
|
-
_id: stringType().default("
|
|
77291
|
+
_id: stringType().default("01K6D83JWS0WX5CK6J7VV5270R"),
|
|
77226
77292
|
path: stringType().optional(),
|
|
77227
77293
|
display_name: stringType().optional(),
|
|
77228
77294
|
description: stringType().optional(),
|
|
@@ -77236,7 +77302,7 @@ var init_updatetool = __esm(() => {
|
|
|
77236
77302
|
});
|
|
77237
77303
|
});
|
|
77238
77304
|
UpdateToolRequestBody3$outboundSchema = objectType({
|
|
77239
|
-
id: stringType().default("
|
|
77305
|
+
id: stringType().default("01K6D83JWS0WX5CK6J7VV5270R"),
|
|
77240
77306
|
path: stringType().optional(),
|
|
77241
77307
|
displayName: stringType().optional(),
|
|
77242
77308
|
description: stringType().optional(),
|
|
@@ -77282,7 +77348,7 @@ var init_updatetool = __esm(() => {
|
|
|
77282
77348
|
UpdateToolRequestBodyJsonSchema$.outboundSchema = UpdateToolRequestBodyJsonSchema$outboundSchema;
|
|
77283
77349
|
})(UpdateToolRequestBodyJsonSchema$ ||= {});
|
|
77284
77350
|
UpdateToolRequestBody2$inboundSchema = objectType({
|
|
77285
|
-
_id: stringType().default("
|
|
77351
|
+
_id: stringType().default("01K6D83JWSMMYV59W3D5T24YFM"),
|
|
77286
77352
|
path: stringType().optional(),
|
|
77287
77353
|
display_name: stringType().optional(),
|
|
77288
77354
|
description: stringType().optional(),
|
|
@@ -77297,7 +77363,7 @@ var init_updatetool = __esm(() => {
|
|
|
77297
77363
|
});
|
|
77298
77364
|
});
|
|
77299
77365
|
UpdateToolRequestBody2$outboundSchema = objectType({
|
|
77300
|
-
id: stringType().default("
|
|
77366
|
+
id: stringType().default("01K6D83JWSMMYV59W3D5T24YFM"),
|
|
77301
77367
|
path: stringType().optional(),
|
|
77302
77368
|
displayName: stringType().optional(),
|
|
77303
77369
|
description: stringType().optional(),
|
|
@@ -77456,7 +77522,7 @@ var init_updatetool = __esm(() => {
|
|
|
77456
77522
|
UpdateToolResponseBodyCodeTool$.outboundSchema = UpdateToolResponseBodyCodeTool$outboundSchema;
|
|
77457
77523
|
})(UpdateToolResponseBodyCodeTool$ ||= {});
|
|
77458
77524
|
UpdateToolResponseBody5$inboundSchema = objectType({
|
|
77459
|
-
_id: stringType().default("
|
|
77525
|
+
_id: stringType().default("01K6D83JWR9EDPFRSZDR1HKC22"),
|
|
77460
77526
|
path: stringType(),
|
|
77461
77527
|
key: stringType(),
|
|
77462
77528
|
display_name: stringType(),
|
|
@@ -77484,7 +77550,7 @@ var init_updatetool = __esm(() => {
|
|
|
77484
77550
|
});
|
|
77485
77551
|
});
|
|
77486
77552
|
UpdateToolResponseBody5$outboundSchema = objectType({
|
|
77487
|
-
id: stringType().default("
|
|
77553
|
+
id: stringType().default("01K6D83JWR9EDPFRSZDR1HKC22"),
|
|
77488
77554
|
path: stringType(),
|
|
77489
77555
|
key: stringType(),
|
|
77490
77556
|
displayName: stringType(),
|
|
@@ -77602,7 +77668,7 @@ var init_updatetool = __esm(() => {
|
|
|
77602
77668
|
UpdateToolResponseBodyMcp$.outboundSchema = UpdateToolResponseBodyMcp$outboundSchema;
|
|
77603
77669
|
})(UpdateToolResponseBodyMcp$ ||= {});
|
|
77604
77670
|
UpdateToolResponseBody4$inboundSchema = objectType({
|
|
77605
|
-
_id: stringType().default("
|
|
77671
|
+
_id: stringType().default("01K6D83JWQYCX2X4Z2M121MG1V"),
|
|
77606
77672
|
path: stringType(),
|
|
77607
77673
|
key: stringType(),
|
|
77608
77674
|
display_name: stringType(),
|
|
@@ -77629,7 +77695,7 @@ var init_updatetool = __esm(() => {
|
|
|
77629
77695
|
});
|
|
77630
77696
|
});
|
|
77631
77697
|
UpdateToolResponseBody4$outboundSchema = objectType({
|
|
77632
|
-
id: stringType().default("
|
|
77698
|
+
id: stringType().default("01K6D83JWQYCX2X4Z2M121MG1V"),
|
|
77633
77699
|
path: stringType(),
|
|
77634
77700
|
key: stringType(),
|
|
77635
77701
|
displayName: stringType(),
|
|
@@ -77744,7 +77810,7 @@ var init_updatetool = __esm(() => {
|
|
|
77744
77810
|
UpdateToolResponseBodyHttp$.outboundSchema = UpdateToolResponseBodyHttp$outboundSchema;
|
|
77745
77811
|
})(UpdateToolResponseBodyHttp$ ||= {});
|
|
77746
77812
|
UpdateToolResponseBody3$inboundSchema = objectType({
|
|
77747
|
-
_id: stringType().default("
|
|
77813
|
+
_id: stringType().default("01K6D83JWQ7510VDC9XP1AH2HQ"),
|
|
77748
77814
|
path: stringType(),
|
|
77749
77815
|
key: stringType(),
|
|
77750
77816
|
display_name: stringType(),
|
|
@@ -77771,7 +77837,7 @@ var init_updatetool = __esm(() => {
|
|
|
77771
77837
|
});
|
|
77772
77838
|
});
|
|
77773
77839
|
UpdateToolResponseBody3$outboundSchema = objectType({
|
|
77774
|
-
id: stringType().default("
|
|
77840
|
+
id: stringType().default("01K6D83JWQ7510VDC9XP1AH2HQ"),
|
|
77775
77841
|
path: stringType(),
|
|
77776
77842
|
key: stringType(),
|
|
77777
77843
|
displayName: stringType(),
|
|
@@ -77830,7 +77896,7 @@ var init_updatetool = __esm(() => {
|
|
|
77830
77896
|
UpdateToolResponseBodyJsonSchema$.outboundSchema = UpdateToolResponseBodyJsonSchema$outboundSchema;
|
|
77831
77897
|
})(UpdateToolResponseBodyJsonSchema$ ||= {});
|
|
77832
77898
|
UpdateToolResponseBody2$inboundSchema = objectType({
|
|
77833
|
-
_id: stringType().default("
|
|
77899
|
+
_id: stringType().default("01K6D83JWP87WX6RPH5QNFB4D3"),
|
|
77834
77900
|
path: stringType(),
|
|
77835
77901
|
key: stringType(),
|
|
77836
77902
|
display_name: stringType(),
|
|
@@ -77858,7 +77924,7 @@ var init_updatetool = __esm(() => {
|
|
|
77858
77924
|
});
|
|
77859
77925
|
});
|
|
77860
77926
|
UpdateToolResponseBody2$outboundSchema = objectType({
|
|
77861
|
-
id: stringType().default("
|
|
77927
|
+
id: stringType().default("01K6D83JWP87WX6RPH5QNFB4D3"),
|
|
77862
77928
|
path: stringType(),
|
|
77863
77929
|
key: stringType(),
|
|
77864
77930
|
displayName: stringType(),
|
|
@@ -77918,7 +77984,7 @@ var init_updatetool = __esm(() => {
|
|
|
77918
77984
|
UpdateToolResponseBodyFunction$.outboundSchema = UpdateToolResponseBodyFunction$outboundSchema;
|
|
77919
77985
|
})(UpdateToolResponseBodyFunction$ ||= {});
|
|
77920
77986
|
UpdateToolResponseBody1$inboundSchema = objectType({
|
|
77921
|
-
_id: stringType().default("
|
|
77987
|
+
_id: stringType().default("01K6D83JWPVC7RVT3R8PN6SE3T"),
|
|
77922
77988
|
path: stringType(),
|
|
77923
77989
|
key: stringType(),
|
|
77924
77990
|
display_name: stringType(),
|
|
@@ -77945,7 +78011,7 @@ var init_updatetool = __esm(() => {
|
|
|
77945
78011
|
});
|
|
77946
78012
|
});
|
|
77947
78013
|
UpdateToolResponseBody1$outboundSchema = objectType({
|
|
77948
|
-
id: stringType().default("
|
|
78014
|
+
id: stringType().default("01K6D83JWPVC7RVT3R8PN6SE3T"),
|
|
77949
78015
|
path: stringType(),
|
|
77950
78016
|
key: stringType(),
|
|
77951
78017
|
displayName: stringType(),
|
|
@@ -96639,7 +96705,7 @@ Updates a tool in the workspace.`,
|
|
|
96639
96705
|
function createMCPServer(deps) {
|
|
96640
96706
|
const server = new McpServer({
|
|
96641
96707
|
name: "Orq",
|
|
96642
|
-
version: "3.13.0-rc.
|
|
96708
|
+
version: "3.13.0-rc.50"
|
|
96643
96709
|
});
|
|
96644
96710
|
const client = new OrqCore({
|
|
96645
96711
|
apiKey: deps.apiKey,
|
|
@@ -98113,7 +98179,7 @@ var routes = rn({
|
|
|
98113
98179
|
var app = Ve(routes, {
|
|
98114
98180
|
name: "mcp",
|
|
98115
98181
|
versionInfo: {
|
|
98116
|
-
currentVersion: "3.13.0-rc.
|
|
98182
|
+
currentVersion: "3.13.0-rc.50"
|
|
98117
98183
|
}
|
|
98118
98184
|
});
|
|
98119
98185
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -98121,5 +98187,5 @@ export {
|
|
|
98121
98187
|
app
|
|
98122
98188
|
};
|
|
98123
98189
|
|
|
98124
|
-
//# debugId=
|
|
98190
|
+
//# debugId=86B9CBA9E77D85E664756E2164756E21
|
|
98125
98191
|
//# sourceMappingURL=mcp-server.js.map
|