@orq-ai/node 4.1.0-rc.40 → 4.1.0-rc.41
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 +227 -227
- package/bin/mcp-server.js.map +43 -43
- 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/components/conversationresponse.js +2 -2
- package/models/components/partdoneevent.js +2 -2
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/generateconversationname.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrieveconversation.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updateconversation.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/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/components/conversationresponse.ts +2 -2
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createtool.ts +12 -12
- 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/generateconversationname.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrieveconversation.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updateconversation.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/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: "4.1.0-rc.
|
|
34206
|
+
sdkVersion: "4.1.0-rc.41",
|
|
34207
34207
|
genVersion: "2.779.2",
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 4.1.0-rc.
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 4.1.0-rc.41 2.779.2 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -37974,7 +37974,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
37974
37974
|
});
|
|
37975
37975
|
});
|
|
37976
37976
|
ConversationResponse$inboundSchema = objectType({
|
|
37977
|
-
_id: stringType().default("
|
|
37977
|
+
_id: stringType().default("conv_01kc9bp7ezd2zj41nrabed8vvk"),
|
|
37978
37978
|
entity_id: stringType(),
|
|
37979
37979
|
kind: ConversationResponseKind$inboundSchema,
|
|
37980
37980
|
display_name: stringType(),
|
|
@@ -37995,7 +37995,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
37995
37995
|
});
|
|
37996
37996
|
});
|
|
37997
37997
|
ConversationResponse$outboundSchema = objectType({
|
|
37998
|
-
id: stringType().default("
|
|
37998
|
+
id: stringType().default("conv_01kc9bp7ezd2zj41nrabed8vvk"),
|
|
37999
37999
|
entityId: stringType(),
|
|
38000
38000
|
kind: ConversationResponseKind$outboundSchema,
|
|
38001
38001
|
displayName: stringType(),
|
|
@@ -39495,7 +39495,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
39495
39495
|
init_esm();
|
|
39496
39496
|
init_primitives();
|
|
39497
39497
|
ReasoningPart$inboundSchema = objectType({
|
|
39498
|
-
_id: stringType().default("
|
|
39498
|
+
_id: stringType().default("reasoning_01kc9bp76n5vjd5yhaar5ykpb8"),
|
|
39499
39499
|
metadata: recordType(anyType()).optional(),
|
|
39500
39500
|
kind: literalType("reasoning"),
|
|
39501
39501
|
reasoning: stringType(),
|
|
@@ -39506,7 +39506,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
39506
39506
|
});
|
|
39507
39507
|
});
|
|
39508
39508
|
ReasoningPart$outboundSchema = objectType({
|
|
39509
|
-
id: stringType().default("
|
|
39509
|
+
id: stringType().default("reasoning_01kc9bp76n5vjd5yhaar5ykpb8"),
|
|
39510
39510
|
metadata: recordType(anyType()).optional(),
|
|
39511
39511
|
kind: literalType("reasoning"),
|
|
39512
39512
|
reasoning: stringType(),
|
|
@@ -39576,7 +39576,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
39576
39576
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
39577
39577
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
39578
39578
|
PartReasoningPart$inboundSchema = objectType({
|
|
39579
|
-
_id: stringType().default("
|
|
39579
|
+
_id: stringType().default("reasoning_01kc9bp76x9vqx0j7s1x67m62t"),
|
|
39580
39580
|
metadata: recordType(anyType()).optional(),
|
|
39581
39581
|
kind: PartKind$inboundSchema,
|
|
39582
39582
|
reasoning: stringType(),
|
|
@@ -39587,7 +39587,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
39587
39587
|
});
|
|
39588
39588
|
});
|
|
39589
39589
|
PartReasoningPart$outboundSchema = objectType({
|
|
39590
|
-
id: stringType().default("
|
|
39590
|
+
id: stringType().default("reasoning_01kc9bp76x9vqx0j7s1x67m62t"),
|
|
39591
39591
|
metadata: recordType(anyType()).optional(),
|
|
39592
39592
|
kind: PartKind$outboundSchema,
|
|
39593
39593
|
reasoning: stringType(),
|
|
@@ -42899,7 +42899,7 @@ var init_createbudget = __esm(() => {
|
|
|
42899
42899
|
is_active: booleanType(),
|
|
42900
42900
|
consumption: lazyType(() => Consumption$inboundSchema).optional(),
|
|
42901
42901
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
42902
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
42902
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.825Z").transform((v2) => new Date(v2))
|
|
42903
42903
|
}).transform((v2) => {
|
|
42904
42904
|
return remap(v2, {
|
|
42905
42905
|
_id: "id",
|
|
@@ -42919,7 +42919,7 @@ var init_createbudget = __esm(() => {
|
|
|
42919
42919
|
isActive: booleanType(),
|
|
42920
42920
|
consumption: lazyType(() => Consumption$outboundSchema).optional(),
|
|
42921
42921
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
42922
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
42922
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.825Z")).transform((v2) => v2.toISOString())
|
|
42923
42923
|
}).transform((v2) => {
|
|
42924
42924
|
return remap(v2, {
|
|
42925
42925
|
id: "_id",
|
|
@@ -43060,7 +43060,7 @@ var init_createcontact = __esm(() => {
|
|
|
43060
43060
|
tags: arrayType(stringType()).optional(),
|
|
43061
43061
|
metadata: recordType(anyType()).optional(),
|
|
43062
43062
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
43063
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
43063
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
43064
43064
|
}).transform((v2) => {
|
|
43065
43065
|
return remap(v2, {
|
|
43066
43066
|
_id: "id",
|
|
@@ -43080,7 +43080,7 @@ var init_createcontact = __esm(() => {
|
|
|
43080
43080
|
tags: arrayType(stringType()).optional(),
|
|
43081
43081
|
metadata: recordType(anyType()).optional(),
|
|
43082
43082
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
43083
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
43083
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
43084
43084
|
}).transform((v2) => {
|
|
43085
43085
|
return remap(v2, {
|
|
43086
43086
|
id: "_id",
|
|
@@ -43155,7 +43155,7 @@ var init_createconversation = __esm(() => {
|
|
|
43155
43155
|
});
|
|
43156
43156
|
});
|
|
43157
43157
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
43158
|
-
_id: stringType().default("
|
|
43158
|
+
_id: stringType().default("conv_01kc9bp7f1q1dkaznymh79504e"),
|
|
43159
43159
|
entity_id: stringType(),
|
|
43160
43160
|
kind: CreateConversationKind$inboundSchema,
|
|
43161
43161
|
display_name: stringType(),
|
|
@@ -43176,7 +43176,7 @@ var init_createconversation = __esm(() => {
|
|
|
43176
43176
|
});
|
|
43177
43177
|
});
|
|
43178
43178
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
43179
|
-
id: stringType().default("
|
|
43179
|
+
id: stringType().default("conv_01kc9bp7f1q1dkaznymh79504e"),
|
|
43180
43180
|
entityId: stringType(),
|
|
43181
43181
|
kind: CreateConversationKind$outboundSchema,
|
|
43182
43182
|
displayName: stringType(),
|
|
@@ -43246,7 +43246,7 @@ var init_createdataset = __esm(() => {
|
|
|
43246
43246
|
created_by_id: stringType().optional(),
|
|
43247
43247
|
updated_by_id: stringType().optional(),
|
|
43248
43248
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
43249
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
43249
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
43250
43250
|
}).transform((v2) => {
|
|
43251
43251
|
return remap(v2, {
|
|
43252
43252
|
_id: "id",
|
|
@@ -43266,7 +43266,7 @@ var init_createdataset = __esm(() => {
|
|
|
43266
43266
|
createdById: stringType().optional(),
|
|
43267
43267
|
updatedById: stringType().optional(),
|
|
43268
43268
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
43269
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
43269
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
43270
43270
|
}).transform((v2) => {
|
|
43271
43271
|
return remap(v2, {
|
|
43272
43272
|
id: "_id",
|
|
@@ -44002,7 +44002,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44002
44002
|
human_review_id: stringType(),
|
|
44003
44003
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
44004
44004
|
reviewed_by_id: stringType(),
|
|
44005
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
44005
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.951Z").transform((v2) => new Date(v2)),
|
|
44006
44006
|
type: literalType("string_array"),
|
|
44007
44007
|
values: arrayType(stringType())
|
|
44008
44008
|
}).transform((v2) => {
|
|
@@ -44019,7 +44019,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44019
44019
|
humanReviewId: stringType(),
|
|
44020
44020
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
44021
44021
|
reviewedById: stringType(),
|
|
44022
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
44022
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.951Z")).transform((v2) => v2.toISOString()),
|
|
44023
44023
|
type: literalType("string_array"),
|
|
44024
44024
|
values: arrayType(stringType())
|
|
44025
44025
|
}).transform((v2) => {
|
|
@@ -44040,7 +44040,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44040
44040
|
human_review_id: stringType(),
|
|
44041
44041
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
44042
44042
|
reviewed_by_id: stringType(),
|
|
44043
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
44043
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.950Z").transform((v2) => new Date(v2)),
|
|
44044
44044
|
type: literalType("number"),
|
|
44045
44045
|
value: numberType()
|
|
44046
44046
|
}).transform((v2) => {
|
|
@@ -44057,7 +44057,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44057
44057
|
humanReviewId: stringType(),
|
|
44058
44058
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
44059
44059
|
reviewedById: stringType(),
|
|
44060
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
44060
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.950Z")).transform((v2) => v2.toISOString()),
|
|
44061
44061
|
type: literalType("number"),
|
|
44062
44062
|
value: numberType()
|
|
44063
44063
|
}).transform((v2) => {
|
|
@@ -44078,7 +44078,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44078
44078
|
human_review_id: stringType(),
|
|
44079
44079
|
source: Source$inboundSchema.default("orq"),
|
|
44080
44080
|
reviewed_by_id: stringType(),
|
|
44081
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
44081
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.949Z").transform((v2) => new Date(v2)),
|
|
44082
44082
|
type: literalType("string"),
|
|
44083
44083
|
value: stringType()
|
|
44084
44084
|
}).transform((v2) => {
|
|
@@ -44095,7 +44095,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44095
44095
|
humanReviewId: stringType(),
|
|
44096
44096
|
source: Source$outboundSchema.default("orq"),
|
|
44097
44097
|
reviewedById: stringType(),
|
|
44098
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
44098
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.949Z")).transform((v2) => v2.toISOString()),
|
|
44099
44099
|
type: literalType("string"),
|
|
44100
44100
|
value: stringType()
|
|
44101
44101
|
}).transform((v2) => {
|
|
@@ -44138,7 +44138,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44138
44138
|
created_by_id: stringType().optional(),
|
|
44139
44139
|
updated_by_id: stringType().optional(),
|
|
44140
44140
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
44141
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
44141
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
44142
44142
|
}).transform((v2) => {
|
|
44143
44143
|
return remap(v2, {
|
|
44144
44144
|
_id: "id",
|
|
@@ -44172,7 +44172,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44172
44172
|
createdById: stringType().optional(),
|
|
44173
44173
|
updatedById: stringType().optional(),
|
|
44174
44174
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
44175
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
44175
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
44176
44176
|
}).transform((v2) => {
|
|
44177
44177
|
return remap(v2, {
|
|
44178
44178
|
id: "_id",
|
|
@@ -44341,7 +44341,7 @@ var init_createdatasource = __esm(() => {
|
|
|
44341
44341
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
44342
44342
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
44343
44343
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
44344
|
-
_id: stringType().default("
|
|
44344
|
+
_id: stringType().default("01KC9BP7W794VYM74NZJDZ1ZDT"),
|
|
44345
44345
|
display_name: stringType(),
|
|
44346
44346
|
description: stringType().optional(),
|
|
44347
44347
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -44364,7 +44364,7 @@ var init_createdatasource = __esm(() => {
|
|
|
44364
44364
|
});
|
|
44365
44365
|
});
|
|
44366
44366
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
44367
|
-
id: stringType().default("
|
|
44367
|
+
id: stringType().default("01KC9BP7W794VYM74NZJDZ1ZDT"),
|
|
44368
44368
|
displayName: stringType(),
|
|
44369
44369
|
description: stringType().optional(),
|
|
44370
44370
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -44851,8 +44851,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44851
44851
|
Typescript$inboundSchema = objectType({
|
|
44852
44852
|
_id: stringType(),
|
|
44853
44853
|
description: stringType(),
|
|
44854
|
-
created: stringType().default("2025-12-
|
|
44855
|
-
updated: stringType().default("2025-12-
|
|
44854
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44855
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44856
44856
|
guardrail_config: unionType([
|
|
44857
44857
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
44858
44858
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -44869,8 +44869,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44869
44869
|
Typescript$outboundSchema = objectType({
|
|
44870
44870
|
id: stringType(),
|
|
44871
44871
|
description: stringType(),
|
|
44872
|
-
created: stringType().default("2025-12-
|
|
44873
|
-
updated: stringType().default("2025-12-
|
|
44872
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44873
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44874
44874
|
guardrailConfig: unionType([
|
|
44875
44875
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
44876
44876
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -44921,8 +44921,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44921
44921
|
Ragas$inboundSchema = objectType({
|
|
44922
44922
|
_id: stringType(),
|
|
44923
44923
|
description: stringType(),
|
|
44924
|
-
created: stringType().default("2025-12-
|
|
44925
|
-
updated: stringType().default("2025-12-
|
|
44924
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44925
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44926
44926
|
guardrail_config: unionType([
|
|
44927
44927
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
44928
44928
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -44941,8 +44941,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44941
44941
|
Ragas$outboundSchema = objectType({
|
|
44942
44942
|
id: stringType(),
|
|
44943
44943
|
description: stringType(),
|
|
44944
|
-
created: stringType().default("2025-12-
|
|
44945
|
-
updated: stringType().default("2025-12-
|
|
44944
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44945
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
44946
44946
|
guardrailConfig: unionType([
|
|
44947
44947
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
44948
44948
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -45277,8 +45277,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45277
45277
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
45278
45278
|
_id: stringType(),
|
|
45279
45279
|
description: stringType(),
|
|
45280
|
-
created: stringType().default("2025-12-
|
|
45281
|
-
updated: stringType().default("2025-12-
|
|
45280
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45281
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45282
45282
|
guardrail_config: unionType([
|
|
45283
45283
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
45284
45284
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -45329,8 +45329,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45329
45329
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
45330
45330
|
id: stringType(),
|
|
45331
45331
|
description: stringType(),
|
|
45332
|
-
created: stringType().default("2025-12-
|
|
45333
|
-
updated: stringType().default("2025-12-
|
|
45332
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45333
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45334
45334
|
guardrailConfig: unionType([
|
|
45335
45335
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
45336
45336
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -45413,8 +45413,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45413
45413
|
ResponseBodyPython$inboundSchema = objectType({
|
|
45414
45414
|
_id: stringType(),
|
|
45415
45415
|
description: stringType(),
|
|
45416
|
-
created: stringType().default("2025-12-
|
|
45417
|
-
updated: stringType().default("2025-12-
|
|
45416
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45417
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45418
45418
|
guardrail_config: unionType([
|
|
45419
45419
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
45420
45420
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -45431,8 +45431,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45431
45431
|
ResponseBodyPython$outboundSchema = objectType({
|
|
45432
45432
|
id: stringType(),
|
|
45433
45433
|
description: stringType(),
|
|
45434
|
-
created: stringType().default("2025-12-
|
|
45435
|
-
updated: stringType().default("2025-12-
|
|
45434
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45435
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45436
45436
|
guardrailConfig: unionType([
|
|
45437
45437
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
45438
45438
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -45483,8 +45483,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45483
45483
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
45484
45484
|
_id: stringType(),
|
|
45485
45485
|
description: stringType(),
|
|
45486
|
-
created: stringType().default("2025-12-
|
|
45487
|
-
updated: stringType().default("2025-12-
|
|
45486
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45487
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45488
45488
|
guardrail_config: unionType([
|
|
45489
45489
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
45490
45490
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -45504,8 +45504,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45504
45504
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
45505
45505
|
id: stringType(),
|
|
45506
45506
|
description: stringType(),
|
|
45507
|
-
created: stringType().default("2025-12-
|
|
45508
|
-
updated: stringType().default("2025-12-
|
|
45507
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45508
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45509
45509
|
guardrailConfig: unionType([
|
|
45510
45510
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
45511
45511
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -45557,8 +45557,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45557
45557
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
45558
45558
|
_id: stringType(),
|
|
45559
45559
|
description: stringType(),
|
|
45560
|
-
created: stringType().default("2025-12-
|
|
45561
|
-
updated: stringType().default("2025-12-
|
|
45560
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45561
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45562
45562
|
guardrail_config: unionType([
|
|
45563
45563
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
45564
45564
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -45575,8 +45575,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45575
45575
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
45576
45576
|
id: stringType(),
|
|
45577
45577
|
description: stringType(),
|
|
45578
|
-
created: stringType().default("2025-12-
|
|
45579
|
-
updated: stringType().default("2025-12-
|
|
45578
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45579
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45580
45580
|
guardrailConfig: unionType([
|
|
45581
45581
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
45582
45582
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -45625,8 +45625,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45625
45625
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
45626
45626
|
_id: stringType(),
|
|
45627
45627
|
description: stringType(),
|
|
45628
|
-
created: stringType().default("2025-12-
|
|
45629
|
-
updated: stringType().default("2025-12-
|
|
45628
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45629
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45630
45630
|
guardrail_config: unionType([
|
|
45631
45631
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
45632
45632
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -45644,8 +45644,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45644
45644
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
45645
45645
|
id: stringType(),
|
|
45646
45646
|
description: stringType(),
|
|
45647
|
-
created: stringType().default("2025-12-
|
|
45648
|
-
updated: stringType().default("2025-12-
|
|
45647
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45648
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
45649
45649
|
guardrailConfig: unionType([
|
|
45650
45650
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
45651
45651
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -48259,7 +48259,7 @@ var init_createtool = __esm(() => {
|
|
|
48259
48259
|
code: stringType()
|
|
48260
48260
|
});
|
|
48261
48261
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
48262
|
-
_id: stringType().default("
|
|
48262
|
+
_id: stringType().default("tool_01KC9BP7Q49DQQHNGV2ET511TN"),
|
|
48263
48263
|
path: stringType(),
|
|
48264
48264
|
key: stringType(),
|
|
48265
48265
|
display_name: stringType().optional(),
|
|
@@ -48287,7 +48287,7 @@ var init_createtool = __esm(() => {
|
|
|
48287
48287
|
});
|
|
48288
48288
|
});
|
|
48289
48289
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
48290
|
-
id: stringType().default("
|
|
48290
|
+
id: stringType().default("tool_01KC9BP7Q49DQQHNGV2ET511TN"),
|
|
48291
48291
|
path: stringType(),
|
|
48292
48292
|
key: stringType(),
|
|
48293
48293
|
displayName: stringType().optional(),
|
|
@@ -48337,13 +48337,13 @@ var init_createtool = __esm(() => {
|
|
|
48337
48337
|
required: arrayType(stringType()).optional()
|
|
48338
48338
|
});
|
|
48339
48339
|
ResponseBodyTools$inboundSchema = objectType({
|
|
48340
|
-
id: stringType().default("
|
|
48340
|
+
id: stringType().default("01KC9BP7Q3BHDYGKYB31KEGR8G"),
|
|
48341
48341
|
name: stringType(),
|
|
48342
48342
|
description: stringType().optional(),
|
|
48343
48343
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
48344
48344
|
});
|
|
48345
48345
|
ResponseBodyTools$outboundSchema = objectType({
|
|
48346
|
-
id: stringType().default("
|
|
48346
|
+
id: stringType().default("01KC9BP7Q3BHDYGKYB31KEGR8G"),
|
|
48347
48347
|
name: stringType(),
|
|
48348
48348
|
description: stringType().optional(),
|
|
48349
48349
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -48373,7 +48373,7 @@ var init_createtool = __esm(() => {
|
|
|
48373
48373
|
});
|
|
48374
48374
|
});
|
|
48375
48375
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
48376
|
-
_id: stringType().default("
|
|
48376
|
+
_id: stringType().default("tool_01KC9BP7Q1CTCB3WVT35FCSJ1S"),
|
|
48377
48377
|
path: stringType(),
|
|
48378
48378
|
key: stringType(),
|
|
48379
48379
|
display_name: stringType().optional(),
|
|
@@ -48400,7 +48400,7 @@ var init_createtool = __esm(() => {
|
|
|
48400
48400
|
});
|
|
48401
48401
|
});
|
|
48402
48402
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
48403
|
-
id: stringType().default("
|
|
48403
|
+
id: stringType().default("tool_01KC9BP7Q1CTCB3WVT35FCSJ1S"),
|
|
48404
48404
|
path: stringType(),
|
|
48405
48405
|
key: stringType(),
|
|
48406
48406
|
displayName: stringType().optional(),
|
|
@@ -48487,7 +48487,7 @@ var init_createtool = __esm(() => {
|
|
|
48487
48487
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
48488
48488
|
});
|
|
48489
48489
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
48490
|
-
_id: stringType().default("
|
|
48490
|
+
_id: stringType().default("tool_01KC9BP7PYHCRB3N4NJ1QD1888"),
|
|
48491
48491
|
path: stringType(),
|
|
48492
48492
|
key: stringType(),
|
|
48493
48493
|
display_name: stringType().optional(),
|
|
@@ -48514,7 +48514,7 @@ var init_createtool = __esm(() => {
|
|
|
48514
48514
|
});
|
|
48515
48515
|
});
|
|
48516
48516
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
48517
|
-
id: stringType().default("
|
|
48517
|
+
id: stringType().default("tool_01KC9BP7PYHCRB3N4NJ1QD1888"),
|
|
48518
48518
|
path: stringType(),
|
|
48519
48519
|
key: stringType(),
|
|
48520
48520
|
displayName: stringType().optional(),
|
|
@@ -48573,7 +48573,7 @@ var init_createtool = __esm(() => {
|
|
|
48573
48573
|
strict: booleanType().optional()
|
|
48574
48574
|
});
|
|
48575
48575
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
48576
|
-
_id: stringType().default("
|
|
48576
|
+
_id: stringType().default("tool_01KC9BP7PV7FE3XBYGYVH7FRJS"),
|
|
48577
48577
|
path: stringType(),
|
|
48578
48578
|
key: stringType(),
|
|
48579
48579
|
display_name: stringType().optional(),
|
|
@@ -48601,7 +48601,7 @@ var init_createtool = __esm(() => {
|
|
|
48601
48601
|
});
|
|
48602
48602
|
});
|
|
48603
48603
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
48604
|
-
id: stringType().default("
|
|
48604
|
+
id: stringType().default("tool_01KC9BP7PV7FE3XBYGYVH7FRJS"),
|
|
48605
48605
|
path: stringType(),
|
|
48606
48606
|
key: stringType(),
|
|
48607
48607
|
displayName: stringType().optional(),
|
|
@@ -48663,7 +48663,7 @@ var init_createtool = __esm(() => {
|
|
|
48663
48663
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
48664
48664
|
});
|
|
48665
48665
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
48666
|
-
_id: stringType().default("
|
|
48666
|
+
_id: stringType().default("tool_01KC9BP7PRQ536MZ0YDVA58QRN"),
|
|
48667
48667
|
path: stringType(),
|
|
48668
48668
|
key: stringType(),
|
|
48669
48669
|
display_name: stringType().optional(),
|
|
@@ -48690,7 +48690,7 @@ var init_createtool = __esm(() => {
|
|
|
48690
48690
|
});
|
|
48691
48691
|
});
|
|
48692
48692
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
48693
|
-
id: stringType().default("
|
|
48693
|
+
id: stringType().default("tool_01KC9BP7PRQ536MZ0YDVA58QRN"),
|
|
48694
48694
|
path: stringType(),
|
|
48695
48695
|
key: stringType(),
|
|
48696
48696
|
displayName: stringType().optional(),
|
|
@@ -53810,7 +53810,7 @@ var init_fileget = __esm(() => {
|
|
|
53810
53810
|
bytes: numberType(),
|
|
53811
53811
|
file_name: stringType(),
|
|
53812
53812
|
workspace_id: stringType(),
|
|
53813
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53813
|
+
created: stringType().datetime({ offset: true }).default("2025-12-12T13:23:20.740Z").transform((v2) => new Date(v2))
|
|
53814
53814
|
}).transform((v2) => {
|
|
53815
53815
|
return remap(v2, {
|
|
53816
53816
|
_id: "id",
|
|
@@ -53826,7 +53826,7 @@ var init_fileget = __esm(() => {
|
|
|
53826
53826
|
bytes: numberType(),
|
|
53827
53827
|
fileName: stringType(),
|
|
53828
53828
|
workspaceId: stringType(),
|
|
53829
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53829
|
+
created: dateType().default(() => new Date("2025-12-12T13:23:20.740Z")).transform((v2) => v2.toISOString())
|
|
53830
53830
|
}).transform((v2) => {
|
|
53831
53831
|
return remap(v2, {
|
|
53832
53832
|
id: "_id",
|
|
@@ -53881,7 +53881,7 @@ var init_filelist = __esm(() => {
|
|
|
53881
53881
|
bytes: numberType(),
|
|
53882
53882
|
file_name: stringType(),
|
|
53883
53883
|
workspace_id: stringType(),
|
|
53884
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53884
|
+
created: stringType().datetime({ offset: true }).default("2025-12-12T13:23:20.740Z").transform((v2) => new Date(v2))
|
|
53885
53885
|
}).transform((v2) => {
|
|
53886
53886
|
return remap(v2, {
|
|
53887
53887
|
_id: "id",
|
|
@@ -53897,7 +53897,7 @@ var init_filelist = __esm(() => {
|
|
|
53897
53897
|
bytes: numberType(),
|
|
53898
53898
|
fileName: stringType(),
|
|
53899
53899
|
workspaceId: stringType(),
|
|
53900
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53900
|
+
created: dateType().default(() => new Date("2025-12-12T13:23:20.740Z")).transform((v2) => v2.toISOString())
|
|
53901
53901
|
}).transform((v2) => {
|
|
53902
53902
|
return remap(v2, {
|
|
53903
53903
|
id: "_id",
|
|
@@ -54005,7 +54005,7 @@ var init_fileupload = __esm(() => {
|
|
|
54005
54005
|
bytes: numberType(),
|
|
54006
54006
|
file_name: stringType(),
|
|
54007
54007
|
workspace_id: stringType(),
|
|
54008
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
54008
|
+
created: stringType().datetime({ offset: true }).default("2025-12-12T13:23:20.740Z").transform((v2) => new Date(v2))
|
|
54009
54009
|
}).transform((v2) => {
|
|
54010
54010
|
return remap(v2, {
|
|
54011
54011
|
_id: "id",
|
|
@@ -54021,7 +54021,7 @@ var init_fileupload = __esm(() => {
|
|
|
54021
54021
|
bytes: numberType(),
|
|
54022
54022
|
fileName: stringType(),
|
|
54023
54023
|
workspaceId: stringType(),
|
|
54024
|
-
created: dateType().default(() => new Date("2025-12-
|
|
54024
|
+
created: dateType().default(() => new Date("2025-12-12T13:23:20.740Z")).transform((v2) => v2.toISOString())
|
|
54025
54025
|
}).transform((v2) => {
|
|
54026
54026
|
return remap(v2, {
|
|
54027
54027
|
id: "_id",
|
|
@@ -54085,7 +54085,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
54085
54085
|
});
|
|
54086
54086
|
});
|
|
54087
54087
|
GenerateConversationNameResponseBody$inboundSchema2 = objectType({
|
|
54088
|
-
_id: stringType().default("
|
|
54088
|
+
_id: stringType().default("conv_01kc9bp7fb089w74125j6j0j25"),
|
|
54089
54089
|
entity_id: stringType(),
|
|
54090
54090
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
54091
54091
|
display_name: stringType(),
|
|
@@ -54106,7 +54106,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
54106
54106
|
});
|
|
54107
54107
|
});
|
|
54108
54108
|
GenerateConversationNameResponseBody$outboundSchema2 = objectType({
|
|
54109
|
-
id: stringType().default("
|
|
54109
|
+
id: stringType().default("conv_01kc9bp7fb089w74125j6j0j25"),
|
|
54110
54110
|
entityId: stringType(),
|
|
54111
54111
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
54112
54112
|
displayName: stringType(),
|
|
@@ -55149,7 +55149,7 @@ var init_getalltools = __esm(() => {
|
|
|
55149
55149
|
code: stringType()
|
|
55150
55150
|
});
|
|
55151
55151
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
55152
|
-
_id: stringType().default("
|
|
55152
|
+
_id: stringType().default("tool_01KC9BP7NZ747SAXDNZF5G1WX9"),
|
|
55153
55153
|
path: stringType(),
|
|
55154
55154
|
key: stringType(),
|
|
55155
55155
|
display_name: stringType().optional(),
|
|
@@ -55177,7 +55177,7 @@ var init_getalltools = __esm(() => {
|
|
|
55177
55177
|
});
|
|
55178
55178
|
});
|
|
55179
55179
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
55180
|
-
id: stringType().default("
|
|
55180
|
+
id: stringType().default("tool_01KC9BP7NZ747SAXDNZF5G1WX9"),
|
|
55181
55181
|
path: stringType(),
|
|
55182
55182
|
key: stringType(),
|
|
55183
55183
|
displayName: stringType().optional(),
|
|
@@ -55227,13 +55227,13 @@ var init_getalltools = __esm(() => {
|
|
|
55227
55227
|
required: arrayType(stringType()).optional()
|
|
55228
55228
|
});
|
|
55229
55229
|
DataTools$inboundSchema = objectType({
|
|
55230
|
-
id: stringType().default("
|
|
55230
|
+
id: stringType().default("01KC9BP7NYTADRV73Z9231TTVE"),
|
|
55231
55231
|
name: stringType(),
|
|
55232
55232
|
description: stringType().optional(),
|
|
55233
55233
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
55234
55234
|
});
|
|
55235
55235
|
DataTools$outboundSchema = objectType({
|
|
55236
|
-
id: stringType().default("
|
|
55236
|
+
id: stringType().default("01KC9BP7NYTADRV73Z9231TTVE"),
|
|
55237
55237
|
name: stringType(),
|
|
55238
55238
|
description: stringType().optional(),
|
|
55239
55239
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -55263,7 +55263,7 @@ var init_getalltools = __esm(() => {
|
|
|
55263
55263
|
});
|
|
55264
55264
|
});
|
|
55265
55265
|
DataMCPTool$inboundSchema = objectType({
|
|
55266
|
-
_id: stringType().default("
|
|
55266
|
+
_id: stringType().default("tool_01KC9BP7NXZ130H38A1Z20NJNG"),
|
|
55267
55267
|
path: stringType(),
|
|
55268
55268
|
key: stringType(),
|
|
55269
55269
|
display_name: stringType().optional(),
|
|
@@ -55290,7 +55290,7 @@ var init_getalltools = __esm(() => {
|
|
|
55290
55290
|
});
|
|
55291
55291
|
});
|
|
55292
55292
|
DataMCPTool$outboundSchema = objectType({
|
|
55293
|
-
id: stringType().default("
|
|
55293
|
+
id: stringType().default("tool_01KC9BP7NXZ130H38A1Z20NJNG"),
|
|
55294
55294
|
path: stringType(),
|
|
55295
55295
|
key: stringType(),
|
|
55296
55296
|
displayName: stringType().optional(),
|
|
@@ -55377,7 +55377,7 @@ var init_getalltools = __esm(() => {
|
|
|
55377
55377
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
55378
55378
|
});
|
|
55379
55379
|
DataHTTPTool$inboundSchema = objectType({
|
|
55380
|
-
_id: stringType().default("
|
|
55380
|
+
_id: stringType().default("tool_01KC9BP7NVMV9S2ZE47X918Y0B"),
|
|
55381
55381
|
path: stringType(),
|
|
55382
55382
|
key: stringType(),
|
|
55383
55383
|
display_name: stringType().optional(),
|
|
@@ -55404,7 +55404,7 @@ var init_getalltools = __esm(() => {
|
|
|
55404
55404
|
});
|
|
55405
55405
|
});
|
|
55406
55406
|
DataHTTPTool$outboundSchema = objectType({
|
|
55407
|
-
id: stringType().default("
|
|
55407
|
+
id: stringType().default("tool_01KC9BP7NVMV9S2ZE47X918Y0B"),
|
|
55408
55408
|
path: stringType(),
|
|
55409
55409
|
key: stringType(),
|
|
55410
55410
|
displayName: stringType().optional(),
|
|
@@ -55463,7 +55463,7 @@ var init_getalltools = __esm(() => {
|
|
|
55463
55463
|
strict: booleanType().optional()
|
|
55464
55464
|
});
|
|
55465
55465
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
55466
|
-
_id: stringType().default("
|
|
55466
|
+
_id: stringType().default("tool_01KC9BP7NTMDZS54CABDDZ5DFZ"),
|
|
55467
55467
|
path: stringType(),
|
|
55468
55468
|
key: stringType(),
|
|
55469
55469
|
display_name: stringType().optional(),
|
|
@@ -55491,7 +55491,7 @@ var init_getalltools = __esm(() => {
|
|
|
55491
55491
|
});
|
|
55492
55492
|
});
|
|
55493
55493
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
55494
|
-
id: stringType().default("
|
|
55494
|
+
id: stringType().default("tool_01KC9BP7NTMDZS54CABDDZ5DFZ"),
|
|
55495
55495
|
path: stringType(),
|
|
55496
55496
|
key: stringType(),
|
|
55497
55497
|
displayName: stringType().optional(),
|
|
@@ -55553,7 +55553,7 @@ var init_getalltools = __esm(() => {
|
|
|
55553
55553
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
55554
55554
|
});
|
|
55555
55555
|
DataFunctionTool$inboundSchema = objectType({
|
|
55556
|
-
_id: stringType().default("
|
|
55556
|
+
_id: stringType().default("tool_01KC9BP7NRSGKH2EZSZW809K7F"),
|
|
55557
55557
|
path: stringType(),
|
|
55558
55558
|
key: stringType(),
|
|
55559
55559
|
display_name: stringType().optional(),
|
|
@@ -55580,7 +55580,7 @@ var init_getalltools = __esm(() => {
|
|
|
55580
55580
|
});
|
|
55581
55581
|
});
|
|
55582
55582
|
DataFunctionTool$outboundSchema = objectType({
|
|
55583
|
-
id: stringType().default("
|
|
55583
|
+
id: stringType().default("tool_01KC9BP7NRSGKH2EZSZW809K7F"),
|
|
55584
55584
|
path: stringType(),
|
|
55585
55585
|
key: stringType(),
|
|
55586
55586
|
displayName: stringType().optional(),
|
|
@@ -55722,7 +55722,7 @@ var init_getbudget = __esm(() => {
|
|
|
55722
55722
|
is_active: booleanType(),
|
|
55723
55723
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
55724
55724
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55725
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
55725
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.825Z").transform((v2) => new Date(v2))
|
|
55726
55726
|
}).transform((v2) => {
|
|
55727
55727
|
return remap(v2, {
|
|
55728
55728
|
_id: "id",
|
|
@@ -55742,7 +55742,7 @@ var init_getbudget = __esm(() => {
|
|
|
55742
55742
|
isActive: booleanType(),
|
|
55743
55743
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
55744
55744
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55745
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
55745
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.825Z")).transform((v2) => v2.toISOString())
|
|
55746
55746
|
}).transform((v2) => {
|
|
55747
55747
|
return remap(v2, {
|
|
55748
55748
|
id: "_id",
|
|
@@ -55938,8 +55938,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55938
55938
|
DataTypescript$inboundSchema = objectType({
|
|
55939
55939
|
_id: stringType(),
|
|
55940
55940
|
description: stringType(),
|
|
55941
|
-
created: stringType().default("2025-12-
|
|
55942
|
-
updated: stringType().default("2025-12-
|
|
55941
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
55942
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
55943
55943
|
guardrail_config: unionType([
|
|
55944
55944
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
55945
55945
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -55956,8 +55956,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55956
55956
|
DataTypescript$outboundSchema = objectType({
|
|
55957
55957
|
id: stringType(),
|
|
55958
55958
|
description: stringType(),
|
|
55959
|
-
created: stringType().default("2025-12-
|
|
55960
|
-
updated: stringType().default("2025-12-
|
|
55959
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
55960
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
55961
55961
|
guardrailConfig: unionType([
|
|
55962
55962
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
55963
55963
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -56008,8 +56008,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56008
56008
|
DataRagas$inboundSchema = objectType({
|
|
56009
56009
|
_id: stringType(),
|
|
56010
56010
|
description: stringType(),
|
|
56011
|
-
created: stringType().default("2025-12-
|
|
56012
|
-
updated: stringType().default("2025-12-
|
|
56011
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56012
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56013
56013
|
guardrail_config: unionType([
|
|
56014
56014
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
56015
56015
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -56028,8 +56028,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56028
56028
|
DataRagas$outboundSchema = objectType({
|
|
56029
56029
|
id: stringType(),
|
|
56030
56030
|
description: stringType(),
|
|
56031
|
-
created: stringType().default("2025-12-
|
|
56032
|
-
updated: stringType().default("2025-12-
|
|
56031
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56032
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56033
56033
|
guardrailConfig: unionType([
|
|
56034
56034
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
56035
56035
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -56364,8 +56364,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56364
56364
|
DataFunction$inboundSchema = objectType({
|
|
56365
56365
|
_id: stringType(),
|
|
56366
56366
|
description: stringType(),
|
|
56367
|
-
created: stringType().default("2025-12-
|
|
56368
|
-
updated: stringType().default("2025-12-
|
|
56367
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56368
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56369
56369
|
guardrail_config: unionType([
|
|
56370
56370
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
56371
56371
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -56416,8 +56416,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56416
56416
|
DataFunction$outboundSchema = objectType({
|
|
56417
56417
|
id: stringType(),
|
|
56418
56418
|
description: stringType(),
|
|
56419
|
-
created: stringType().default("2025-12-
|
|
56420
|
-
updated: stringType().default("2025-12-
|
|
56419
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56420
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56421
56421
|
guardrailConfig: unionType([
|
|
56422
56422
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
56423
56423
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -56500,8 +56500,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56500
56500
|
DataPython$inboundSchema = objectType({
|
|
56501
56501
|
_id: stringType(),
|
|
56502
56502
|
description: stringType(),
|
|
56503
|
-
created: stringType().default("2025-12-
|
|
56504
|
-
updated: stringType().default("2025-12-
|
|
56503
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56504
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56505
56505
|
guardrail_config: unionType([
|
|
56506
56506
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
56507
56507
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -56518,8 +56518,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56518
56518
|
DataPython$outboundSchema = objectType({
|
|
56519
56519
|
id: stringType(),
|
|
56520
56520
|
description: stringType(),
|
|
56521
|
-
created: stringType().default("2025-12-
|
|
56522
|
-
updated: stringType().default("2025-12-
|
|
56521
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56522
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56523
56523
|
guardrailConfig: unionType([
|
|
56524
56524
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
56525
56525
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -56570,8 +56570,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56570
56570
|
DataHTTP$inboundSchema = objectType({
|
|
56571
56571
|
_id: stringType(),
|
|
56572
56572
|
description: stringType(),
|
|
56573
|
-
created: stringType().default("2025-12-
|
|
56574
|
-
updated: stringType().default("2025-12-
|
|
56573
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56574
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56575
56575
|
guardrail_config: unionType([
|
|
56576
56576
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
56577
56577
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -56591,8 +56591,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56591
56591
|
DataHTTP$outboundSchema = objectType({
|
|
56592
56592
|
id: stringType(),
|
|
56593
56593
|
description: stringType(),
|
|
56594
|
-
created: stringType().default("2025-12-
|
|
56595
|
-
updated: stringType().default("2025-12-
|
|
56594
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56595
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56596
56596
|
guardrailConfig: unionType([
|
|
56597
56597
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
56598
56598
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -56644,8 +56644,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56644
56644
|
DataJSON$inboundSchema = objectType({
|
|
56645
56645
|
_id: stringType(),
|
|
56646
56646
|
description: stringType(),
|
|
56647
|
-
created: stringType().default("2025-12-
|
|
56648
|
-
updated: stringType().default("2025-12-
|
|
56647
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56648
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56649
56649
|
guardrail_config: unionType([
|
|
56650
56650
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
56651
56651
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -56662,8 +56662,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56662
56662
|
DataJSON$outboundSchema = objectType({
|
|
56663
56663
|
id: stringType(),
|
|
56664
56664
|
description: stringType(),
|
|
56665
|
-
created: stringType().default("2025-12-
|
|
56666
|
-
updated: stringType().default("2025-12-
|
|
56665
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56666
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56667
56667
|
guardrailConfig: unionType([
|
|
56668
56668
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
56669
56669
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -56712,8 +56712,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56712
56712
|
DataLLM$inboundSchema = objectType({
|
|
56713
56713
|
_id: stringType(),
|
|
56714
56714
|
description: stringType(),
|
|
56715
|
-
created: stringType().default("2025-12-
|
|
56716
|
-
updated: stringType().default("2025-12-
|
|
56715
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56716
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56717
56717
|
guardrail_config: unionType([
|
|
56718
56718
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
56719
56719
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -56731,8 +56731,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56731
56731
|
DataLLM$outboundSchema = objectType({
|
|
56732
56732
|
id: stringType(),
|
|
56733
56733
|
description: stringType(),
|
|
56734
|
-
created: stringType().default("2025-12-
|
|
56735
|
-
updated: stringType().default("2025-12-
|
|
56734
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56735
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
56736
56736
|
guardrailConfig: unionType([
|
|
56737
56737
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
56738
56738
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -59904,7 +59904,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59904
59904
|
is_active: booleanType(),
|
|
59905
59905
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
59906
59906
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59907
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
59907
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.825Z").transform((v2) => new Date(v2))
|
|
59908
59908
|
}).transform((v2) => {
|
|
59909
59909
|
return remap(v2, {
|
|
59910
59910
|
_id: "id",
|
|
@@ -59922,7 +59922,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59922
59922
|
isActive: booleanType(),
|
|
59923
59923
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
59924
59924
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59925
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
59925
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.825Z")).transform((v2) => v2.toISOString())
|
|
59926
59926
|
}).transform((v2) => {
|
|
59927
59927
|
return remap(v2, {
|
|
59928
59928
|
id: "_id",
|
|
@@ -60252,7 +60252,7 @@ var init_listcontacts = __esm(() => {
|
|
|
60252
60252
|
tags: arrayType(stringType()).optional(),
|
|
60253
60253
|
metadata: recordType(anyType()).optional(),
|
|
60254
60254
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60255
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60255
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2)),
|
|
60256
60256
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
60257
60257
|
}).transform((v2) => {
|
|
60258
60258
|
return remap(v2, {
|
|
@@ -60271,7 +60271,7 @@ var init_listcontacts = __esm(() => {
|
|
|
60271
60271
|
tags: arrayType(stringType()).optional(),
|
|
60272
60272
|
metadata: recordType(anyType()).optional(),
|
|
60273
60273
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60274
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60274
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString()),
|
|
60275
60275
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
60276
60276
|
}).transform((v2) => {
|
|
60277
60277
|
return remap(v2, {
|
|
@@ -60737,7 +60737,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60737
60737
|
human_review_id: stringType(),
|
|
60738
60738
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
60739
60739
|
reviewed_by_id: stringType(),
|
|
60740
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60740
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.921Z").transform((v2) => new Date(v2)),
|
|
60741
60741
|
type: literalType("string_array"),
|
|
60742
60742
|
values: arrayType(stringType())
|
|
60743
60743
|
}).transform((v2) => {
|
|
@@ -60754,7 +60754,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60754
60754
|
humanReviewId: stringType(),
|
|
60755
60755
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
60756
60756
|
reviewedById: stringType(),
|
|
60757
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60757
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.921Z")).transform((v2) => v2.toISOString()),
|
|
60758
60758
|
type: literalType("string_array"),
|
|
60759
60759
|
values: arrayType(stringType())
|
|
60760
60760
|
}).transform((v2) => {
|
|
@@ -60775,7 +60775,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60775
60775
|
human_review_id: stringType(),
|
|
60776
60776
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
60777
60777
|
reviewed_by_id: stringType(),
|
|
60778
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60778
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.921Z").transform((v2) => new Date(v2)),
|
|
60779
60779
|
type: literalType("number"),
|
|
60780
60780
|
value: numberType()
|
|
60781
60781
|
}).transform((v2) => {
|
|
@@ -60792,7 +60792,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60792
60792
|
humanReviewId: stringType(),
|
|
60793
60793
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
60794
60794
|
reviewedById: stringType(),
|
|
60795
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60795
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.921Z")).transform((v2) => v2.toISOString()),
|
|
60796
60796
|
type: literalType("number"),
|
|
60797
60797
|
value: numberType()
|
|
60798
60798
|
}).transform((v2) => {
|
|
@@ -60813,7 +60813,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60813
60813
|
human_review_id: stringType(),
|
|
60814
60814
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
60815
60815
|
reviewed_by_id: stringType(),
|
|
60816
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60816
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.920Z").transform((v2) => new Date(v2)),
|
|
60817
60817
|
type: literalType("string"),
|
|
60818
60818
|
value: stringType()
|
|
60819
60819
|
}).transform((v2) => {
|
|
@@ -60830,7 +60830,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60830
60830
|
humanReviewId: stringType(),
|
|
60831
60831
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
60832
60832
|
reviewedById: stringType(),
|
|
60833
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60833
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.920Z")).transform((v2) => v2.toISOString()),
|
|
60834
60834
|
type: literalType("string"),
|
|
60835
60835
|
value: stringType()
|
|
60836
60836
|
}).transform((v2) => {
|
|
@@ -60873,7 +60873,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60873
60873
|
created_by_id: stringType().optional(),
|
|
60874
60874
|
updated_by_id: stringType().optional(),
|
|
60875
60875
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60876
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60876
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
60877
60877
|
}).transform((v2) => {
|
|
60878
60878
|
return remap(v2, {
|
|
60879
60879
|
_id: "id",
|
|
@@ -60907,7 +60907,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60907
60907
|
createdById: stringType().optional(),
|
|
60908
60908
|
updatedById: stringType().optional(),
|
|
60909
60909
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60910
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60910
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
60911
60911
|
}).transform((v2) => {
|
|
60912
60912
|
return remap(v2, {
|
|
60913
60913
|
id: "_id",
|
|
@@ -60996,7 +60996,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60996
60996
|
created_by_id: stringType().optional(),
|
|
60997
60997
|
updated_by_id: stringType().optional(),
|
|
60998
60998
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60999
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60999
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
61000
61000
|
}).transform((v2) => {
|
|
61001
61001
|
return remap(v2, {
|
|
61002
61002
|
_id: "id",
|
|
@@ -61016,7 +61016,7 @@ var init_listdatasets = __esm(() => {
|
|
|
61016
61016
|
createdById: stringType().optional(),
|
|
61017
61017
|
updatedById: stringType().optional(),
|
|
61018
61018
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
61019
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
61019
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
61020
61020
|
}).transform((v2) => {
|
|
61021
61021
|
return remap(v2, {
|
|
61022
61022
|
id: "_id",
|
|
@@ -61097,7 +61097,7 @@ var init_listdatasources = __esm(() => {
|
|
|
61097
61097
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
61098
61098
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
61099
61099
|
ListDatasourcesData$inboundSchema = objectType({
|
|
61100
|
-
_id: stringType().default("
|
|
61100
|
+
_id: stringType().default("01KC9BP7W46AFY7ACQK8H0T968"),
|
|
61101
61101
|
display_name: stringType(),
|
|
61102
61102
|
description: stringType().optional(),
|
|
61103
61103
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -61120,7 +61120,7 @@ var init_listdatasources = __esm(() => {
|
|
|
61120
61120
|
});
|
|
61121
61121
|
});
|
|
61122
61122
|
ListDatasourcesData$outboundSchema = objectType({
|
|
61123
|
-
id: stringType().default("
|
|
61123
|
+
id: stringType().default("01KC9BP7W46AFY7ACQK8H0T968"),
|
|
61124
61124
|
displayName: stringType(),
|
|
61125
61125
|
description: stringType().optional(),
|
|
61126
61126
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -63265,7 +63265,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63265
63265
|
tags: arrayType(stringType()).optional(),
|
|
63266
63266
|
metadata: recordType(anyType()).optional(),
|
|
63267
63267
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63268
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63268
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
63269
63269
|
}).transform((v2) => {
|
|
63270
63270
|
return remap(v2, {
|
|
63271
63271
|
_id: "id",
|
|
@@ -63283,7 +63283,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63283
63283
|
tags: arrayType(stringType()).optional(),
|
|
63284
63284
|
metadata: recordType(anyType()).optional(),
|
|
63285
63285
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63286
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63286
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
63287
63287
|
}).transform((v2) => {
|
|
63288
63288
|
return remap(v2, {
|
|
63289
63289
|
id: "_id",
|
|
@@ -63337,7 +63337,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
63337
63337
|
});
|
|
63338
63338
|
});
|
|
63339
63339
|
RetrieveConversationResponseBody$inboundSchema2 = objectType({
|
|
63340
|
-
_id: stringType().default("
|
|
63340
|
+
_id: stringType().default("conv_01kc9bp7fd095jx5h13h41hxfp"),
|
|
63341
63341
|
entity_id: stringType(),
|
|
63342
63342
|
kind: RetrieveConversationKind$inboundSchema,
|
|
63343
63343
|
display_name: stringType(),
|
|
@@ -63358,7 +63358,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
63358
63358
|
});
|
|
63359
63359
|
});
|
|
63360
63360
|
RetrieveConversationResponseBody$outboundSchema2 = objectType({
|
|
63361
|
-
id: stringType().default("
|
|
63361
|
+
id: stringType().default("conv_01kc9bp7fd095jx5h13h41hxfp"),
|
|
63362
63362
|
entityId: stringType(),
|
|
63363
63363
|
kind: RetrieveConversationKind$outboundSchema,
|
|
63364
63364
|
displayName: stringType(),
|
|
@@ -63754,7 +63754,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63754
63754
|
human_review_id: stringType(),
|
|
63755
63755
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
63756
63756
|
reviewed_by_id: stringType(),
|
|
63757
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63757
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.939Z").transform((v2) => new Date(v2)),
|
|
63758
63758
|
type: literalType("string_array"),
|
|
63759
63759
|
values: arrayType(stringType())
|
|
63760
63760
|
}).transform((v2) => {
|
|
@@ -63771,7 +63771,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63771
63771
|
humanReviewId: stringType(),
|
|
63772
63772
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
63773
63773
|
reviewedById: stringType(),
|
|
63774
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63774
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.939Z")).transform((v2) => v2.toISOString()),
|
|
63775
63775
|
type: literalType("string_array"),
|
|
63776
63776
|
values: arrayType(stringType())
|
|
63777
63777
|
}).transform((v2) => {
|
|
@@ -63792,7 +63792,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63792
63792
|
human_review_id: stringType(),
|
|
63793
63793
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
63794
63794
|
reviewed_by_id: stringType(),
|
|
63795
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63795
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.939Z").transform((v2) => new Date(v2)),
|
|
63796
63796
|
type: literalType("number"),
|
|
63797
63797
|
value: numberType()
|
|
63798
63798
|
}).transform((v2) => {
|
|
@@ -63809,7 +63809,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63809
63809
|
humanReviewId: stringType(),
|
|
63810
63810
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
63811
63811
|
reviewedById: stringType(),
|
|
63812
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63812
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.939Z")).transform((v2) => v2.toISOString()),
|
|
63813
63813
|
type: literalType("number"),
|
|
63814
63814
|
value: numberType()
|
|
63815
63815
|
}).transform((v2) => {
|
|
@@ -63830,7 +63830,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63830
63830
|
human_review_id: stringType(),
|
|
63831
63831
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
63832
63832
|
reviewed_by_id: stringType(),
|
|
63833
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63833
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.938Z").transform((v2) => new Date(v2)),
|
|
63834
63834
|
type: literalType("string"),
|
|
63835
63835
|
value: stringType()
|
|
63836
63836
|
}).transform((v2) => {
|
|
@@ -63847,7 +63847,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63847
63847
|
humanReviewId: stringType(),
|
|
63848
63848
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
63849
63849
|
reviewedById: stringType(),
|
|
63850
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63850
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.938Z")).transform((v2) => v2.toISOString()),
|
|
63851
63851
|
type: literalType("string"),
|
|
63852
63852
|
value: stringType()
|
|
63853
63853
|
}).transform((v2) => {
|
|
@@ -63890,7 +63890,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63890
63890
|
created_by_id: stringType().optional(),
|
|
63891
63891
|
updated_by_id: stringType().optional(),
|
|
63892
63892
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63893
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63893
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
63894
63894
|
}).transform((v2) => {
|
|
63895
63895
|
return remap(v2, {
|
|
63896
63896
|
_id: "id",
|
|
@@ -63924,7 +63924,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63924
63924
|
createdById: stringType().optional(),
|
|
63925
63925
|
updatedById: stringType().optional(),
|
|
63926
63926
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63927
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63927
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
63928
63928
|
}).transform((v2) => {
|
|
63929
63929
|
return remap(v2, {
|
|
63930
63930
|
id: "_id",
|
|
@@ -63984,7 +63984,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63984
63984
|
created_by_id: stringType().optional(),
|
|
63985
63985
|
updated_by_id: stringType().optional(),
|
|
63986
63986
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63987
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63987
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
63988
63988
|
}).transform((v2) => {
|
|
63989
63989
|
return remap(v2, {
|
|
63990
63990
|
_id: "id",
|
|
@@ -64004,7 +64004,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
64004
64004
|
createdById: stringType().optional(),
|
|
64005
64005
|
updatedById: stringType().optional(),
|
|
64006
64006
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64007
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
64007
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
64008
64008
|
}).transform((v2) => {
|
|
64009
64009
|
return remap(v2, {
|
|
64010
64010
|
id: "_id",
|
|
@@ -64050,7 +64050,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
64050
64050
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
64051
64051
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
64052
64052
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
64053
|
-
_id: stringType().default("
|
|
64053
|
+
_id: stringType().default("01KC9BP7W6HBFZY5PVD8W8F2T5"),
|
|
64054
64054
|
display_name: stringType(),
|
|
64055
64055
|
description: stringType().optional(),
|
|
64056
64056
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -64073,7 +64073,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
64073
64073
|
});
|
|
64074
64074
|
});
|
|
64075
64075
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
64076
|
-
id: stringType().default("
|
|
64076
|
+
id: stringType().default("01KC9BP7W6HBFZY5PVD8W8F2T5"),
|
|
64077
64077
|
displayName: stringType(),
|
|
64078
64078
|
description: stringType().optional(),
|
|
64079
64079
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -64412,7 +64412,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64412
64412
|
code: stringType()
|
|
64413
64413
|
});
|
|
64414
64414
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
64415
|
-
_id: stringType().default("
|
|
64415
|
+
_id: stringType().default("tool_01KC9BP7S0DJCQX3XS2VWN8G4A"),
|
|
64416
64416
|
path: stringType(),
|
|
64417
64417
|
key: stringType(),
|
|
64418
64418
|
display_name: stringType().optional(),
|
|
@@ -64440,7 +64440,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64440
64440
|
});
|
|
64441
64441
|
});
|
|
64442
64442
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
64443
|
-
id: stringType().default("
|
|
64443
|
+
id: stringType().default("tool_01KC9BP7S0DJCQX3XS2VWN8G4A"),
|
|
64444
64444
|
path: stringType(),
|
|
64445
64445
|
key: stringType(),
|
|
64446
64446
|
displayName: stringType().optional(),
|
|
@@ -64490,13 +64490,13 @@ var init_retrievetool = __esm(() => {
|
|
|
64490
64490
|
required: arrayType(stringType()).optional()
|
|
64491
64491
|
});
|
|
64492
64492
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
64493
|
-
id: stringType().default("
|
|
64493
|
+
id: stringType().default("01KC9BP7RZ1696SMDDXB4QK2AM"),
|
|
64494
64494
|
name: stringType(),
|
|
64495
64495
|
description: stringType().optional(),
|
|
64496
64496
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
64497
64497
|
});
|
|
64498
64498
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
64499
|
-
id: stringType().default("
|
|
64499
|
+
id: stringType().default("01KC9BP7RZ1696SMDDXB4QK2AM"),
|
|
64500
64500
|
name: stringType(),
|
|
64501
64501
|
description: stringType().optional(),
|
|
64502
64502
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -64526,7 +64526,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64526
64526
|
});
|
|
64527
64527
|
});
|
|
64528
64528
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
64529
|
-
_id: stringType().default("
|
|
64529
|
+
_id: stringType().default("tool_01KC9BP7RX2MDGT24RV30B9EE3"),
|
|
64530
64530
|
path: stringType(),
|
|
64531
64531
|
key: stringType(),
|
|
64532
64532
|
display_name: stringType().optional(),
|
|
@@ -64553,7 +64553,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64553
64553
|
});
|
|
64554
64554
|
});
|
|
64555
64555
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
64556
|
-
id: stringType().default("
|
|
64556
|
+
id: stringType().default("tool_01KC9BP7RX2MDGT24RV30B9EE3"),
|
|
64557
64557
|
path: stringType(),
|
|
64558
64558
|
key: stringType(),
|
|
64559
64559
|
displayName: stringType().optional(),
|
|
@@ -64640,7 +64640,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64640
64640
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
64641
64641
|
});
|
|
64642
64642
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
64643
|
-
_id: stringType().default("
|
|
64643
|
+
_id: stringType().default("tool_01KC9BP7RVNQ696FKVCVEFFX1T"),
|
|
64644
64644
|
path: stringType(),
|
|
64645
64645
|
key: stringType(),
|
|
64646
64646
|
display_name: stringType().optional(),
|
|
@@ -64667,7 +64667,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64667
64667
|
});
|
|
64668
64668
|
});
|
|
64669
64669
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
64670
|
-
id: stringType().default("
|
|
64670
|
+
id: stringType().default("tool_01KC9BP7RVNQ696FKVCVEFFX1T"),
|
|
64671
64671
|
path: stringType(),
|
|
64672
64672
|
key: stringType(),
|
|
64673
64673
|
displayName: stringType().optional(),
|
|
@@ -64726,7 +64726,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64726
64726
|
strict: booleanType().optional()
|
|
64727
64727
|
});
|
|
64728
64728
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
64729
|
-
_id: stringType().default("
|
|
64729
|
+
_id: stringType().default("tool_01KC9BP7RT5E8S3AGYTG7CEG46"),
|
|
64730
64730
|
path: stringType(),
|
|
64731
64731
|
key: stringType(),
|
|
64732
64732
|
display_name: stringType().optional(),
|
|
@@ -64754,7 +64754,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64754
64754
|
});
|
|
64755
64755
|
});
|
|
64756
64756
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
64757
|
-
id: stringType().default("
|
|
64757
|
+
id: stringType().default("tool_01KC9BP7RT5E8S3AGYTG7CEG46"),
|
|
64758
64758
|
path: stringType(),
|
|
64759
64759
|
key: stringType(),
|
|
64760
64760
|
displayName: stringType().optional(),
|
|
@@ -64816,7 +64816,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64816
64816
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
64817
64817
|
});
|
|
64818
64818
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
64819
|
-
_id: stringType().default("
|
|
64819
|
+
_id: stringType().default("tool_01KC9BP7RRNDRX0BM8MVE4B3N9"),
|
|
64820
64820
|
path: stringType(),
|
|
64821
64821
|
key: stringType(),
|
|
64822
64822
|
display_name: stringType().optional(),
|
|
@@ -64843,7 +64843,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64843
64843
|
});
|
|
64844
64844
|
});
|
|
64845
64845
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
64846
|
-
id: stringType().default("
|
|
64846
|
+
id: stringType().default("tool_01KC9BP7RRNDRX0BM8MVE4B3N9"),
|
|
64847
64847
|
path: stringType(),
|
|
64848
64848
|
key: stringType(),
|
|
64849
64849
|
displayName: stringType().optional(),
|
|
@@ -65641,13 +65641,13 @@ var init_runagent = __esm(() => {
|
|
|
65641
65641
|
required: arrayType(stringType()).optional()
|
|
65642
65642
|
});
|
|
65643
65643
|
Tools$inboundSchema2 = objectType({
|
|
65644
|
-
id: stringType().default("
|
|
65644
|
+
id: stringType().default("01KC9BP7BA07CQV743J4EJX37V"),
|
|
65645
65645
|
name: stringType(),
|
|
65646
65646
|
description: stringType().optional(),
|
|
65647
65647
|
schema: lazyType(() => Schema$inboundSchema)
|
|
65648
65648
|
});
|
|
65649
65649
|
Tools$outboundSchema2 = objectType({
|
|
65650
|
-
id: stringType().default("
|
|
65650
|
+
id: stringType().default("01KC9BP7BA07CQV743J4EJX37V"),
|
|
65651
65651
|
name: stringType(),
|
|
65652
65652
|
description: stringType().optional(),
|
|
65653
65653
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -67871,13 +67871,13 @@ var init_streamrunagent2 = __esm(() => {
|
|
|
67871
67871
|
required: arrayType(stringType()).optional()
|
|
67872
67872
|
});
|
|
67873
67873
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
67874
|
-
id: stringType().default("
|
|
67874
|
+
id: stringType().default("01KC9BP7DGJKHVBSVZWT2P6K7B"),
|
|
67875
67875
|
name: stringType(),
|
|
67876
67876
|
description: stringType().optional(),
|
|
67877
67877
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
67878
67878
|
});
|
|
67879
67879
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
67880
|
-
id: stringType().default("
|
|
67880
|
+
id: stringType().default("01KC9BP7DGJKHVBSVZWT2P6K7B"),
|
|
67881
67881
|
name: stringType(),
|
|
67882
67882
|
description: stringType().optional(),
|
|
67883
67883
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -70700,7 +70700,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70700
70700
|
is_active: booleanType(),
|
|
70701
70701
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
70702
70702
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70703
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
70703
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.825Z").transform((v2) => new Date(v2))
|
|
70704
70704
|
}).transform((v2) => {
|
|
70705
70705
|
return remap(v2, {
|
|
70706
70706
|
_id: "id",
|
|
@@ -70720,7 +70720,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70720
70720
|
isActive: booleanType(),
|
|
70721
70721
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
70722
70722
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70723
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
70723
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.825Z")).transform((v2) => v2.toISOString())
|
|
70724
70724
|
}).transform((v2) => {
|
|
70725
70725
|
return remap(v2, {
|
|
70726
70726
|
id: "_id",
|
|
@@ -70876,7 +70876,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
70876
70876
|
tags: arrayType(stringType()).optional(),
|
|
70877
70877
|
metadata: recordType(anyType()).optional(),
|
|
70878
70878
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70879
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
70879
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
70880
70880
|
}).transform((v2) => {
|
|
70881
70881
|
return remap(v2, {
|
|
70882
70882
|
_id: "id",
|
|
@@ -70894,7 +70894,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
70894
70894
|
tags: arrayType(stringType()).optional(),
|
|
70895
70895
|
metadata: recordType(anyType()).optional(),
|
|
70896
70896
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70897
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
70897
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
70898
70898
|
}).transform((v2) => {
|
|
70899
70899
|
return remap(v2, {
|
|
70900
70900
|
id: "_id",
|
|
@@ -70986,7 +70986,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
70986
70986
|
});
|
|
70987
70987
|
});
|
|
70988
70988
|
UpdateConversationResponseBody$inboundSchema2 = objectType({
|
|
70989
|
-
_id: stringType().default("
|
|
70989
|
+
_id: stringType().default("conv_01kc9bp7ffbbzcven03yc0f0t1"),
|
|
70990
70990
|
entity_id: stringType(),
|
|
70991
70991
|
kind: UpdateConversationKind$inboundSchema,
|
|
70992
70992
|
display_name: stringType(),
|
|
@@ -71007,7 +71007,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
71007
71007
|
});
|
|
71008
71008
|
});
|
|
71009
71009
|
UpdateConversationResponseBody$outboundSchema2 = objectType({
|
|
71010
|
-
id: stringType().default("
|
|
71010
|
+
id: stringType().default("conv_01kc9bp7ffbbzcven03yc0f0t1"),
|
|
71011
71011
|
entityId: stringType(),
|
|
71012
71012
|
kind: UpdateConversationKind$outboundSchema,
|
|
71013
71013
|
displayName: stringType(),
|
|
@@ -71756,7 +71756,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71756
71756
|
human_review_id: stringType(),
|
|
71757
71757
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
71758
71758
|
reviewed_by_id: stringType(),
|
|
71759
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71759
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:32.001Z").transform((v2) => new Date(v2)),
|
|
71760
71760
|
type: literalType("string_array"),
|
|
71761
71761
|
values: arrayType(stringType())
|
|
71762
71762
|
}).transform((v2) => {
|
|
@@ -71773,7 +71773,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71773
71773
|
humanReviewId: stringType(),
|
|
71774
71774
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
71775
71775
|
reviewedById: stringType(),
|
|
71776
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71776
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:32.001Z")).transform((v2) => v2.toISOString()),
|
|
71777
71777
|
type: literalType("string_array"),
|
|
71778
71778
|
values: arrayType(stringType())
|
|
71779
71779
|
}).transform((v2) => {
|
|
@@ -71794,7 +71794,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71794
71794
|
human_review_id: stringType(),
|
|
71795
71795
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
71796
71796
|
reviewed_by_id: stringType(),
|
|
71797
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71797
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:32.000Z").transform((v2) => new Date(v2)),
|
|
71798
71798
|
type: literalType("number"),
|
|
71799
71799
|
value: numberType()
|
|
71800
71800
|
}).transform((v2) => {
|
|
@@ -71811,7 +71811,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71811
71811
|
humanReviewId: stringType(),
|
|
71812
71812
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
71813
71813
|
reviewedById: stringType(),
|
|
71814
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71814
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:32.000Z")).transform((v2) => v2.toISOString()),
|
|
71815
71815
|
type: literalType("number"),
|
|
71816
71816
|
value: numberType()
|
|
71817
71817
|
}).transform((v2) => {
|
|
@@ -71832,7 +71832,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71832
71832
|
human_review_id: stringType(),
|
|
71833
71833
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
71834
71834
|
reviewed_by_id: stringType(),
|
|
71835
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71835
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-12T13:23:31.999Z").transform((v2) => new Date(v2)),
|
|
71836
71836
|
type: literalType("string"),
|
|
71837
71837
|
value: stringType()
|
|
71838
71838
|
}).transform((v2) => {
|
|
@@ -71849,7 +71849,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71849
71849
|
humanReviewId: stringType(),
|
|
71850
71850
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
71851
71851
|
reviewedById: stringType(),
|
|
71852
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71852
|
+
reviewedAt: dateType().default(() => new Date("2025-12-12T13:23:31.999Z")).transform((v2) => v2.toISOString()),
|
|
71853
71853
|
type: literalType("string"),
|
|
71854
71854
|
value: stringType()
|
|
71855
71855
|
}).transform((v2) => {
|
|
@@ -71892,7 +71892,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71892
71892
|
created_by_id: stringType().optional(),
|
|
71893
71893
|
updated_by_id: stringType().optional(),
|
|
71894
71894
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71895
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
71895
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
71896
71896
|
}).transform((v2) => {
|
|
71897
71897
|
return remap(v2, {
|
|
71898
71898
|
_id: "id",
|
|
@@ -71926,7 +71926,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71926
71926
|
createdById: stringType().optional(),
|
|
71927
71927
|
updatedById: stringType().optional(),
|
|
71928
71928
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71929
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
71929
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
71930
71930
|
}).transform((v2) => {
|
|
71931
71931
|
return remap(v2, {
|
|
71932
71932
|
id: "_id",
|
|
@@ -72010,7 +72010,7 @@ var init_updatedataset = __esm(() => {
|
|
|
72010
72010
|
created_by_id: stringType().optional(),
|
|
72011
72011
|
updated_by_id: stringType().optional(),
|
|
72012
72012
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
72013
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
72013
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-12T13:23:17.402Z").transform((v2) => new Date(v2))
|
|
72014
72014
|
}).transform((v2) => {
|
|
72015
72015
|
return remap(v2, {
|
|
72016
72016
|
_id: "id",
|
|
@@ -72030,7 +72030,7 @@ var init_updatedataset = __esm(() => {
|
|
|
72030
72030
|
createdById: stringType().optional(),
|
|
72031
72031
|
updatedById: stringType().optional(),
|
|
72032
72032
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
72033
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
72033
|
+
updated: dateType().default(() => new Date("2025-12-12T13:23:17.402Z")).transform((v2) => v2.toISOString())
|
|
72034
72034
|
}).transform((v2) => {
|
|
72035
72035
|
return remap(v2, {
|
|
72036
72036
|
id: "_id",
|
|
@@ -72094,7 +72094,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
72094
72094
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
72095
72095
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
72096
72096
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
72097
|
-
_id: stringType().default("
|
|
72097
|
+
_id: stringType().default("01KC9BP7W9NMHRDHVQGNV3JYTH"),
|
|
72098
72098
|
display_name: stringType(),
|
|
72099
72099
|
description: stringType().optional(),
|
|
72100
72100
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -72117,7 +72117,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
72117
72117
|
});
|
|
72118
72118
|
});
|
|
72119
72119
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
72120
|
-
id: stringType().default("
|
|
72120
|
+
id: stringType().default("01KC9BP7W9NMHRDHVQGNV3JYTH"),
|
|
72121
72121
|
displayName: stringType(),
|
|
72122
72122
|
description: stringType().optional(),
|
|
72123
72123
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -72630,8 +72630,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72630
72630
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
72631
72631
|
_id: stringType(),
|
|
72632
72632
|
description: stringType(),
|
|
72633
|
-
created: stringType().default("2025-12-
|
|
72634
|
-
updated: stringType().default("2025-12-
|
|
72633
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72634
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72635
72635
|
guardrail_config: unionType([
|
|
72636
72636
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
72637
72637
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -72648,8 +72648,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72648
72648
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
72649
72649
|
id: stringType(),
|
|
72650
72650
|
description: stringType(),
|
|
72651
|
-
created: stringType().default("2025-12-
|
|
72652
|
-
updated: stringType().default("2025-12-
|
|
72651
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72652
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72653
72653
|
guardrailConfig: unionType([
|
|
72654
72654
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
72655
72655
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -72700,8 +72700,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72700
72700
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
72701
72701
|
_id: stringType(),
|
|
72702
72702
|
description: stringType(),
|
|
72703
|
-
created: stringType().default("2025-12-
|
|
72704
|
-
updated: stringType().default("2025-12-
|
|
72703
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72704
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72705
72705
|
guardrail_config: unionType([
|
|
72706
72706
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
72707
72707
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -72720,8 +72720,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72720
72720
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
72721
72721
|
id: stringType(),
|
|
72722
72722
|
description: stringType(),
|
|
72723
|
-
created: stringType().default("2025-12-
|
|
72724
|
-
updated: stringType().default("2025-12-
|
|
72723
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72724
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
72725
72725
|
guardrailConfig: unionType([
|
|
72726
72726
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
72727
72727
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -73056,8 +73056,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73056
73056
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
73057
73057
|
_id: stringType(),
|
|
73058
73058
|
description: stringType(),
|
|
73059
|
-
created: stringType().default("2025-12-
|
|
73060
|
-
updated: stringType().default("2025-12-
|
|
73059
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73060
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73061
73061
|
guardrail_config: unionType([
|
|
73062
73062
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
73063
73063
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -73108,8 +73108,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73108
73108
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
73109
73109
|
id: stringType(),
|
|
73110
73110
|
description: stringType(),
|
|
73111
|
-
created: stringType().default("2025-12-
|
|
73112
|
-
updated: stringType().default("2025-12-
|
|
73111
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73112
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73113
73113
|
guardrailConfig: unionType([
|
|
73114
73114
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
73115
73115
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -73192,8 +73192,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73192
73192
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
73193
73193
|
_id: stringType(),
|
|
73194
73194
|
description: stringType(),
|
|
73195
|
-
created: stringType().default("2025-12-
|
|
73196
|
-
updated: stringType().default("2025-12-
|
|
73195
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73196
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73197
73197
|
guardrail_config: unionType([
|
|
73198
73198
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
73199
73199
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -73210,8 +73210,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73210
73210
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
73211
73211
|
id: stringType(),
|
|
73212
73212
|
description: stringType(),
|
|
73213
|
-
created: stringType().default("2025-12-
|
|
73214
|
-
updated: stringType().default("2025-12-
|
|
73213
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73214
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73215
73215
|
guardrailConfig: unionType([
|
|
73216
73216
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
73217
73217
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -73262,8 +73262,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73262
73262
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
73263
73263
|
_id: stringType(),
|
|
73264
73264
|
description: stringType(),
|
|
73265
|
-
created: stringType().default("2025-12-
|
|
73266
|
-
updated: stringType().default("2025-12-
|
|
73265
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73266
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73267
73267
|
guardrail_config: unionType([
|
|
73268
73268
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
73269
73269
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -73283,8 +73283,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73283
73283
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
73284
73284
|
id: stringType(),
|
|
73285
73285
|
description: stringType(),
|
|
73286
|
-
created: stringType().default("2025-12-
|
|
73287
|
-
updated: stringType().default("2025-12-
|
|
73286
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73287
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73288
73288
|
guardrailConfig: unionType([
|
|
73289
73289
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
73290
73290
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -73336,8 +73336,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73336
73336
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
73337
73337
|
_id: stringType(),
|
|
73338
73338
|
description: stringType(),
|
|
73339
|
-
created: stringType().default("2025-12-
|
|
73340
|
-
updated: stringType().default("2025-12-
|
|
73339
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73340
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73341
73341
|
guardrail_config: unionType([
|
|
73342
73342
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
73343
73343
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -73354,8 +73354,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73354
73354
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
73355
73355
|
id: stringType(),
|
|
73356
73356
|
description: stringType(),
|
|
73357
|
-
created: stringType().default("2025-12-
|
|
73358
|
-
updated: stringType().default("2025-12-
|
|
73357
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73358
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73359
73359
|
guardrailConfig: unionType([
|
|
73360
73360
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
73361
73361
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -73404,8 +73404,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73404
73404
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
73405
73405
|
_id: stringType(),
|
|
73406
73406
|
description: stringType(),
|
|
73407
|
-
created: stringType().default("2025-12-
|
|
73408
|
-
updated: stringType().default("2025-12-
|
|
73407
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73408
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73409
73409
|
guardrail_config: unionType([
|
|
73410
73410
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
73411
73411
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -73423,8 +73423,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73423
73423
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
73424
73424
|
id: stringType(),
|
|
73425
73425
|
description: stringType(),
|
|
73426
|
-
created: stringType().default("2025-12-
|
|
73427
|
-
updated: stringType().default("2025-12-
|
|
73426
|
+
created: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73427
|
+
updated: stringType().default("2025-12-12T13:23:19.699Z"),
|
|
73428
73428
|
guardrailConfig: unionType([
|
|
73429
73429
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
73430
73430
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -75939,13 +75939,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
75939
75939
|
required: arrayType(stringType()).optional()
|
|
75940
75940
|
});
|
|
75941
75941
|
RequestBodyTools$inboundSchema = objectType({
|
|
75942
|
-
id: stringType().default("
|
|
75942
|
+
id: stringType().default("01KC9BP7QYSJK484BYHEG1WJ5T"),
|
|
75943
75943
|
name: stringType(),
|
|
75944
75944
|
description: stringType().optional(),
|
|
75945
75945
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
75946
75946
|
});
|
|
75947
75947
|
RequestBodyTools$outboundSchema = objectType({
|
|
75948
|
-
id: stringType().default("
|
|
75948
|
+
id: stringType().default("01KC9BP7QYSJK484BYHEG1WJ5T"),
|
|
75949
75949
|
name: stringType(),
|
|
75950
75950
|
description: stringType().optional(),
|
|
75951
75951
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -76285,7 +76285,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76285
76285
|
code: stringType()
|
|
76286
76286
|
});
|
|
76287
76287
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
76288
|
-
_id: stringType().default("
|
|
76288
|
+
_id: stringType().default("tool_01KC9BP7QQD5T7PZDZQYADFGNG"),
|
|
76289
76289
|
path: stringType(),
|
|
76290
76290
|
key: stringType(),
|
|
76291
76291
|
display_name: stringType().optional(),
|
|
@@ -76313,7 +76313,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76313
76313
|
});
|
|
76314
76314
|
});
|
|
76315
76315
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
76316
|
-
id: stringType().default("
|
|
76316
|
+
id: stringType().default("tool_01KC9BP7QQD5T7PZDZQYADFGNG"),
|
|
76317
76317
|
path: stringType(),
|
|
76318
76318
|
key: stringType(),
|
|
76319
76319
|
displayName: stringType().optional(),
|
|
@@ -76363,13 +76363,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
76363
76363
|
required: arrayType(stringType()).optional()
|
|
76364
76364
|
});
|
|
76365
76365
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
76366
|
-
id: stringType().default("
|
|
76366
|
+
id: stringType().default("01KC9BP7QPD1R6GXEEM6SN6WQP"),
|
|
76367
76367
|
name: stringType(),
|
|
76368
76368
|
description: stringType().optional(),
|
|
76369
76369
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
76370
76370
|
});
|
|
76371
76371
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
76372
|
-
id: stringType().default("
|
|
76372
|
+
id: stringType().default("01KC9BP7QPD1R6GXEEM6SN6WQP"),
|
|
76373
76373
|
name: stringType(),
|
|
76374
76374
|
description: stringType().optional(),
|
|
76375
76375
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -76399,7 +76399,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76399
76399
|
});
|
|
76400
76400
|
});
|
|
76401
76401
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
76402
|
-
_id: stringType().default("
|
|
76402
|
+
_id: stringType().default("tool_01KC9BP7QMWMBNTJ1090C8A02K"),
|
|
76403
76403
|
path: stringType(),
|
|
76404
76404
|
key: stringType(),
|
|
76405
76405
|
display_name: stringType().optional(),
|
|
@@ -76426,7 +76426,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76426
76426
|
});
|
|
76427
76427
|
});
|
|
76428
76428
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
76429
|
-
id: stringType().default("
|
|
76429
|
+
id: stringType().default("tool_01KC9BP7QMWMBNTJ1090C8A02K"),
|
|
76430
76430
|
path: stringType(),
|
|
76431
76431
|
key: stringType(),
|
|
76432
76432
|
displayName: stringType().optional(),
|
|
@@ -76513,7 +76513,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76513
76513
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
76514
76514
|
});
|
|
76515
76515
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
76516
|
-
_id: stringType().default("
|
|
76516
|
+
_id: stringType().default("tool_01KC9BP7QHMPEEYBYYQSDMS287"),
|
|
76517
76517
|
path: stringType(),
|
|
76518
76518
|
key: stringType(),
|
|
76519
76519
|
display_name: stringType().optional(),
|
|
@@ -76540,7 +76540,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76540
76540
|
});
|
|
76541
76541
|
});
|
|
76542
76542
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
76543
|
-
id: stringType().default("
|
|
76543
|
+
id: stringType().default("tool_01KC9BP7QHMPEEYBYYQSDMS287"),
|
|
76544
76544
|
path: stringType(),
|
|
76545
76545
|
key: stringType(),
|
|
76546
76546
|
displayName: stringType().optional(),
|
|
@@ -76599,7 +76599,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76599
76599
|
strict: booleanType().optional()
|
|
76600
76600
|
});
|
|
76601
76601
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
76602
|
-
_id: stringType().default("
|
|
76602
|
+
_id: stringType().default("tool_01KC9BP7QFJXNRXXF3A5WG3V1M"),
|
|
76603
76603
|
path: stringType(),
|
|
76604
76604
|
key: stringType(),
|
|
76605
76605
|
display_name: stringType().optional(),
|
|
@@ -76627,7 +76627,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76627
76627
|
});
|
|
76628
76628
|
});
|
|
76629
76629
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
76630
|
-
id: stringType().default("
|
|
76630
|
+
id: stringType().default("tool_01KC9BP7QFJXNRXXF3A5WG3V1M"),
|
|
76631
76631
|
path: stringType(),
|
|
76632
76632
|
key: stringType(),
|
|
76633
76633
|
displayName: stringType().optional(),
|
|
@@ -76689,7 +76689,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76689
76689
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
76690
76690
|
});
|
|
76691
76691
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
76692
|
-
_id: stringType().default("
|
|
76692
|
+
_id: stringType().default("tool_01KC9BP7QCGMA3NW3FMK7PQTGE"),
|
|
76693
76693
|
path: stringType(),
|
|
76694
76694
|
key: stringType(),
|
|
76695
76695
|
display_name: stringType().optional(),
|
|
@@ -76716,7 +76716,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76716
76716
|
});
|
|
76717
76717
|
});
|
|
76718
76718
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
76719
|
-
id: stringType().default("
|
|
76719
|
+
id: stringType().default("tool_01KC9BP7QCGMA3NW3FMK7PQTGE"),
|
|
76720
76720
|
path: stringType(),
|
|
76721
76721
|
key: stringType(),
|
|
76722
76722
|
displayName: stringType().optional(),
|
|
@@ -87714,7 +87714,7 @@ Updates a tool in the workspace.`,
|
|
|
87714
87714
|
function createMCPServer(deps) {
|
|
87715
87715
|
const server = new McpServer({
|
|
87716
87716
|
name: "Orq",
|
|
87717
|
-
version: "4.1.0-rc.
|
|
87717
|
+
version: "4.1.0-rc.41"
|
|
87718
87718
|
});
|
|
87719
87719
|
const client = new OrqCore({
|
|
87720
87720
|
apiKey: deps.apiKey,
|
|
@@ -89136,7 +89136,7 @@ var routes = rn({
|
|
|
89136
89136
|
var app = Ve(routes, {
|
|
89137
89137
|
name: "mcp",
|
|
89138
89138
|
versionInfo: {
|
|
89139
|
-
currentVersion: "4.1.0-rc.
|
|
89139
|
+
currentVersion: "4.1.0-rc.41"
|
|
89140
89140
|
}
|
|
89141
89141
|
});
|
|
89142
89142
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -89144,5 +89144,5 @@ export {
|
|
|
89144
89144
|
app
|
|
89145
89145
|
};
|
|
89146
89146
|
|
|
89147
|
-
//# debugId=
|
|
89147
|
+
//# debugId=573DDEAD9B21B97964756E2164756E21
|
|
89148
89148
|
//# sourceMappingURL=mcp-server.js.map
|