@orq-ai/node 4.2.0-rc.24 → 4.2.0-rc.25
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 +223 -223
- package/bin/mcp-server.js.map +40 -40
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/conversationwithmessagesresponse.js +2 -2
- package/models/components/partdoneevent.js +2 -2
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createconversationresponse.js +4 -4
- 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/getevals.js +28 -28
- 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/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/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/conversationwithmessagesresponse.ts +2 -2
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createconversationresponse.ts +4 -4
- 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/getevals.ts +28 -28
- 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/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/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
|
@@ -52904,9 +52904,9 @@ var init_config = __esm(() => {
|
|
|
52904
52904
|
SDK_METADATA = {
|
|
52905
52905
|
language: "typescript",
|
|
52906
52906
|
openapiDocVersion: "2.0",
|
|
52907
|
-
sdkVersion: "4.2.0-rc.
|
|
52907
|
+
sdkVersion: "4.2.0-rc.25",
|
|
52908
52908
|
genVersion: "2.794.1",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.25 2.794.1 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -55936,7 +55936,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55936
55936
|
model: nullableType(stringType()).optional()
|
|
55937
55937
|
});
|
|
55938
55938
|
ConversationResponse$inboundSchema = objectType({
|
|
55939
|
-
_id: stringType().default("
|
|
55939
|
+
_id: stringType().default("conv_01kevdrrebsp3rexefz786p7e0"),
|
|
55940
55940
|
kind: ConversationResponseKind$inboundSchema,
|
|
55941
55941
|
displayName: stringType(),
|
|
55942
55942
|
createdAt: numberType(),
|
|
@@ -55950,7 +55950,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
55950
55950
|
});
|
|
55951
55951
|
});
|
|
55952
55952
|
ConversationResponse$outboundSchema = objectType({
|
|
55953
|
-
id: stringType().default("
|
|
55953
|
+
id: stringType().default("conv_01kevdrrebsp3rexefz786p7e0"),
|
|
55954
55954
|
kind: ConversationResponseKind$outboundSchema,
|
|
55955
55955
|
displayName: stringType(),
|
|
55956
55956
|
createdAt: numberType(),
|
|
@@ -56050,7 +56050,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56050
56050
|
model: nullableType(stringType()).optional()
|
|
56051
56051
|
});
|
|
56052
56052
|
ConversationWithMessagesResponse$inboundSchema = objectType({
|
|
56053
|
-
_id: stringType().default("
|
|
56053
|
+
_id: stringType().default("conv_01kevdrrepx6vjhp21jmzdsetm"),
|
|
56054
56054
|
kind: ConversationWithMessagesResponseKind$inboundSchema,
|
|
56055
56055
|
displayName: stringType(),
|
|
56056
56056
|
createdAt: numberType(),
|
|
@@ -56065,7 +56065,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56065
56065
|
});
|
|
56066
56066
|
});
|
|
56067
56067
|
ConversationWithMessagesResponse$outboundSchema = objectType({
|
|
56068
|
-
id: stringType().default("
|
|
56068
|
+
id: stringType().default("conv_01kevdrrepx6vjhp21jmzdsetm"),
|
|
56069
56069
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56070
56070
|
displayName: stringType(),
|
|
56071
56071
|
createdAt: numberType(),
|
|
@@ -57559,7 +57559,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57559
57559
|
init_esm();
|
|
57560
57560
|
init_primitives();
|
|
57561
57561
|
ReasoningPart$inboundSchema = objectType({
|
|
57562
|
-
_id: stringType().default("
|
|
57562
|
+
_id: stringType().default("reasoning_01kevdrr61csh37bpxfa9afw75"),
|
|
57563
57563
|
metadata: recordType(anyType()).optional(),
|
|
57564
57564
|
kind: literalType("reasoning"),
|
|
57565
57565
|
reasoning: stringType(),
|
|
@@ -57570,7 +57570,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
57570
57570
|
});
|
|
57571
57571
|
});
|
|
57572
57572
|
ReasoningPart$outboundSchema = objectType({
|
|
57573
|
-
id: stringType().default("
|
|
57573
|
+
id: stringType().default("reasoning_01kevdrr61csh37bpxfa9afw75"),
|
|
57574
57574
|
metadata: recordType(anyType()).optional(),
|
|
57575
57575
|
kind: literalType("reasoning"),
|
|
57576
57576
|
reasoning: stringType(),
|
|
@@ -57640,7 +57640,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57640
57640
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
57641
57641
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
57642
57642
|
PartReasoningPart$inboundSchema = objectType({
|
|
57643
|
-
_id: stringType().default("
|
|
57643
|
+
_id: stringType().default("reasoning_01kevdrr67yzq21s74r891v807"),
|
|
57644
57644
|
metadata: recordType(anyType()).optional(),
|
|
57645
57645
|
kind: PartKind$inboundSchema,
|
|
57646
57646
|
reasoning: stringType(),
|
|
@@ -57651,7 +57651,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
57651
57651
|
});
|
|
57652
57652
|
});
|
|
57653
57653
|
PartReasoningPart$outboundSchema = objectType({
|
|
57654
|
-
id: stringType().default("
|
|
57654
|
+
id: stringType().default("reasoning_01kevdrr67yzq21s74r891v807"),
|
|
57655
57655
|
metadata: recordType(anyType()).optional(),
|
|
57656
57656
|
kind: PartKind$outboundSchema,
|
|
57657
57657
|
reasoning: stringType(),
|
|
@@ -63189,7 +63189,7 @@ var init_createcontact = __esm(() => {
|
|
|
63189
63189
|
tags: arrayType(stringType()).optional(),
|
|
63190
63190
|
metadata: recordType(anyType()).optional(),
|
|
63191
63191
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63192
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63192
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
63193
63193
|
}).transform((v2) => {
|
|
63194
63194
|
return remap(v2, {
|
|
63195
63195
|
_id: "id",
|
|
@@ -63209,7 +63209,7 @@ var init_createcontact = __esm(() => {
|
|
|
63209
63209
|
tags: arrayType(stringType()).optional(),
|
|
63210
63210
|
metadata: recordType(anyType()).optional(),
|
|
63211
63211
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63212
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63212
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
63213
63213
|
}).transform((v2) => {
|
|
63214
63214
|
return remap(v2, {
|
|
63215
63215
|
id: "_id",
|
|
@@ -63262,7 +63262,7 @@ var init_createconversation = __esm(() => {
|
|
|
63262
63262
|
model: nullableType(stringType()).optional()
|
|
63263
63263
|
});
|
|
63264
63264
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
63265
|
-
_id: stringType().default("
|
|
63265
|
+
_id: stringType().default("conv_01kevdrredpyp5vxpe13yymphd"),
|
|
63266
63266
|
kind: CreateConversationKind$inboundSchema,
|
|
63267
63267
|
displayName: stringType(),
|
|
63268
63268
|
createdAt: numberType(),
|
|
@@ -63276,7 +63276,7 @@ var init_createconversation = __esm(() => {
|
|
|
63276
63276
|
});
|
|
63277
63277
|
});
|
|
63278
63278
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
63279
|
-
id: stringType().default("
|
|
63279
|
+
id: stringType().default("conv_01kevdrredpyp5vxpe13yymphd"),
|
|
63280
63280
|
kind: CreateConversationKind$outboundSchema,
|
|
63281
63281
|
displayName: stringType(),
|
|
63282
63282
|
createdAt: numberType(),
|
|
@@ -63352,7 +63352,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63352
63352
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
63353
63353
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
63354
63354
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
63355
|
-
_id: stringType().default("
|
|
63355
|
+
_id: stringType().default("reasoning_01kevdrrf2x4717jcg54a4wc95"),
|
|
63356
63356
|
metadata: recordType(anyType()).optional(),
|
|
63357
63357
|
kind: PartKind$inboundSchema2,
|
|
63358
63358
|
reasoning: stringType(),
|
|
@@ -63363,7 +63363,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63363
63363
|
});
|
|
63364
63364
|
});
|
|
63365
63365
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
63366
|
-
id: stringType().default("
|
|
63366
|
+
id: stringType().default("reasoning_01kevdrrf2x4717jcg54a4wc95"),
|
|
63367
63367
|
metadata: recordType(anyType()).optional(),
|
|
63368
63368
|
kind: PartKind$outboundSchema2,
|
|
63369
63369
|
reasoning: stringType(),
|
|
@@ -63396,7 +63396,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63396
63396
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
63397
63397
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
63398
63398
|
ReasoningPart$inboundSchema2 = objectType({
|
|
63399
|
-
_id: stringType().default("
|
|
63399
|
+
_id: stringType().default("reasoning_01kevdrrez7erb457w1e5wxkh8"),
|
|
63400
63400
|
metadata: recordType(anyType()).optional(),
|
|
63401
63401
|
kind: DeltaKind$inboundSchema,
|
|
63402
63402
|
reasoning: stringType(),
|
|
@@ -63407,7 +63407,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
63407
63407
|
});
|
|
63408
63408
|
});
|
|
63409
63409
|
ReasoningPart$outboundSchema2 = objectType({
|
|
63410
|
-
id: stringType().default("
|
|
63410
|
+
id: stringType().default("reasoning_01kevdrrez7erb457w1e5wxkh8"),
|
|
63411
63411
|
metadata: recordType(anyType()).optional(),
|
|
63412
63412
|
kind: DeltaKind$outboundSchema,
|
|
63413
63413
|
reasoning: stringType(),
|
|
@@ -63546,7 +63546,7 @@ var init_createdataset = __esm(() => {
|
|
|
63546
63546
|
created_by_id: stringType().optional(),
|
|
63547
63547
|
updated_by_id: stringType().optional(),
|
|
63548
63548
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63549
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
63549
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
63550
63550
|
}).transform((v2) => {
|
|
63551
63551
|
return remap(v2, {
|
|
63552
63552
|
_id: "id",
|
|
@@ -63566,7 +63566,7 @@ var init_createdataset = __esm(() => {
|
|
|
63566
63566
|
createdById: stringType().optional(),
|
|
63567
63567
|
updatedById: stringType().optional(),
|
|
63568
63568
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63569
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
63569
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
63570
63570
|
}).transform((v2) => {
|
|
63571
63571
|
return remap(v2, {
|
|
63572
63572
|
id: "_id",
|
|
@@ -64302,7 +64302,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64302
64302
|
human_review_id: stringType(),
|
|
64303
64303
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
64304
64304
|
reviewed_by_id: stringType(),
|
|
64305
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64305
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.464Z").transform((v2) => new Date(v2)),
|
|
64306
64306
|
type: literalType("string_array"),
|
|
64307
64307
|
values: arrayType(stringType())
|
|
64308
64308
|
}).transform((v2) => {
|
|
@@ -64319,7 +64319,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64319
64319
|
humanReviewId: stringType(),
|
|
64320
64320
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
64321
64321
|
reviewedById: stringType(),
|
|
64322
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64322
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.464Z")).transform((v2) => v2.toISOString()),
|
|
64323
64323
|
type: literalType("string_array"),
|
|
64324
64324
|
values: arrayType(stringType())
|
|
64325
64325
|
}).transform((v2) => {
|
|
@@ -64340,7 +64340,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64340
64340
|
human_review_id: stringType(),
|
|
64341
64341
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
64342
64342
|
reviewed_by_id: stringType(),
|
|
64343
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64343
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.464Z").transform((v2) => new Date(v2)),
|
|
64344
64344
|
type: literalType("number"),
|
|
64345
64345
|
value: numberType()
|
|
64346
64346
|
}).transform((v2) => {
|
|
@@ -64357,7 +64357,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64357
64357
|
humanReviewId: stringType(),
|
|
64358
64358
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
64359
64359
|
reviewedById: stringType(),
|
|
64360
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64360
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.464Z")).transform((v2) => v2.toISOString()),
|
|
64361
64361
|
type: literalType("number"),
|
|
64362
64362
|
value: numberType()
|
|
64363
64363
|
}).transform((v2) => {
|
|
@@ -64378,7 +64378,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64378
64378
|
human_review_id: stringType(),
|
|
64379
64379
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
64380
64380
|
reviewed_by_id: stringType(),
|
|
64381
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
64381
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.463Z").transform((v2) => new Date(v2)),
|
|
64382
64382
|
type: literalType("string"),
|
|
64383
64383
|
value: stringType()
|
|
64384
64384
|
}).transform((v2) => {
|
|
@@ -64395,7 +64395,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64395
64395
|
humanReviewId: stringType(),
|
|
64396
64396
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
64397
64397
|
reviewedById: stringType(),
|
|
64398
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
64398
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.463Z")).transform((v2) => v2.toISOString()),
|
|
64399
64399
|
type: literalType("string"),
|
|
64400
64400
|
value: stringType()
|
|
64401
64401
|
}).transform((v2) => {
|
|
@@ -64438,7 +64438,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64438
64438
|
created_by_id: stringType().optional(),
|
|
64439
64439
|
updated_by_id: stringType().optional(),
|
|
64440
64440
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64441
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64441
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
64442
64442
|
}).transform((v2) => {
|
|
64443
64443
|
return remap(v2, {
|
|
64444
64444
|
_id: "id",
|
|
@@ -64472,7 +64472,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
64472
64472
|
createdById: stringType().optional(),
|
|
64473
64473
|
updatedById: stringType().optional(),
|
|
64474
64474
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64475
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64475
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
64476
64476
|
}).transform((v2) => {
|
|
64477
64477
|
return remap(v2, {
|
|
64478
64478
|
id: "_id",
|
|
@@ -64641,7 +64641,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64641
64641
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
64642
64642
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
64643
64643
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
64644
|
-
_id: stringType().default("
|
|
64644
|
+
_id: stringType().default("01KEVDRRW6DYN7PTN16HVKZPPH"),
|
|
64645
64645
|
display_name: stringType(),
|
|
64646
64646
|
description: stringType().optional(),
|
|
64647
64647
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -64664,7 +64664,7 @@ var init_createdatasource = __esm(() => {
|
|
|
64664
64664
|
});
|
|
64665
64665
|
});
|
|
64666
64666
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
64667
|
-
id: stringType().default("
|
|
64667
|
+
id: stringType().default("01KEVDRRW6DYN7PTN16HVKZPPH"),
|
|
64668
64668
|
displayName: stringType(),
|
|
64669
64669
|
description: stringType().optional(),
|
|
64670
64670
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -65251,8 +65251,8 @@ var init_createeval = __esm(() => {
|
|
|
65251
65251
|
Typescript$inboundSchema = objectType({
|
|
65252
65252
|
_id: stringType(),
|
|
65253
65253
|
description: stringType(),
|
|
65254
|
-
created: stringType().default("2026-01-
|
|
65255
|
-
updated: stringType().default("2026-01-
|
|
65254
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65255
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65256
65256
|
guardrail_config: unionType([
|
|
65257
65257
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
65258
65258
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -65269,8 +65269,8 @@ var init_createeval = __esm(() => {
|
|
|
65269
65269
|
Typescript$outboundSchema = objectType({
|
|
65270
65270
|
id: stringType(),
|
|
65271
65271
|
description: stringType(),
|
|
65272
|
-
created: stringType().default("2026-01-
|
|
65273
|
-
updated: stringType().default("2026-01-
|
|
65272
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65273
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65274
65274
|
guardrailConfig: unionType([
|
|
65275
65275
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
65276
65276
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -65341,8 +65341,8 @@ var init_createeval = __esm(() => {
|
|
|
65341
65341
|
Ragas$inboundSchema = objectType({
|
|
65342
65342
|
_id: stringType(),
|
|
65343
65343
|
description: stringType(),
|
|
65344
|
-
created: stringType().default("2026-01-
|
|
65345
|
-
updated: stringType().default("2026-01-
|
|
65344
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65345
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65346
65346
|
guardrail_config: unionType([
|
|
65347
65347
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
65348
65348
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -65361,8 +65361,8 @@ var init_createeval = __esm(() => {
|
|
|
65361
65361
|
Ragas$outboundSchema = objectType({
|
|
65362
65362
|
id: stringType(),
|
|
65363
65363
|
description: stringType(),
|
|
65364
|
-
created: stringType().default("2026-01-
|
|
65365
|
-
updated: stringType().default("2026-01-
|
|
65364
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65365
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65366
65366
|
guardrailConfig: unionType([
|
|
65367
65367
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
65368
65368
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -65717,8 +65717,8 @@ var init_createeval = __esm(() => {
|
|
|
65717
65717
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
65718
65718
|
_id: stringType(),
|
|
65719
65719
|
description: stringType(),
|
|
65720
|
-
created: stringType().default("2026-01-
|
|
65721
|
-
updated: stringType().default("2026-01-
|
|
65720
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65721
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65722
65722
|
guardrail_config: unionType([
|
|
65723
65723
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
65724
65724
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -65769,8 +65769,8 @@ var init_createeval = __esm(() => {
|
|
|
65769
65769
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
65770
65770
|
id: stringType(),
|
|
65771
65771
|
description: stringType(),
|
|
65772
|
-
created: stringType().default("2026-01-
|
|
65773
|
-
updated: stringType().default("2026-01-
|
|
65772
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65773
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65774
65774
|
guardrailConfig: unionType([
|
|
65775
65775
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
65776
65776
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -65873,8 +65873,8 @@ var init_createeval = __esm(() => {
|
|
|
65873
65873
|
ResponseBodyPython$inboundSchema = objectType({
|
|
65874
65874
|
_id: stringType(),
|
|
65875
65875
|
description: stringType(),
|
|
65876
|
-
created: stringType().default("2026-01-
|
|
65877
|
-
updated: stringType().default("2026-01-
|
|
65876
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65877
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65878
65878
|
guardrail_config: unionType([
|
|
65879
65879
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
65880
65880
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -65891,8 +65891,8 @@ var init_createeval = __esm(() => {
|
|
|
65891
65891
|
ResponseBodyPython$outboundSchema = objectType({
|
|
65892
65892
|
id: stringType(),
|
|
65893
65893
|
description: stringType(),
|
|
65894
|
-
created: stringType().default("2026-01-
|
|
65895
|
-
updated: stringType().default("2026-01-
|
|
65894
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65895
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65896
65896
|
guardrailConfig: unionType([
|
|
65897
65897
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
65898
65898
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -65963,8 +65963,8 @@ var init_createeval = __esm(() => {
|
|
|
65963
65963
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
65964
65964
|
_id: stringType(),
|
|
65965
65965
|
description: stringType(),
|
|
65966
|
-
created: stringType().default("2026-01-
|
|
65967
|
-
updated: stringType().default("2026-01-
|
|
65966
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65967
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65968
65968
|
guardrail_config: unionType([
|
|
65969
65969
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
65970
65970
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -65984,8 +65984,8 @@ var init_createeval = __esm(() => {
|
|
|
65984
65984
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
65985
65985
|
id: stringType(),
|
|
65986
65986
|
description: stringType(),
|
|
65987
|
-
created: stringType().default("2026-01-
|
|
65988
|
-
updated: stringType().default("2026-01-
|
|
65987
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65988
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
65989
65989
|
guardrailConfig: unionType([
|
|
65990
65990
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
65991
65991
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66057,8 +66057,8 @@ var init_createeval = __esm(() => {
|
|
|
66057
66057
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66058
66058
|
_id: stringType(),
|
|
66059
66059
|
description: stringType(),
|
|
66060
|
-
created: stringType().default("2026-01-
|
|
66061
|
-
updated: stringType().default("2026-01-
|
|
66060
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66061
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66062
66062
|
guardrail_config: unionType([
|
|
66063
66063
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66064
66064
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66075,8 +66075,8 @@ var init_createeval = __esm(() => {
|
|
|
66075
66075
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66076
66076
|
id: stringType(),
|
|
66077
66077
|
description: stringType(),
|
|
66078
|
-
created: stringType().default("2026-01-
|
|
66079
|
-
updated: stringType().default("2026-01-
|
|
66078
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66079
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66080
66080
|
guardrailConfig: unionType([
|
|
66081
66081
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66082
66082
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -66145,8 +66145,8 @@ var init_createeval = __esm(() => {
|
|
|
66145
66145
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
66146
66146
|
_id: stringType(),
|
|
66147
66147
|
description: stringType(),
|
|
66148
|
-
created: stringType().default("2026-01-
|
|
66149
|
-
updated: stringType().default("2026-01-
|
|
66148
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66149
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66150
66150
|
guardrail_config: unionType([
|
|
66151
66151
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
66152
66152
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -66164,8 +66164,8 @@ var init_createeval = __esm(() => {
|
|
|
66164
66164
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
66165
66165
|
id: stringType(),
|
|
66166
66166
|
description: stringType(),
|
|
66167
|
-
created: stringType().default("2026-01-
|
|
66168
|
-
updated: stringType().default("2026-01-
|
|
66167
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66168
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
66169
66169
|
guardrailConfig: unionType([
|
|
66170
66170
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
66171
66171
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -69060,7 +69060,7 @@ var init_createtool = __esm(() => {
|
|
|
69060
69060
|
code: stringType()
|
|
69061
69061
|
});
|
|
69062
69062
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69063
|
-
_id: stringType().default("
|
|
69063
|
+
_id: stringType().default("tool_01KEVDRRPNEC99P3SV038AASRG"),
|
|
69064
69064
|
path: stringType(),
|
|
69065
69065
|
key: stringType(),
|
|
69066
69066
|
display_name: stringType().optional(),
|
|
@@ -69088,7 +69088,7 @@ var init_createtool = __esm(() => {
|
|
|
69088
69088
|
});
|
|
69089
69089
|
});
|
|
69090
69090
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69091
|
-
id: stringType().default("
|
|
69091
|
+
id: stringType().default("tool_01KEVDRRPNEC99P3SV038AASRG"),
|
|
69092
69092
|
path: stringType(),
|
|
69093
69093
|
key: stringType(),
|
|
69094
69094
|
displayName: stringType().optional(),
|
|
@@ -69138,13 +69138,13 @@ var init_createtool = __esm(() => {
|
|
|
69138
69138
|
required: arrayType(stringType()).optional()
|
|
69139
69139
|
});
|
|
69140
69140
|
ResponseBodyTools$inboundSchema = objectType({
|
|
69141
|
-
id: stringType().default("
|
|
69141
|
+
id: stringType().default("01KEVDRRPMPKY2JNH5VXA0VESC"),
|
|
69142
69142
|
name: stringType(),
|
|
69143
69143
|
description: stringType().optional(),
|
|
69144
69144
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
69145
69145
|
});
|
|
69146
69146
|
ResponseBodyTools$outboundSchema = objectType({
|
|
69147
|
-
id: stringType().default("
|
|
69147
|
+
id: stringType().default("01KEVDRRPMPKY2JNH5VXA0VESC"),
|
|
69148
69148
|
name: stringType(),
|
|
69149
69149
|
description: stringType().optional(),
|
|
69150
69150
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -69174,7 +69174,7 @@ var init_createtool = __esm(() => {
|
|
|
69174
69174
|
});
|
|
69175
69175
|
});
|
|
69176
69176
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
69177
|
-
_id: stringType().default("
|
|
69177
|
+
_id: stringType().default("tool_01KEVDRRPE5C0RZQE6T8DG3VHD"),
|
|
69178
69178
|
path: stringType(),
|
|
69179
69179
|
key: stringType(),
|
|
69180
69180
|
display_name: stringType().optional(),
|
|
@@ -69201,7 +69201,7 @@ var init_createtool = __esm(() => {
|
|
|
69201
69201
|
});
|
|
69202
69202
|
});
|
|
69203
69203
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
69204
|
-
id: stringType().default("
|
|
69204
|
+
id: stringType().default("tool_01KEVDRRPE5C0RZQE6T8DG3VHD"),
|
|
69205
69205
|
path: stringType(),
|
|
69206
69206
|
key: stringType(),
|
|
69207
69207
|
displayName: stringType().optional(),
|
|
@@ -69288,7 +69288,7 @@ var init_createtool = __esm(() => {
|
|
|
69288
69288
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
69289
69289
|
});
|
|
69290
69290
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
69291
|
-
_id: stringType().default("
|
|
69291
|
+
_id: stringType().default("tool_01KEVDRRPCDCBWRGKYKFT87P1H"),
|
|
69292
69292
|
path: stringType(),
|
|
69293
69293
|
key: stringType(),
|
|
69294
69294
|
display_name: stringType().optional(),
|
|
@@ -69315,7 +69315,7 @@ var init_createtool = __esm(() => {
|
|
|
69315
69315
|
});
|
|
69316
69316
|
});
|
|
69317
69317
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
69318
|
-
id: stringType().default("
|
|
69318
|
+
id: stringType().default("tool_01KEVDRRPCDCBWRGKYKFT87P1H"),
|
|
69319
69319
|
path: stringType(),
|
|
69320
69320
|
key: stringType(),
|
|
69321
69321
|
displayName: stringType().optional(),
|
|
@@ -69374,7 +69374,7 @@ var init_createtool = __esm(() => {
|
|
|
69374
69374
|
strict: booleanType().optional()
|
|
69375
69375
|
});
|
|
69376
69376
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
69377
|
-
_id: stringType().default("
|
|
69377
|
+
_id: stringType().default("tool_01KEVDRRP9EVG5AP90T38V2XKC"),
|
|
69378
69378
|
path: stringType(),
|
|
69379
69379
|
key: stringType(),
|
|
69380
69380
|
display_name: stringType().optional(),
|
|
@@ -69402,7 +69402,7 @@ var init_createtool = __esm(() => {
|
|
|
69402
69402
|
});
|
|
69403
69403
|
});
|
|
69404
69404
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
69405
|
-
id: stringType().default("
|
|
69405
|
+
id: stringType().default("tool_01KEVDRRP9EVG5AP90T38V2XKC"),
|
|
69406
69406
|
path: stringType(),
|
|
69407
69407
|
key: stringType(),
|
|
69408
69408
|
displayName: stringType().optional(),
|
|
@@ -69464,7 +69464,7 @@ var init_createtool = __esm(() => {
|
|
|
69464
69464
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
69465
69465
|
});
|
|
69466
69466
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
69467
|
-
_id: stringType().default("
|
|
69467
|
+
_id: stringType().default("tool_01KEVDRRP7TPB7DFXQS0Y3VY9V"),
|
|
69468
69468
|
path: stringType(),
|
|
69469
69469
|
key: stringType(),
|
|
69470
69470
|
display_name: stringType().optional(),
|
|
@@ -69491,7 +69491,7 @@ var init_createtool = __esm(() => {
|
|
|
69491
69491
|
});
|
|
69492
69492
|
});
|
|
69493
69493
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
69494
|
-
id: stringType().default("
|
|
69494
|
+
id: stringType().default("tool_01KEVDRRP7TPB7DFXQS0Y3VY9V"),
|
|
69495
69495
|
path: stringType(),
|
|
69496
69496
|
key: stringType(),
|
|
69497
69497
|
displayName: stringType().optional(),
|
|
@@ -74676,7 +74676,7 @@ var init_fileget = __esm(() => {
|
|
|
74676
74676
|
bytes: numberType(),
|
|
74677
74677
|
file_name: stringType(),
|
|
74678
74678
|
workspace_id: stringType(),
|
|
74679
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74679
|
+
created: stringType().datetime({ offset: true }).default("2026-01-13T10:17:26.970Z").transform((v2) => new Date(v2))
|
|
74680
74680
|
}).transform((v2) => {
|
|
74681
74681
|
return remap(v2, {
|
|
74682
74682
|
_id: "id",
|
|
@@ -74692,7 +74692,7 @@ var init_fileget = __esm(() => {
|
|
|
74692
74692
|
bytes: numberType(),
|
|
74693
74693
|
fileName: stringType(),
|
|
74694
74694
|
workspaceId: stringType(),
|
|
74695
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74695
|
+
created: dateType().default(() => new Date("2026-01-13T10:17:26.970Z")).transform((v2) => v2.toISOString())
|
|
74696
74696
|
}).transform((v2) => {
|
|
74697
74697
|
return remap(v2, {
|
|
74698
74698
|
id: "_id",
|
|
@@ -74747,7 +74747,7 @@ var init_filelist = __esm(() => {
|
|
|
74747
74747
|
bytes: numberType(),
|
|
74748
74748
|
file_name: stringType(),
|
|
74749
74749
|
workspace_id: stringType(),
|
|
74750
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74750
|
+
created: stringType().datetime({ offset: true }).default("2026-01-13T10:17:26.970Z").transform((v2) => new Date(v2))
|
|
74751
74751
|
}).transform((v2) => {
|
|
74752
74752
|
return remap(v2, {
|
|
74753
74753
|
_id: "id",
|
|
@@ -74763,7 +74763,7 @@ var init_filelist = __esm(() => {
|
|
|
74763
74763
|
bytes: numberType(),
|
|
74764
74764
|
fileName: stringType(),
|
|
74765
74765
|
workspaceId: stringType(),
|
|
74766
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74766
|
+
created: dateType().default(() => new Date("2026-01-13T10:17:26.970Z")).transform((v2) => v2.toISOString())
|
|
74767
74767
|
}).transform((v2) => {
|
|
74768
74768
|
return remap(v2, {
|
|
74769
74769
|
id: "_id",
|
|
@@ -74871,7 +74871,7 @@ var init_fileupload = __esm(() => {
|
|
|
74871
74871
|
bytes: numberType(),
|
|
74872
74872
|
file_name: stringType(),
|
|
74873
74873
|
workspace_id: stringType(),
|
|
74874
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
74874
|
+
created: stringType().datetime({ offset: true }).default("2026-01-13T10:17:26.970Z").transform((v2) => new Date(v2))
|
|
74875
74875
|
}).transform((v2) => {
|
|
74876
74876
|
return remap(v2, {
|
|
74877
74877
|
_id: "id",
|
|
@@ -74887,7 +74887,7 @@ var init_fileupload = __esm(() => {
|
|
|
74887
74887
|
bytes: numberType(),
|
|
74888
74888
|
fileName: stringType(),
|
|
74889
74889
|
workspaceId: stringType(),
|
|
74890
|
-
created: dateType().default(() => new Date("2026-01-
|
|
74890
|
+
created: dateType().default(() => new Date("2026-01-13T10:17:26.970Z")).transform((v2) => v2.toISOString())
|
|
74891
74891
|
}).transform((v2) => {
|
|
74892
74892
|
return remap(v2, {
|
|
74893
74893
|
id: "_id",
|
|
@@ -74943,7 +74943,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
74943
74943
|
model: nullableType(stringType()).optional()
|
|
74944
74944
|
});
|
|
74945
74945
|
GenerateConversationNameResponseBody$inboundSchema = objectType({
|
|
74946
|
-
_id: stringType().default("
|
|
74946
|
+
_id: stringType().default("conv_01kevdrrenswksjwsc1geeezff"),
|
|
74947
74947
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
74948
74948
|
displayName: stringType(),
|
|
74949
74949
|
createdAt: numberType(),
|
|
@@ -74957,7 +74957,7 @@ var init_generateconversationname = __esm(() => {
|
|
|
74957
74957
|
});
|
|
74958
74958
|
});
|
|
74959
74959
|
GenerateConversationNameResponseBody$outboundSchema = objectType({
|
|
74960
|
-
id: stringType().default("
|
|
74960
|
+
id: stringType().default("conv_01kevdrrenswksjwsc1geeezff"),
|
|
74961
74961
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
74962
74962
|
displayName: stringType(),
|
|
74963
74963
|
createdAt: numberType(),
|
|
@@ -75992,7 +75992,7 @@ var init_getalltools = __esm(() => {
|
|
|
75992
75992
|
code: stringType()
|
|
75993
75993
|
});
|
|
75994
75994
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
75995
|
-
_id: stringType().default("
|
|
75995
|
+
_id: stringType().default("tool_01KEVDRRNQEZYZC3ST0N6NZ590"),
|
|
75996
75996
|
path: stringType(),
|
|
75997
75997
|
key: stringType(),
|
|
75998
75998
|
display_name: stringType().optional(),
|
|
@@ -76020,7 +76020,7 @@ var init_getalltools = __esm(() => {
|
|
|
76020
76020
|
});
|
|
76021
76021
|
});
|
|
76022
76022
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
76023
|
-
id: stringType().default("
|
|
76023
|
+
id: stringType().default("tool_01KEVDRRNQEZYZC3ST0N6NZ590"),
|
|
76024
76024
|
path: stringType(),
|
|
76025
76025
|
key: stringType(),
|
|
76026
76026
|
displayName: stringType().optional(),
|
|
@@ -76070,13 +76070,13 @@ var init_getalltools = __esm(() => {
|
|
|
76070
76070
|
required: arrayType(stringType()).optional()
|
|
76071
76071
|
});
|
|
76072
76072
|
DataTools$inboundSchema = objectType({
|
|
76073
|
-
id: stringType().default("
|
|
76073
|
+
id: stringType().default("01KEVDRRNPVGT5YQBEPX8RWKYK"),
|
|
76074
76074
|
name: stringType(),
|
|
76075
76075
|
description: stringType().optional(),
|
|
76076
76076
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
76077
76077
|
});
|
|
76078
76078
|
DataTools$outboundSchema = objectType({
|
|
76079
|
-
id: stringType().default("
|
|
76079
|
+
id: stringType().default("01KEVDRRNPVGT5YQBEPX8RWKYK"),
|
|
76080
76080
|
name: stringType(),
|
|
76081
76081
|
description: stringType().optional(),
|
|
76082
76082
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -76106,7 +76106,7 @@ var init_getalltools = __esm(() => {
|
|
|
76106
76106
|
});
|
|
76107
76107
|
});
|
|
76108
76108
|
DataMCPTool$inboundSchema = objectType({
|
|
76109
|
-
_id: stringType().default("
|
|
76109
|
+
_id: stringType().default("tool_01KEVDRRNM1XPBS1V0SYFT3MYZ"),
|
|
76110
76110
|
path: stringType(),
|
|
76111
76111
|
key: stringType(),
|
|
76112
76112
|
display_name: stringType().optional(),
|
|
@@ -76133,7 +76133,7 @@ var init_getalltools = __esm(() => {
|
|
|
76133
76133
|
});
|
|
76134
76134
|
});
|
|
76135
76135
|
DataMCPTool$outboundSchema = objectType({
|
|
76136
|
-
id: stringType().default("
|
|
76136
|
+
id: stringType().default("tool_01KEVDRRNM1XPBS1V0SYFT3MYZ"),
|
|
76137
76137
|
path: stringType(),
|
|
76138
76138
|
key: stringType(),
|
|
76139
76139
|
displayName: stringType().optional(),
|
|
@@ -76220,7 +76220,7 @@ var init_getalltools = __esm(() => {
|
|
|
76220
76220
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
76221
76221
|
});
|
|
76222
76222
|
DataHTTPTool$inboundSchema = objectType({
|
|
76223
|
-
_id: stringType().default("
|
|
76223
|
+
_id: stringType().default("tool_01KEVDRRNH5D16PB7552A3WA6G"),
|
|
76224
76224
|
path: stringType(),
|
|
76225
76225
|
key: stringType(),
|
|
76226
76226
|
display_name: stringType().optional(),
|
|
@@ -76247,7 +76247,7 @@ var init_getalltools = __esm(() => {
|
|
|
76247
76247
|
});
|
|
76248
76248
|
});
|
|
76249
76249
|
DataHTTPTool$outboundSchema = objectType({
|
|
76250
|
-
id: stringType().default("
|
|
76250
|
+
id: stringType().default("tool_01KEVDRRNH5D16PB7552A3WA6G"),
|
|
76251
76251
|
path: stringType(),
|
|
76252
76252
|
key: stringType(),
|
|
76253
76253
|
displayName: stringType().optional(),
|
|
@@ -76306,7 +76306,7 @@ var init_getalltools = __esm(() => {
|
|
|
76306
76306
|
strict: booleanType().optional()
|
|
76307
76307
|
});
|
|
76308
76308
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
76309
|
-
_id: stringType().default("
|
|
76309
|
+
_id: stringType().default("tool_01KEVDRRNFTZ6SDSY9GZB2K98R"),
|
|
76310
76310
|
path: stringType(),
|
|
76311
76311
|
key: stringType(),
|
|
76312
76312
|
display_name: stringType().optional(),
|
|
@@ -76334,7 +76334,7 @@ var init_getalltools = __esm(() => {
|
|
|
76334
76334
|
});
|
|
76335
76335
|
});
|
|
76336
76336
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
76337
|
-
id: stringType().default("
|
|
76337
|
+
id: stringType().default("tool_01KEVDRRNFTZ6SDSY9GZB2K98R"),
|
|
76338
76338
|
path: stringType(),
|
|
76339
76339
|
key: stringType(),
|
|
76340
76340
|
displayName: stringType().optional(),
|
|
@@ -76396,7 +76396,7 @@ var init_getalltools = __esm(() => {
|
|
|
76396
76396
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
76397
76397
|
});
|
|
76398
76398
|
DataFunctionTool$inboundSchema = objectType({
|
|
76399
|
-
_id: stringType().default("
|
|
76399
|
+
_id: stringType().default("tool_01KEVDRRNDXDYQH1PGYSC7JQF6"),
|
|
76400
76400
|
path: stringType(),
|
|
76401
76401
|
key: stringType(),
|
|
76402
76402
|
display_name: stringType().optional(),
|
|
@@ -76423,7 +76423,7 @@ var init_getalltools = __esm(() => {
|
|
|
76423
76423
|
});
|
|
76424
76424
|
});
|
|
76425
76425
|
DataFunctionTool$outboundSchema = objectType({
|
|
76426
|
-
id: stringType().default("
|
|
76426
|
+
id: stringType().default("tool_01KEVDRRNDXDYQH1PGYSC7JQF6"),
|
|
76427
76427
|
path: stringType(),
|
|
76428
76428
|
key: stringType(),
|
|
76429
76429
|
displayName: stringType().optional(),
|
|
@@ -76699,8 +76699,8 @@ var init_getevals = __esm(() => {
|
|
|
76699
76699
|
DataTypescript$inboundSchema = objectType({
|
|
76700
76700
|
_id: stringType(),
|
|
76701
76701
|
description: stringType(),
|
|
76702
|
-
created: stringType().default("2026-01-
|
|
76703
|
-
updated: stringType().default("2026-01-
|
|
76702
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76703
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76704
76704
|
guardrail_config: unionType([
|
|
76705
76705
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
76706
76706
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -76717,8 +76717,8 @@ var init_getevals = __esm(() => {
|
|
|
76717
76717
|
DataTypescript$outboundSchema = objectType({
|
|
76718
76718
|
id: stringType(),
|
|
76719
76719
|
description: stringType(),
|
|
76720
|
-
created: stringType().default("2026-01-
|
|
76721
|
-
updated: stringType().default("2026-01-
|
|
76720
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76721
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76722
76722
|
guardrailConfig: unionType([
|
|
76723
76723
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
76724
76724
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -76789,8 +76789,8 @@ var init_getevals = __esm(() => {
|
|
|
76789
76789
|
DataRagas$inboundSchema = objectType({
|
|
76790
76790
|
_id: stringType(),
|
|
76791
76791
|
description: stringType(),
|
|
76792
|
-
created: stringType().default("2026-01-
|
|
76793
|
-
updated: stringType().default("2026-01-
|
|
76792
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76793
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76794
76794
|
guardrail_config: unionType([
|
|
76795
76795
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
76796
76796
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -76809,8 +76809,8 @@ var init_getevals = __esm(() => {
|
|
|
76809
76809
|
DataRagas$outboundSchema = objectType({
|
|
76810
76810
|
id: stringType(),
|
|
76811
76811
|
description: stringType(),
|
|
76812
|
-
created: stringType().default("2026-01-
|
|
76813
|
-
updated: stringType().default("2026-01-
|
|
76812
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76813
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
76814
76814
|
guardrailConfig: unionType([
|
|
76815
76815
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
76816
76816
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -77165,8 +77165,8 @@ var init_getevals = __esm(() => {
|
|
|
77165
77165
|
DataFunction$inboundSchema = objectType({
|
|
77166
77166
|
_id: stringType(),
|
|
77167
77167
|
description: stringType(),
|
|
77168
|
-
created: stringType().default("2026-01-
|
|
77169
|
-
updated: stringType().default("2026-01-
|
|
77168
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77169
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77170
77170
|
guardrail_config: unionType([
|
|
77171
77171
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
77172
77172
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -77217,8 +77217,8 @@ var init_getevals = __esm(() => {
|
|
|
77217
77217
|
DataFunction$outboundSchema = objectType({
|
|
77218
77218
|
id: stringType(),
|
|
77219
77219
|
description: stringType(),
|
|
77220
|
-
created: stringType().default("2026-01-
|
|
77221
|
-
updated: stringType().default("2026-01-
|
|
77220
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77221
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77222
77222
|
guardrailConfig: unionType([
|
|
77223
77223
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
77224
77224
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -77321,8 +77321,8 @@ var init_getevals = __esm(() => {
|
|
|
77321
77321
|
DataPython$inboundSchema = objectType({
|
|
77322
77322
|
_id: stringType(),
|
|
77323
77323
|
description: stringType(),
|
|
77324
|
-
created: stringType().default("2026-01-
|
|
77325
|
-
updated: stringType().default("2026-01-
|
|
77324
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77325
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77326
77326
|
guardrail_config: unionType([
|
|
77327
77327
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
77328
77328
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -77339,8 +77339,8 @@ var init_getevals = __esm(() => {
|
|
|
77339
77339
|
DataPython$outboundSchema = objectType({
|
|
77340
77340
|
id: stringType(),
|
|
77341
77341
|
description: stringType(),
|
|
77342
|
-
created: stringType().default("2026-01-
|
|
77343
|
-
updated: stringType().default("2026-01-
|
|
77342
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77343
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77344
77344
|
guardrailConfig: unionType([
|
|
77345
77345
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
77346
77346
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -77411,8 +77411,8 @@ var init_getevals = __esm(() => {
|
|
|
77411
77411
|
DataHTTP$inboundSchema = objectType({
|
|
77412
77412
|
_id: stringType(),
|
|
77413
77413
|
description: stringType(),
|
|
77414
|
-
created: stringType().default("2026-01-
|
|
77415
|
-
updated: stringType().default("2026-01-
|
|
77414
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77415
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77416
77416
|
guardrail_config: unionType([
|
|
77417
77417
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
77418
77418
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -77432,8 +77432,8 @@ var init_getevals = __esm(() => {
|
|
|
77432
77432
|
DataHTTP$outboundSchema = objectType({
|
|
77433
77433
|
id: stringType(),
|
|
77434
77434
|
description: stringType(),
|
|
77435
|
-
created: stringType().default("2026-01-
|
|
77436
|
-
updated: stringType().default("2026-01-
|
|
77435
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77436
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77437
77437
|
guardrailConfig: unionType([
|
|
77438
77438
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
77439
77439
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -77505,8 +77505,8 @@ var init_getevals = __esm(() => {
|
|
|
77505
77505
|
DataJSON$inboundSchema = objectType({
|
|
77506
77506
|
_id: stringType(),
|
|
77507
77507
|
description: stringType(),
|
|
77508
|
-
created: stringType().default("2026-01-
|
|
77509
|
-
updated: stringType().default("2026-01-
|
|
77508
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77509
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77510
77510
|
guardrail_config: unionType([
|
|
77511
77511
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
77512
77512
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -77523,8 +77523,8 @@ var init_getevals = __esm(() => {
|
|
|
77523
77523
|
DataJSON$outboundSchema = objectType({
|
|
77524
77524
|
id: stringType(),
|
|
77525
77525
|
description: stringType(),
|
|
77526
|
-
created: stringType().default("2026-01-
|
|
77527
|
-
updated: stringType().default("2026-01-
|
|
77526
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77527
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77528
77528
|
guardrailConfig: unionType([
|
|
77529
77529
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
77530
77530
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -77593,8 +77593,8 @@ var init_getevals = __esm(() => {
|
|
|
77593
77593
|
DataLLM$inboundSchema = objectType({
|
|
77594
77594
|
_id: stringType(),
|
|
77595
77595
|
description: stringType(),
|
|
77596
|
-
created: stringType().default("2026-01-
|
|
77597
|
-
updated: stringType().default("2026-01-
|
|
77596
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77597
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77598
77598
|
guardrail_config: unionType([
|
|
77599
77599
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
77600
77600
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -77612,8 +77612,8 @@ var init_getevals = __esm(() => {
|
|
|
77612
77612
|
DataLLM$outboundSchema = objectType({
|
|
77613
77613
|
id: stringType(),
|
|
77614
77614
|
description: stringType(),
|
|
77615
|
-
created: stringType().default("2026-01-
|
|
77616
|
-
updated: stringType().default("2026-01-
|
|
77615
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77616
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
77617
77617
|
guardrailConfig: unionType([
|
|
77618
77618
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
77619
77619
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -81382,7 +81382,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81382
81382
|
tags: arrayType(stringType()).optional(),
|
|
81383
81383
|
metadata: recordType(anyType()).optional(),
|
|
81384
81384
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
81385
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
81385
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2)),
|
|
81386
81386
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
81387
81387
|
}).transform((v2) => {
|
|
81388
81388
|
return remap(v2, {
|
|
@@ -81401,7 +81401,7 @@ var init_listcontacts = __esm(() => {
|
|
|
81401
81401
|
tags: arrayType(stringType()).optional(),
|
|
81402
81402
|
metadata: recordType(anyType()).optional(),
|
|
81403
81403
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
81404
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
81404
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString()),
|
|
81405
81405
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
81406
81406
|
}).transform((v2) => {
|
|
81407
81407
|
return remap(v2, {
|
|
@@ -81859,7 +81859,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81859
81859
|
human_review_id: stringType(),
|
|
81860
81860
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
81861
81861
|
reviewed_by_id: stringType(),
|
|
81862
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
81862
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.442Z").transform((v2) => new Date(v2)),
|
|
81863
81863
|
type: literalType("string_array"),
|
|
81864
81864
|
values: arrayType(stringType())
|
|
81865
81865
|
}).transform((v2) => {
|
|
@@ -81876,7 +81876,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81876
81876
|
humanReviewId: stringType(),
|
|
81877
81877
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
81878
81878
|
reviewedById: stringType(),
|
|
81879
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
81879
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.442Z")).transform((v2) => v2.toISOString()),
|
|
81880
81880
|
type: literalType("string_array"),
|
|
81881
81881
|
values: arrayType(stringType())
|
|
81882
81882
|
}).transform((v2) => {
|
|
@@ -81897,7 +81897,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81897
81897
|
human_review_id: stringType(),
|
|
81898
81898
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
81899
81899
|
reviewed_by_id: stringType(),
|
|
81900
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
81900
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.441Z").transform((v2) => new Date(v2)),
|
|
81901
81901
|
type: literalType("number"),
|
|
81902
81902
|
value: numberType()
|
|
81903
81903
|
}).transform((v2) => {
|
|
@@ -81914,7 +81914,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81914
81914
|
humanReviewId: stringType(),
|
|
81915
81915
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
81916
81916
|
reviewedById: stringType(),
|
|
81917
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
81917
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.441Z")).transform((v2) => v2.toISOString()),
|
|
81918
81918
|
type: literalType("number"),
|
|
81919
81919
|
value: numberType()
|
|
81920
81920
|
}).transform((v2) => {
|
|
@@ -81935,7 +81935,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81935
81935
|
human_review_id: stringType(),
|
|
81936
81936
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
81937
81937
|
reviewed_by_id: stringType(),
|
|
81938
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
81938
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.440Z").transform((v2) => new Date(v2)),
|
|
81939
81939
|
type: literalType("string"),
|
|
81940
81940
|
value: stringType()
|
|
81941
81941
|
}).transform((v2) => {
|
|
@@ -81952,7 +81952,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81952
81952
|
humanReviewId: stringType(),
|
|
81953
81953
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
81954
81954
|
reviewedById: stringType(),
|
|
81955
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
81955
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.440Z")).transform((v2) => v2.toISOString()),
|
|
81956
81956
|
type: literalType("string"),
|
|
81957
81957
|
value: stringType()
|
|
81958
81958
|
}).transform((v2) => {
|
|
@@ -81995,7 +81995,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
81995
81995
|
created_by_id: stringType().optional(),
|
|
81996
81996
|
updated_by_id: stringType().optional(),
|
|
81997
81997
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
81998
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
81998
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
81999
81999
|
}).transform((v2) => {
|
|
82000
82000
|
return remap(v2, {
|
|
82001
82001
|
_id: "id",
|
|
@@ -82029,7 +82029,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82029
82029
|
createdById: stringType().optional(),
|
|
82030
82030
|
updatedById: stringType().optional(),
|
|
82031
82031
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82032
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82032
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
82033
82033
|
}).transform((v2) => {
|
|
82034
82034
|
return remap(v2, {
|
|
82035
82035
|
id: "_id",
|
|
@@ -82118,7 +82118,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82118
82118
|
created_by_id: stringType().optional(),
|
|
82119
82119
|
updated_by_id: stringType().optional(),
|
|
82120
82120
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82121
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82121
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
82122
82122
|
}).transform((v2) => {
|
|
82123
82123
|
return remap(v2, {
|
|
82124
82124
|
_id: "id",
|
|
@@ -82138,7 +82138,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82138
82138
|
createdById: stringType().optional(),
|
|
82139
82139
|
updatedById: stringType().optional(),
|
|
82140
82140
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82141
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82141
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
82142
82142
|
}).transform((v2) => {
|
|
82143
82143
|
return remap(v2, {
|
|
82144
82144
|
id: "_id",
|
|
@@ -82219,7 +82219,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82219
82219
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
82220
82220
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
82221
82221
|
ListDatasourcesData$inboundSchema = objectType({
|
|
82222
|
-
_id: stringType().default("
|
|
82222
|
+
_id: stringType().default("01KEVDRRW4CRY9DYEP2T2EZFHT"),
|
|
82223
82223
|
display_name: stringType(),
|
|
82224
82224
|
description: stringType().optional(),
|
|
82225
82225
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -82242,7 +82242,7 @@ var init_listdatasources = __esm(() => {
|
|
|
82242
82242
|
});
|
|
82243
82243
|
});
|
|
82244
82244
|
ListDatasourcesData$outboundSchema = objectType({
|
|
82245
|
-
id: stringType().default("
|
|
82245
|
+
id: stringType().default("01KEVDRRW4CRY9DYEP2T2EZFHT"),
|
|
82246
82246
|
displayName: stringType(),
|
|
82247
82247
|
description: stringType().optional(),
|
|
82248
82248
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -84527,7 +84527,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84527
84527
|
tags: arrayType(stringType()).optional(),
|
|
84528
84528
|
metadata: recordType(anyType()).optional(),
|
|
84529
84529
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
84530
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
84530
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
84531
84531
|
}).transform((v2) => {
|
|
84532
84532
|
return remap(v2, {
|
|
84533
84533
|
_id: "id",
|
|
@@ -84545,7 +84545,7 @@ var init_retrievecontact = __esm(() => {
|
|
|
84545
84545
|
tags: arrayType(stringType()).optional(),
|
|
84546
84546
|
metadata: recordType(anyType()).optional(),
|
|
84547
84547
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
84548
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
84548
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
84549
84549
|
}).transform((v2) => {
|
|
84550
84550
|
return remap(v2, {
|
|
84551
84551
|
id: "_id",
|
|
@@ -84951,7 +84951,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
84951
84951
|
human_review_id: stringType(),
|
|
84952
84952
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
84953
84953
|
reviewed_by_id: stringType(),
|
|
84954
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84954
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.451Z").transform((v2) => new Date(v2)),
|
|
84955
84955
|
type: literalType("string_array"),
|
|
84956
84956
|
values: arrayType(stringType())
|
|
84957
84957
|
}).transform((v2) => {
|
|
@@ -84968,7 +84968,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
84968
84968
|
humanReviewId: stringType(),
|
|
84969
84969
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
84970
84970
|
reviewedById: stringType(),
|
|
84971
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
84971
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.451Z")).transform((v2) => v2.toISOString()),
|
|
84972
84972
|
type: literalType("string_array"),
|
|
84973
84973
|
values: arrayType(stringType())
|
|
84974
84974
|
}).transform((v2) => {
|
|
@@ -84989,7 +84989,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
84989
84989
|
human_review_id: stringType(),
|
|
84990
84990
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
84991
84991
|
reviewed_by_id: stringType(),
|
|
84992
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
84992
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.450Z").transform((v2) => new Date(v2)),
|
|
84993
84993
|
type: literalType("number"),
|
|
84994
84994
|
value: numberType()
|
|
84995
84995
|
}).transform((v2) => {
|
|
@@ -85006,7 +85006,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85006
85006
|
humanReviewId: stringType(),
|
|
85007
85007
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
85008
85008
|
reviewedById: stringType(),
|
|
85009
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85009
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.450Z")).transform((v2) => v2.toISOString()),
|
|
85010
85010
|
type: literalType("number"),
|
|
85011
85011
|
value: numberType()
|
|
85012
85012
|
}).transform((v2) => {
|
|
@@ -85027,7 +85027,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85027
85027
|
human_review_id: stringType(),
|
|
85028
85028
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
85029
85029
|
reviewed_by_id: stringType(),
|
|
85030
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85030
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.450Z").transform((v2) => new Date(v2)),
|
|
85031
85031
|
type: literalType("string"),
|
|
85032
85032
|
value: stringType()
|
|
85033
85033
|
}).transform((v2) => {
|
|
@@ -85044,7 +85044,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85044
85044
|
humanReviewId: stringType(),
|
|
85045
85045
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
85046
85046
|
reviewedById: stringType(),
|
|
85047
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85047
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.450Z")).transform((v2) => v2.toISOString()),
|
|
85048
85048
|
type: literalType("string"),
|
|
85049
85049
|
value: stringType()
|
|
85050
85050
|
}).transform((v2) => {
|
|
@@ -85087,7 +85087,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85087
85087
|
created_by_id: stringType().optional(),
|
|
85088
85088
|
updated_by_id: stringType().optional(),
|
|
85089
85089
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85090
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85090
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
85091
85091
|
}).transform((v2) => {
|
|
85092
85092
|
return remap(v2, {
|
|
85093
85093
|
_id: "id",
|
|
@@ -85121,7 +85121,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85121
85121
|
createdById: stringType().optional(),
|
|
85122
85122
|
updatedById: stringType().optional(),
|
|
85123
85123
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85124
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85124
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
85125
85125
|
}).transform((v2) => {
|
|
85126
85126
|
return remap(v2, {
|
|
85127
85127
|
id: "_id",
|
|
@@ -85181,7 +85181,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85181
85181
|
created_by_id: stringType().optional(),
|
|
85182
85182
|
updated_by_id: stringType().optional(),
|
|
85183
85183
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85184
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85184
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
85185
85185
|
}).transform((v2) => {
|
|
85186
85186
|
return remap(v2, {
|
|
85187
85187
|
_id: "id",
|
|
@@ -85201,7 +85201,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
85201
85201
|
createdById: stringType().optional(),
|
|
85202
85202
|
updatedById: stringType().optional(),
|
|
85203
85203
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85204
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85204
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
85205
85205
|
}).transform((v2) => {
|
|
85206
85206
|
return remap(v2, {
|
|
85207
85207
|
id: "_id",
|
|
@@ -85247,7 +85247,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85247
85247
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
85248
85248
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
85249
85249
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
85250
|
-
_id: stringType().default("
|
|
85250
|
+
_id: stringType().default("01KEVDRRW5GAVX1F7P1WDMRWNP"),
|
|
85251
85251
|
display_name: stringType(),
|
|
85252
85252
|
description: stringType().optional(),
|
|
85253
85253
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -85270,7 +85270,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
85270
85270
|
});
|
|
85271
85271
|
});
|
|
85272
85272
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
85273
|
-
id: stringType().default("
|
|
85273
|
+
id: stringType().default("01KEVDRRW5GAVX1F7P1WDMRWNP"),
|
|
85274
85274
|
displayName: stringType(),
|
|
85275
85275
|
description: stringType().optional(),
|
|
85276
85276
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -85607,7 +85607,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85607
85607
|
code: stringType()
|
|
85608
85608
|
});
|
|
85609
85609
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
85610
|
-
_id: stringType().default("
|
|
85610
|
+
_id: stringType().default("tool_01KEVDRRRVNJ9DM4M7HKYVQ6KM"),
|
|
85611
85611
|
path: stringType(),
|
|
85612
85612
|
key: stringType(),
|
|
85613
85613
|
display_name: stringType().optional(),
|
|
@@ -85635,7 +85635,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85635
85635
|
});
|
|
85636
85636
|
});
|
|
85637
85637
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
85638
|
-
id: stringType().default("
|
|
85638
|
+
id: stringType().default("tool_01KEVDRRRVNJ9DM4M7HKYVQ6KM"),
|
|
85639
85639
|
path: stringType(),
|
|
85640
85640
|
key: stringType(),
|
|
85641
85641
|
displayName: stringType().optional(),
|
|
@@ -85685,13 +85685,13 @@ var init_retrievetool = __esm(() => {
|
|
|
85685
85685
|
required: arrayType(stringType()).optional()
|
|
85686
85686
|
});
|
|
85687
85687
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
85688
|
-
id: stringType().default("
|
|
85688
|
+
id: stringType().default("01KEVDRRRVMMCXMQ0689TSHF32"),
|
|
85689
85689
|
name: stringType(),
|
|
85690
85690
|
description: stringType().optional(),
|
|
85691
85691
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
85692
85692
|
});
|
|
85693
85693
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
85694
|
-
id: stringType().default("
|
|
85694
|
+
id: stringType().default("01KEVDRRRVMMCXMQ0689TSHF32"),
|
|
85695
85695
|
name: stringType(),
|
|
85696
85696
|
description: stringType().optional(),
|
|
85697
85697
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -85721,7 +85721,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85721
85721
|
});
|
|
85722
85722
|
});
|
|
85723
85723
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
85724
|
-
_id: stringType().default("
|
|
85724
|
+
_id: stringType().default("tool_01KEVDRRRTNQ9SFNZZ455ZBEBA"),
|
|
85725
85725
|
path: stringType(),
|
|
85726
85726
|
key: stringType(),
|
|
85727
85727
|
display_name: stringType().optional(),
|
|
@@ -85748,7 +85748,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85748
85748
|
});
|
|
85749
85749
|
});
|
|
85750
85750
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
85751
|
-
id: stringType().default("
|
|
85751
|
+
id: stringType().default("tool_01KEVDRRRTNQ9SFNZZ455ZBEBA"),
|
|
85752
85752
|
path: stringType(),
|
|
85753
85753
|
key: stringType(),
|
|
85754
85754
|
displayName: stringType().optional(),
|
|
@@ -85835,7 +85835,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85835
85835
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
85836
85836
|
});
|
|
85837
85837
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
85838
|
-
_id: stringType().default("
|
|
85838
|
+
_id: stringType().default("tool_01KEVDRRRRZGMMV8B66RGM5JKX"),
|
|
85839
85839
|
path: stringType(),
|
|
85840
85840
|
key: stringType(),
|
|
85841
85841
|
display_name: stringType().optional(),
|
|
@@ -85862,7 +85862,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85862
85862
|
});
|
|
85863
85863
|
});
|
|
85864
85864
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
85865
|
-
id: stringType().default("
|
|
85865
|
+
id: stringType().default("tool_01KEVDRRRRZGMMV8B66RGM5JKX"),
|
|
85866
85866
|
path: stringType(),
|
|
85867
85867
|
key: stringType(),
|
|
85868
85868
|
displayName: stringType().optional(),
|
|
@@ -85921,7 +85921,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85921
85921
|
strict: booleanType().optional()
|
|
85922
85922
|
});
|
|
85923
85923
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
85924
|
-
_id: stringType().default("
|
|
85924
|
+
_id: stringType().default("tool_01KEVDRRRNTWSZ655SM79QYAC3"),
|
|
85925
85925
|
path: stringType(),
|
|
85926
85926
|
key: stringType(),
|
|
85927
85927
|
display_name: stringType().optional(),
|
|
@@ -85949,7 +85949,7 @@ var init_retrievetool = __esm(() => {
|
|
|
85949
85949
|
});
|
|
85950
85950
|
});
|
|
85951
85951
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
85952
|
-
id: stringType().default("
|
|
85952
|
+
id: stringType().default("tool_01KEVDRRRNTWSZ655SM79QYAC3"),
|
|
85953
85953
|
path: stringType(),
|
|
85954
85954
|
key: stringType(),
|
|
85955
85955
|
displayName: stringType().optional(),
|
|
@@ -86011,7 +86011,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86011
86011
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
86012
86012
|
});
|
|
86013
86013
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
86014
|
-
_id: stringType().default("
|
|
86014
|
+
_id: stringType().default("tool_01KEVDRRRK1C8E1GR9M5DKRBRV"),
|
|
86015
86015
|
path: stringType(),
|
|
86016
86016
|
key: stringType(),
|
|
86017
86017
|
display_name: stringType().optional(),
|
|
@@ -86038,7 +86038,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86038
86038
|
});
|
|
86039
86039
|
});
|
|
86040
86040
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
86041
|
-
id: stringType().default("
|
|
86041
|
+
id: stringType().default("tool_01KEVDRRRK1C8E1GR9M5DKRBRV"),
|
|
86042
86042
|
path: stringType(),
|
|
86043
86043
|
key: stringType(),
|
|
86044
86044
|
displayName: stringType().optional(),
|
|
@@ -86950,13 +86950,13 @@ var init_runagent = __esm(() => {
|
|
|
86950
86950
|
required: arrayType(stringType()).optional()
|
|
86951
86951
|
});
|
|
86952
86952
|
Tools$inboundSchema2 = objectType({
|
|
86953
|
-
id: stringType().default("
|
|
86953
|
+
id: stringType().default("01KEVDRRAJ4MSQ8E0XTQMT2MYN"),
|
|
86954
86954
|
name: stringType(),
|
|
86955
86955
|
description: stringType().optional(),
|
|
86956
86956
|
schema: lazyType(() => Schema$inboundSchema)
|
|
86957
86957
|
});
|
|
86958
86958
|
Tools$outboundSchema2 = objectType({
|
|
86959
|
-
id: stringType().default("
|
|
86959
|
+
id: stringType().default("01KEVDRRAJ4MSQ8E0XTQMT2MYN"),
|
|
86960
86960
|
name: stringType(),
|
|
86961
86961
|
description: stringType().optional(),
|
|
86962
86962
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -89332,13 +89332,13 @@ var init_streamrunagent = __esm(() => {
|
|
|
89332
89332
|
required: arrayType(stringType()).optional()
|
|
89333
89333
|
});
|
|
89334
89334
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
89335
|
-
id: stringType().default("
|
|
89335
|
+
id: stringType().default("01KEVDRRCJYHDRRMG8NGN4VV3H"),
|
|
89336
89336
|
name: stringType(),
|
|
89337
89337
|
description: stringType().optional(),
|
|
89338
89338
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
89339
89339
|
});
|
|
89340
89340
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
89341
|
-
id: stringType().default("
|
|
89341
|
+
id: stringType().default("01KEVDRRCJYHDRRMG8NGN4VV3H"),
|
|
89342
89342
|
name: stringType(),
|
|
89343
89343
|
description: stringType().optional(),
|
|
89344
89344
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -92372,7 +92372,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92372
92372
|
tags: arrayType(stringType()).optional(),
|
|
92373
92373
|
metadata: recordType(anyType()).optional(),
|
|
92374
92374
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
92375
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
92375
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
92376
92376
|
}).transform((v2) => {
|
|
92377
92377
|
return remap(v2, {
|
|
92378
92378
|
_id: "id",
|
|
@@ -92390,7 +92390,7 @@ var init_updatecontact = __esm(() => {
|
|
|
92390
92390
|
tags: arrayType(stringType()).optional(),
|
|
92391
92391
|
metadata: recordType(anyType()).optional(),
|
|
92392
92392
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
92393
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
92393
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
92394
92394
|
}).transform((v2) => {
|
|
92395
92395
|
return remap(v2, {
|
|
92396
92396
|
id: "_id",
|
|
@@ -92456,7 +92456,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92456
92456
|
model: nullableType(stringType()).optional()
|
|
92457
92457
|
});
|
|
92458
92458
|
UpdateConversationResponseBody$inboundSchema = objectType({
|
|
92459
|
-
_id: stringType().default("
|
|
92459
|
+
_id: stringType().default("conv_01kevdrret43q1bxjc2q3g4hpn"),
|
|
92460
92460
|
kind: UpdateConversationKind$inboundSchema,
|
|
92461
92461
|
displayName: stringType(),
|
|
92462
92462
|
createdAt: numberType(),
|
|
@@ -92470,7 +92470,7 @@ var init_updateconversation = __esm(() => {
|
|
|
92470
92470
|
});
|
|
92471
92471
|
});
|
|
92472
92472
|
UpdateConversationResponseBody$outboundSchema = objectType({
|
|
92473
|
-
id: stringType().default("
|
|
92473
|
+
id: stringType().default("conv_01kevdrret43q1bxjc2q3g4hpn"),
|
|
92474
92474
|
kind: UpdateConversationKind$outboundSchema,
|
|
92475
92475
|
displayName: stringType(),
|
|
92476
92476
|
createdAt: numberType(),
|
|
@@ -93212,7 +93212,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93212
93212
|
human_review_id: stringType(),
|
|
93213
93213
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
93214
93214
|
reviewed_by_id: stringType(),
|
|
93215
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93215
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.499Z").transform((v2) => new Date(v2)),
|
|
93216
93216
|
type: literalType("string_array"),
|
|
93217
93217
|
values: arrayType(stringType())
|
|
93218
93218
|
}).transform((v2) => {
|
|
@@ -93229,7 +93229,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93229
93229
|
humanReviewId: stringType(),
|
|
93230
93230
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
93231
93231
|
reviewedById: stringType(),
|
|
93232
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93232
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.499Z")).transform((v2) => v2.toISOString()),
|
|
93233
93233
|
type: literalType("string_array"),
|
|
93234
93234
|
values: arrayType(stringType())
|
|
93235
93235
|
}).transform((v2) => {
|
|
@@ -93250,7 +93250,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93250
93250
|
human_review_id: stringType(),
|
|
93251
93251
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
93252
93252
|
reviewed_by_id: stringType(),
|
|
93253
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93253
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.499Z").transform((v2) => new Date(v2)),
|
|
93254
93254
|
type: literalType("number"),
|
|
93255
93255
|
value: numberType()
|
|
93256
93256
|
}).transform((v2) => {
|
|
@@ -93267,7 +93267,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93267
93267
|
humanReviewId: stringType(),
|
|
93268
93268
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
93269
93269
|
reviewedById: stringType(),
|
|
93270
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93270
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.499Z")).transform((v2) => v2.toISOString()),
|
|
93271
93271
|
type: literalType("number"),
|
|
93272
93272
|
value: numberType()
|
|
93273
93273
|
}).transform((v2) => {
|
|
@@ -93288,7 +93288,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93288
93288
|
human_review_id: stringType(),
|
|
93289
93289
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
93290
93290
|
reviewed_by_id: stringType(),
|
|
93291
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
93291
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-13T10:17:35.498Z").transform((v2) => new Date(v2)),
|
|
93292
93292
|
type: literalType("string"),
|
|
93293
93293
|
value: stringType()
|
|
93294
93294
|
}).transform((v2) => {
|
|
@@ -93305,7 +93305,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93305
93305
|
humanReviewId: stringType(),
|
|
93306
93306
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
93307
93307
|
reviewedById: stringType(),
|
|
93308
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
93308
|
+
reviewedAt: dateType().default(() => new Date("2026-01-13T10:17:35.498Z")).transform((v2) => v2.toISOString()),
|
|
93309
93309
|
type: literalType("string"),
|
|
93310
93310
|
value: stringType()
|
|
93311
93311
|
}).transform((v2) => {
|
|
@@ -93348,7 +93348,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93348
93348
|
created_by_id: stringType().optional(),
|
|
93349
93349
|
updated_by_id: stringType().optional(),
|
|
93350
93350
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93351
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93351
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
93352
93352
|
}).transform((v2) => {
|
|
93353
93353
|
return remap(v2, {
|
|
93354
93354
|
_id: "id",
|
|
@@ -93382,7 +93382,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
93382
93382
|
createdById: stringType().optional(),
|
|
93383
93383
|
updatedById: stringType().optional(),
|
|
93384
93384
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93385
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93385
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
93386
93386
|
}).transform((v2) => {
|
|
93387
93387
|
return remap(v2, {
|
|
93388
93388
|
id: "_id",
|
|
@@ -93466,7 +93466,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93466
93466
|
created_by_id: stringType().optional(),
|
|
93467
93467
|
updated_by_id: stringType().optional(),
|
|
93468
93468
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93469
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93469
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-13T10:17:23.749Z").transform((v2) => new Date(v2))
|
|
93470
93470
|
}).transform((v2) => {
|
|
93471
93471
|
return remap(v2, {
|
|
93472
93472
|
_id: "id",
|
|
@@ -93486,7 +93486,7 @@ var init_updatedataset = __esm(() => {
|
|
|
93486
93486
|
createdById: stringType().optional(),
|
|
93487
93487
|
updatedById: stringType().optional(),
|
|
93488
93488
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93489
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93489
|
+
updated: dateType().default(() => new Date("2026-01-13T10:17:23.749Z")).transform((v2) => v2.toISOString())
|
|
93490
93490
|
}).transform((v2) => {
|
|
93491
93491
|
return remap(v2, {
|
|
93492
93492
|
id: "_id",
|
|
@@ -93550,7 +93550,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
93550
93550
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
93551
93551
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
93552
93552
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
93553
|
-
_id: stringType().default("
|
|
93553
|
+
_id: stringType().default("01KEVDRRWGCS1017RNR3C9Y1T1"),
|
|
93554
93554
|
display_name: stringType(),
|
|
93555
93555
|
description: stringType().optional(),
|
|
93556
93556
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -93573,7 +93573,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
93573
93573
|
});
|
|
93574
93574
|
});
|
|
93575
93575
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
93576
|
-
id: stringType().default("
|
|
93576
|
+
id: stringType().default("01KEVDRRWGCS1017RNR3C9Y1T1"),
|
|
93577
93577
|
displayName: stringType(),
|
|
93578
93578
|
description: stringType().optional(),
|
|
93579
93579
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -94186,8 +94186,8 @@ var init_updateeval = __esm(() => {
|
|
|
94186
94186
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
94187
94187
|
_id: stringType(),
|
|
94188
94188
|
description: stringType(),
|
|
94189
|
-
created: stringType().default("2026-01-
|
|
94190
|
-
updated: stringType().default("2026-01-
|
|
94189
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94190
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94191
94191
|
guardrail_config: unionType([
|
|
94192
94192
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
94193
94193
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -94204,8 +94204,8 @@ var init_updateeval = __esm(() => {
|
|
|
94204
94204
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
94205
94205
|
id: stringType(),
|
|
94206
94206
|
description: stringType(),
|
|
94207
|
-
created: stringType().default("2026-01-
|
|
94208
|
-
updated: stringType().default("2026-01-
|
|
94207
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94208
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94209
94209
|
guardrailConfig: unionType([
|
|
94210
94210
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
94211
94211
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -94276,8 +94276,8 @@ var init_updateeval = __esm(() => {
|
|
|
94276
94276
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
94277
94277
|
_id: stringType(),
|
|
94278
94278
|
description: stringType(),
|
|
94279
|
-
created: stringType().default("2026-01-
|
|
94280
|
-
updated: stringType().default("2026-01-
|
|
94279
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94280
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94281
94281
|
guardrail_config: unionType([
|
|
94282
94282
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
94283
94283
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -94296,8 +94296,8 @@ var init_updateeval = __esm(() => {
|
|
|
94296
94296
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
94297
94297
|
id: stringType(),
|
|
94298
94298
|
description: stringType(),
|
|
94299
|
-
created: stringType().default("2026-01-
|
|
94300
|
-
updated: stringType().default("2026-01-
|
|
94299
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94300
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94301
94301
|
guardrailConfig: unionType([
|
|
94302
94302
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
94303
94303
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -94652,8 +94652,8 @@ var init_updateeval = __esm(() => {
|
|
|
94652
94652
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
94653
94653
|
_id: stringType(),
|
|
94654
94654
|
description: stringType(),
|
|
94655
|
-
created: stringType().default("2026-01-
|
|
94656
|
-
updated: stringType().default("2026-01-
|
|
94655
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94656
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94657
94657
|
guardrail_config: unionType([
|
|
94658
94658
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
94659
94659
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -94704,8 +94704,8 @@ var init_updateeval = __esm(() => {
|
|
|
94704
94704
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
94705
94705
|
id: stringType(),
|
|
94706
94706
|
description: stringType(),
|
|
94707
|
-
created: stringType().default("2026-01-
|
|
94708
|
-
updated: stringType().default("2026-01-
|
|
94707
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94708
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94709
94709
|
guardrailConfig: unionType([
|
|
94710
94710
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
94711
94711
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -94808,8 +94808,8 @@ var init_updateeval = __esm(() => {
|
|
|
94808
94808
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
94809
94809
|
_id: stringType(),
|
|
94810
94810
|
description: stringType(),
|
|
94811
|
-
created: stringType().default("2026-01-
|
|
94812
|
-
updated: stringType().default("2026-01-
|
|
94811
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94812
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94813
94813
|
guardrail_config: unionType([
|
|
94814
94814
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
94815
94815
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -94826,8 +94826,8 @@ var init_updateeval = __esm(() => {
|
|
|
94826
94826
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
94827
94827
|
id: stringType(),
|
|
94828
94828
|
description: stringType(),
|
|
94829
|
-
created: stringType().default("2026-01-
|
|
94830
|
-
updated: stringType().default("2026-01-
|
|
94829
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94830
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94831
94831
|
guardrailConfig: unionType([
|
|
94832
94832
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
94833
94833
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -94898,8 +94898,8 @@ var init_updateeval = __esm(() => {
|
|
|
94898
94898
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
94899
94899
|
_id: stringType(),
|
|
94900
94900
|
description: stringType(),
|
|
94901
|
-
created: stringType().default("2026-01-
|
|
94902
|
-
updated: stringType().default("2026-01-
|
|
94901
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94902
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94903
94903
|
guardrail_config: unionType([
|
|
94904
94904
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
94905
94905
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -94919,8 +94919,8 @@ var init_updateeval = __esm(() => {
|
|
|
94919
94919
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
94920
94920
|
id: stringType(),
|
|
94921
94921
|
description: stringType(),
|
|
94922
|
-
created: stringType().default("2026-01-
|
|
94923
|
-
updated: stringType().default("2026-01-
|
|
94922
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94923
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94924
94924
|
guardrailConfig: unionType([
|
|
94925
94925
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
94926
94926
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -94992,8 +94992,8 @@ var init_updateeval = __esm(() => {
|
|
|
94992
94992
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
94993
94993
|
_id: stringType(),
|
|
94994
94994
|
description: stringType(),
|
|
94995
|
-
created: stringType().default("2026-01-
|
|
94996
|
-
updated: stringType().default("2026-01-
|
|
94995
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94996
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
94997
94997
|
guardrail_config: unionType([
|
|
94998
94998
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
94999
94999
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -95010,8 +95010,8 @@ var init_updateeval = __esm(() => {
|
|
|
95010
95010
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
95011
95011
|
id: stringType(),
|
|
95012
95012
|
description: stringType(),
|
|
95013
|
-
created: stringType().default("2026-01-
|
|
95014
|
-
updated: stringType().default("2026-01-
|
|
95013
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
95014
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
95015
95015
|
guardrailConfig: unionType([
|
|
95016
95016
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
95017
95017
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -95080,8 +95080,8 @@ var init_updateeval = __esm(() => {
|
|
|
95080
95080
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
95081
95081
|
_id: stringType(),
|
|
95082
95082
|
description: stringType(),
|
|
95083
|
-
created: stringType().default("2026-01-
|
|
95084
|
-
updated: stringType().default("2026-01-
|
|
95083
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
95084
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
95085
95085
|
guardrail_config: unionType([
|
|
95086
95086
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
95087
95087
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -95099,8 +95099,8 @@ var init_updateeval = __esm(() => {
|
|
|
95099
95099
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
95100
95100
|
id: stringType(),
|
|
95101
95101
|
description: stringType(),
|
|
95102
|
-
created: stringType().default("2026-01-
|
|
95103
|
-
updated: stringType().default("2026-01-
|
|
95102
|
+
created: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
95103
|
+
updated: stringType().default("2026-01-13T10:17:25.893Z"),
|
|
95104
95104
|
guardrailConfig: unionType([
|
|
95105
95105
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
95106
95106
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -97606,13 +97606,13 @@ var init_updatetool = __esm(() => {
|
|
|
97606
97606
|
required: arrayType(stringType()).optional()
|
|
97607
97607
|
});
|
|
97608
97608
|
RequestBodyTools$inboundSchema = objectType({
|
|
97609
|
-
id: stringType().default("
|
|
97609
|
+
id: stringType().default("01KEVDRRQRJV5TKS39411VZ3SK"),
|
|
97610
97610
|
name: stringType(),
|
|
97611
97611
|
description: stringType().optional(),
|
|
97612
97612
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
97613
97613
|
});
|
|
97614
97614
|
RequestBodyTools$outboundSchema = objectType({
|
|
97615
|
-
id: stringType().default("
|
|
97615
|
+
id: stringType().default("01KEVDRRQRJV5TKS39411VZ3SK"),
|
|
97616
97616
|
name: stringType(),
|
|
97617
97617
|
description: stringType().optional(),
|
|
97618
97618
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -97952,7 +97952,7 @@ var init_updatetool = __esm(() => {
|
|
|
97952
97952
|
code: stringType()
|
|
97953
97953
|
});
|
|
97954
97954
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
97955
|
-
_id: stringType().default("
|
|
97955
|
+
_id: stringType().default("tool_01KEVDRRQ846WD9JZZ06A0EQKA"),
|
|
97956
97956
|
path: stringType(),
|
|
97957
97957
|
key: stringType(),
|
|
97958
97958
|
display_name: stringType().optional(),
|
|
@@ -97980,7 +97980,7 @@ var init_updatetool = __esm(() => {
|
|
|
97980
97980
|
});
|
|
97981
97981
|
});
|
|
97982
97982
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
97983
|
-
id: stringType().default("
|
|
97983
|
+
id: stringType().default("tool_01KEVDRRQ846WD9JZZ06A0EQKA"),
|
|
97984
97984
|
path: stringType(),
|
|
97985
97985
|
key: stringType(),
|
|
97986
97986
|
displayName: stringType().optional(),
|
|
@@ -98030,13 +98030,13 @@ var init_updatetool = __esm(() => {
|
|
|
98030
98030
|
required: arrayType(stringType()).optional()
|
|
98031
98031
|
});
|
|
98032
98032
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
98033
|
-
id: stringType().default("
|
|
98033
|
+
id: stringType().default("01KEVDRRQ73G8TVPM2EJAHBSJJ"),
|
|
98034
98034
|
name: stringType(),
|
|
98035
98035
|
description: stringType().optional(),
|
|
98036
98036
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
98037
98037
|
});
|
|
98038
98038
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
98039
|
-
id: stringType().default("
|
|
98039
|
+
id: stringType().default("01KEVDRRQ73G8TVPM2EJAHBSJJ"),
|
|
98040
98040
|
name: stringType(),
|
|
98041
98041
|
description: stringType().optional(),
|
|
98042
98042
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -98066,7 +98066,7 @@ var init_updatetool = __esm(() => {
|
|
|
98066
98066
|
});
|
|
98067
98067
|
});
|
|
98068
98068
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
98069
|
-
_id: stringType().default("
|
|
98069
|
+
_id: stringType().default("tool_01KEVDRRQ672HXTZBYRP06B5R9"),
|
|
98070
98070
|
path: stringType(),
|
|
98071
98071
|
key: stringType(),
|
|
98072
98072
|
display_name: stringType().optional(),
|
|
@@ -98093,7 +98093,7 @@ var init_updatetool = __esm(() => {
|
|
|
98093
98093
|
});
|
|
98094
98094
|
});
|
|
98095
98095
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
98096
|
-
id: stringType().default("
|
|
98096
|
+
id: stringType().default("tool_01KEVDRRQ672HXTZBYRP06B5R9"),
|
|
98097
98097
|
path: stringType(),
|
|
98098
98098
|
key: stringType(),
|
|
98099
98099
|
displayName: stringType().optional(),
|
|
@@ -98180,7 +98180,7 @@ var init_updatetool = __esm(() => {
|
|
|
98180
98180
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
98181
98181
|
});
|
|
98182
98182
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
98183
|
-
_id: stringType().default("
|
|
98183
|
+
_id: stringType().default("tool_01KEVDRRQ3PWDQP92B7ZPY06JP"),
|
|
98184
98184
|
path: stringType(),
|
|
98185
98185
|
key: stringType(),
|
|
98186
98186
|
display_name: stringType().optional(),
|
|
@@ -98207,7 +98207,7 @@ var init_updatetool = __esm(() => {
|
|
|
98207
98207
|
});
|
|
98208
98208
|
});
|
|
98209
98209
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
98210
|
-
id: stringType().default("
|
|
98210
|
+
id: stringType().default("tool_01KEVDRRQ3PWDQP92B7ZPY06JP"),
|
|
98211
98211
|
path: stringType(),
|
|
98212
98212
|
key: stringType(),
|
|
98213
98213
|
displayName: stringType().optional(),
|
|
@@ -98266,7 +98266,7 @@ var init_updatetool = __esm(() => {
|
|
|
98266
98266
|
strict: booleanType().optional()
|
|
98267
98267
|
});
|
|
98268
98268
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
98269
|
-
_id: stringType().default("
|
|
98269
|
+
_id: stringType().default("tool_01KEVDRRPV25B0B5FQ3960JFX2"),
|
|
98270
98270
|
path: stringType(),
|
|
98271
98271
|
key: stringType(),
|
|
98272
98272
|
display_name: stringType().optional(),
|
|
@@ -98294,7 +98294,7 @@ var init_updatetool = __esm(() => {
|
|
|
98294
98294
|
});
|
|
98295
98295
|
});
|
|
98296
98296
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
98297
|
-
id: stringType().default("
|
|
98297
|
+
id: stringType().default("tool_01KEVDRRPV25B0B5FQ3960JFX2"),
|
|
98298
98298
|
path: stringType(),
|
|
98299
98299
|
key: stringType(),
|
|
98300
98300
|
displayName: stringType().optional(),
|
|
@@ -98356,7 +98356,7 @@ var init_updatetool = __esm(() => {
|
|
|
98356
98356
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
98357
98357
|
});
|
|
98358
98358
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
98359
|
-
_id: stringType().default("
|
|
98359
|
+
_id: stringType().default("tool_01KEVDRRPTFRHZ86XV4B7ZBYTY"),
|
|
98360
98360
|
path: stringType(),
|
|
98361
98361
|
key: stringType(),
|
|
98362
98362
|
display_name: stringType().optional(),
|
|
@@ -98383,7 +98383,7 @@ var init_updatetool = __esm(() => {
|
|
|
98383
98383
|
});
|
|
98384
98384
|
});
|
|
98385
98385
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
98386
|
-
id: stringType().default("
|
|
98386
|
+
id: stringType().default("tool_01KEVDRRPTFRHZ86XV4B7ZBYTY"),
|
|
98387
98387
|
path: stringType(),
|
|
98388
98388
|
key: stringType(),
|
|
98389
98389
|
displayName: stringType().optional(),
|
|
@@ -110324,7 +110324,7 @@ Updates a tool in the workspace.`,
|
|
|
110324
110324
|
function createMCPServer(deps) {
|
|
110325
110325
|
const server = new McpServer({
|
|
110326
110326
|
name: "Orq",
|
|
110327
|
-
version: "4.2.0-rc.
|
|
110327
|
+
version: "4.2.0-rc.25"
|
|
110328
110328
|
});
|
|
110329
110329
|
const client = new OrqCore({
|
|
110330
110330
|
apiKey: deps.apiKey,
|
|
@@ -111748,7 +111748,7 @@ var routes = rn({
|
|
|
111748
111748
|
var app = Ve(routes, {
|
|
111749
111749
|
name: "mcp",
|
|
111750
111750
|
versionInfo: {
|
|
111751
|
-
currentVersion: "4.2.0-rc.
|
|
111751
|
+
currentVersion: "4.2.0-rc.25"
|
|
111752
111752
|
}
|
|
111753
111753
|
});
|
|
111754
111754
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -111756,5 +111756,5 @@ export {
|
|
|
111756
111756
|
app
|
|
111757
111757
|
};
|
|
111758
111758
|
|
|
111759
|
-
//# debugId=
|
|
111759
|
+
//# debugId=A340A0EA36A7EE9264756E2164756E21
|
|
111760
111760
|
//# sourceMappingURL=mcp-server.js.map
|