@orq-ai/node 4.2.0-rc.21 → 4.2.0-rc.22
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.22",
|
|
52908
52908
|
genVersion: "2.793.0",
|
|
52909
|
-
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.
|
|
52909
|
+
userAgent: "speakeasy-sdk/typescript 4.2.0-rc.22 2.793.0 2.0 @orq-ai/node"
|
|
52910
52910
|
};
|
|
52911
52911
|
});
|
|
52912
52912
|
|
|
@@ -56804,7 +56804,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
56804
56804
|
model: nullableType(stringType()).optional()
|
|
56805
56805
|
});
|
|
56806
56806
|
ConversationResponse$inboundSchema = objectType({
|
|
56807
|
-
_id: stringType().default("
|
|
56807
|
+
_id: stringType().default("conv_01kerte093ysdhy3tm6c4hrbbv"),
|
|
56808
56808
|
kind: ConversationResponseKind$inboundSchema,
|
|
56809
56809
|
displayName: stringType(),
|
|
56810
56810
|
createdAt: numberType(),
|
|
@@ -56818,7 +56818,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
56818
56818
|
});
|
|
56819
56819
|
});
|
|
56820
56820
|
ConversationResponse$outboundSchema = objectType({
|
|
56821
|
-
id: stringType().default("
|
|
56821
|
+
id: stringType().default("conv_01kerte093ysdhy3tm6c4hrbbv"),
|
|
56822
56822
|
kind: ConversationResponseKind$outboundSchema,
|
|
56823
56823
|
displayName: stringType(),
|
|
56824
56824
|
createdAt: numberType(),
|
|
@@ -56918,7 +56918,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56918
56918
|
model: nullableType(stringType()).optional()
|
|
56919
56919
|
});
|
|
56920
56920
|
ConversationWithMessagesResponse$inboundSchema = objectType({
|
|
56921
|
-
_id: stringType().default("
|
|
56921
|
+
_id: stringType().default("conv_01kerte0979k6vwffrb714drk4"),
|
|
56922
56922
|
kind: ConversationWithMessagesResponseKind$inboundSchema,
|
|
56923
56923
|
displayName: stringType(),
|
|
56924
56924
|
createdAt: numberType(),
|
|
@@ -56933,7 +56933,7 @@ var init_conversationwithmessagesresponse = __esm(() => {
|
|
|
56933
56933
|
});
|
|
56934
56934
|
});
|
|
56935
56935
|
ConversationWithMessagesResponse$outboundSchema = objectType({
|
|
56936
|
-
id: stringType().default("
|
|
56936
|
+
id: stringType().default("conv_01kerte0979k6vwffrb714drk4"),
|
|
56937
56937
|
kind: ConversationWithMessagesResponseKind$outboundSchema,
|
|
56938
56938
|
displayName: stringType(),
|
|
56939
56939
|
createdAt: numberType(),
|
|
@@ -58427,7 +58427,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
58427
58427
|
init_esm();
|
|
58428
58428
|
init_primitives();
|
|
58429
58429
|
ReasoningPart$inboundSchema = objectType({
|
|
58430
|
-
_id: stringType().default("
|
|
58430
|
+
_id: stringType().default("reasoning_01kertdzz6gmddcj212adymw3d"),
|
|
58431
58431
|
metadata: recordType(anyType()).optional(),
|
|
58432
58432
|
kind: literalType("reasoning"),
|
|
58433
58433
|
reasoning: stringType(),
|
|
@@ -58438,7 +58438,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
58438
58438
|
});
|
|
58439
58439
|
});
|
|
58440
58440
|
ReasoningPart$outboundSchema = objectType({
|
|
58441
|
-
id: stringType().default("
|
|
58441
|
+
id: stringType().default("reasoning_01kertdzz6gmddcj212adymw3d"),
|
|
58442
58442
|
metadata: recordType(anyType()).optional(),
|
|
58443
58443
|
kind: literalType("reasoning"),
|
|
58444
58444
|
reasoning: stringType(),
|
|
@@ -58508,7 +58508,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
58508
58508
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
58509
58509
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
58510
58510
|
PartReasoningPart$inboundSchema = objectType({
|
|
58511
|
-
_id: stringType().default("
|
|
58511
|
+
_id: stringType().default("reasoning_01kertdzznadqkbjbw587xyyjj"),
|
|
58512
58512
|
metadata: recordType(anyType()).optional(),
|
|
58513
58513
|
kind: PartKind$inboundSchema,
|
|
58514
58514
|
reasoning: stringType(),
|
|
@@ -58519,7 +58519,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
58519
58519
|
});
|
|
58520
58520
|
});
|
|
58521
58521
|
PartReasoningPart$outboundSchema = objectType({
|
|
58522
|
-
id: stringType().default("
|
|
58522
|
+
id: stringType().default("reasoning_01kertdzznadqkbjbw587xyyjj"),
|
|
58523
58523
|
metadata: recordType(anyType()).optional(),
|
|
58524
58524
|
kind: PartKind$outboundSchema,
|
|
58525
58525
|
reasoning: stringType(),
|
|
@@ -64057,7 +64057,7 @@ var init_createcontact = __esm(() => {
|
|
|
64057
64057
|
tags: arrayType(stringType()).optional(),
|
|
64058
64058
|
metadata: recordType(anyType()).optional(),
|
|
64059
64059
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64060
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64060
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
64061
64061
|
}).transform((v2) => {
|
|
64062
64062
|
return remap(v2, {
|
|
64063
64063
|
_id: "id",
|
|
@@ -64077,7 +64077,7 @@ var init_createcontact = __esm(() => {
|
|
|
64077
64077
|
tags: arrayType(stringType()).optional(),
|
|
64078
64078
|
metadata: recordType(anyType()).optional(),
|
|
64079
64079
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64080
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64080
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
64081
64081
|
}).transform((v2) => {
|
|
64082
64082
|
return remap(v2, {
|
|
64083
64083
|
id: "_id",
|
|
@@ -64130,7 +64130,7 @@ var init_createconversation = __esm(() => {
|
|
|
64130
64130
|
model: nullableType(stringType()).optional()
|
|
64131
64131
|
});
|
|
64132
64132
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
64133
|
-
_id: stringType().default("
|
|
64133
|
+
_id: stringType().default("conv_01kerte095zg6ndtmc3kfppmcm"),
|
|
64134
64134
|
kind: CreateConversationKind$inboundSchema,
|
|
64135
64135
|
displayName: stringType(),
|
|
64136
64136
|
createdAt: numberType(),
|
|
@@ -64144,7 +64144,7 @@ var init_createconversation = __esm(() => {
|
|
|
64144
64144
|
});
|
|
64145
64145
|
});
|
|
64146
64146
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
64147
|
-
id: stringType().default("
|
|
64147
|
+
id: stringType().default("conv_01kerte095zg6ndtmc3kfppmcm"),
|
|
64148
64148
|
kind: CreateConversationKind$outboundSchema,
|
|
64149
64149
|
displayName: stringType(),
|
|
64150
64150
|
createdAt: numberType(),
|
|
@@ -64220,7 +64220,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
64220
64220
|
PartKind$inboundSchema2 = nativeEnumType(PartKind2);
|
|
64221
64221
|
PartKind$outboundSchema2 = PartKind$inboundSchema2;
|
|
64222
64222
|
PartReasoningPart$inboundSchema2 = objectType({
|
|
64223
|
-
_id: stringType().default("
|
|
64223
|
+
_id: stringType().default("reasoning_01kerte09x94xmja1zpv4j342f"),
|
|
64224
64224
|
metadata: recordType(anyType()).optional(),
|
|
64225
64225
|
kind: PartKind$inboundSchema2,
|
|
64226
64226
|
reasoning: stringType(),
|
|
@@ -64231,7 +64231,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
64231
64231
|
});
|
|
64232
64232
|
});
|
|
64233
64233
|
PartReasoningPart$outboundSchema2 = objectType({
|
|
64234
|
-
id: stringType().default("
|
|
64234
|
+
id: stringType().default("reasoning_01kerte09x94xmja1zpv4j342f"),
|
|
64235
64235
|
metadata: recordType(anyType()).optional(),
|
|
64236
64236
|
kind: PartKind$outboundSchema2,
|
|
64237
64237
|
reasoning: stringType(),
|
|
@@ -64264,7 +64264,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
64264
64264
|
DeltaKind$inboundSchema = nativeEnumType(DeltaKind);
|
|
64265
64265
|
DeltaKind$outboundSchema = DeltaKind$inboundSchema;
|
|
64266
64266
|
ReasoningPart$inboundSchema2 = objectType({
|
|
64267
|
-
_id: stringType().default("
|
|
64267
|
+
_id: stringType().default("reasoning_01kerte09rssvw95e7530wvhzd"),
|
|
64268
64268
|
metadata: recordType(anyType()).optional(),
|
|
64269
64269
|
kind: DeltaKind$inboundSchema,
|
|
64270
64270
|
reasoning: stringType(),
|
|
@@ -64275,7 +64275,7 @@ var init_createconversationresponse = __esm(() => {
|
|
|
64275
64275
|
});
|
|
64276
64276
|
});
|
|
64277
64277
|
ReasoningPart$outboundSchema2 = objectType({
|
|
64278
|
-
id: stringType().default("
|
|
64278
|
+
id: stringType().default("reasoning_01kerte09rssvw95e7530wvhzd"),
|
|
64279
64279
|
metadata: recordType(anyType()).optional(),
|
|
64280
64280
|
kind: DeltaKind$outboundSchema,
|
|
64281
64281
|
reasoning: stringType(),
|
|
@@ -64414,7 +64414,7 @@ var init_createdataset = __esm(() => {
|
|
|
64414
64414
|
created_by_id: stringType().optional(),
|
|
64415
64415
|
updated_by_id: stringType().optional(),
|
|
64416
64416
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
64417
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
64417
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
64418
64418
|
}).transform((v2) => {
|
|
64419
64419
|
return remap(v2, {
|
|
64420
64420
|
_id: "id",
|
|
@@ -64434,7 +64434,7 @@ var init_createdataset = __esm(() => {
|
|
|
64434
64434
|
createdById: stringType().optional(),
|
|
64435
64435
|
updatedById: stringType().optional(),
|
|
64436
64436
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
64437
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
64437
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
64438
64438
|
}).transform((v2) => {
|
|
64439
64439
|
return remap(v2, {
|
|
64440
64440
|
id: "_id",
|
|
@@ -65170,7 +65170,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65170
65170
|
human_review_id: stringType(),
|
|
65171
65171
|
source: CreateDatasetItemEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
65172
65172
|
reviewed_by_id: stringType(),
|
|
65173
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
65173
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.545Z").transform((v2) => new Date(v2)),
|
|
65174
65174
|
type: literalType("string_array"),
|
|
65175
65175
|
values: arrayType(stringType())
|
|
65176
65176
|
}).transform((v2) => {
|
|
@@ -65187,7 +65187,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65187
65187
|
humanReviewId: stringType(),
|
|
65188
65188
|
source: CreateDatasetItemEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
65189
65189
|
reviewedById: stringType(),
|
|
65190
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
65190
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.545Z")).transform((v2) => v2.toISOString()),
|
|
65191
65191
|
type: literalType("string_array"),
|
|
65192
65192
|
values: arrayType(stringType())
|
|
65193
65193
|
}).transform((v2) => {
|
|
@@ -65208,7 +65208,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65208
65208
|
human_review_id: stringType(),
|
|
65209
65209
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
65210
65210
|
reviewed_by_id: stringType(),
|
|
65211
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
65211
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.544Z").transform((v2) => new Date(v2)),
|
|
65212
65212
|
type: literalType("number"),
|
|
65213
65213
|
value: numberType()
|
|
65214
65214
|
}).transform((v2) => {
|
|
@@ -65225,7 +65225,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65225
65225
|
humanReviewId: stringType(),
|
|
65226
65226
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
65227
65227
|
reviewedById: stringType(),
|
|
65228
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
65228
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.544Z")).transform((v2) => v2.toISOString()),
|
|
65229
65229
|
type: literalType("number"),
|
|
65230
65230
|
value: numberType()
|
|
65231
65231
|
}).transform((v2) => {
|
|
@@ -65246,7 +65246,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65246
65246
|
human_review_id: stringType(),
|
|
65247
65247
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
65248
65248
|
reviewed_by_id: stringType(),
|
|
65249
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
65249
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.544Z").transform((v2) => new Date(v2)),
|
|
65250
65250
|
type: literalType("string"),
|
|
65251
65251
|
value: stringType()
|
|
65252
65252
|
}).transform((v2) => {
|
|
@@ -65263,7 +65263,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65263
65263
|
humanReviewId: stringType(),
|
|
65264
65264
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
65265
65265
|
reviewedById: stringType(),
|
|
65266
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
65266
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.544Z")).transform((v2) => v2.toISOString()),
|
|
65267
65267
|
type: literalType("string"),
|
|
65268
65268
|
value: stringType()
|
|
65269
65269
|
}).transform((v2) => {
|
|
@@ -65306,7 +65306,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65306
65306
|
created_by_id: stringType().optional(),
|
|
65307
65307
|
updated_by_id: stringType().optional(),
|
|
65308
65308
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
65309
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
65309
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
65310
65310
|
}).transform((v2) => {
|
|
65311
65311
|
return remap(v2, {
|
|
65312
65312
|
_id: "id",
|
|
@@ -65340,7 +65340,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
65340
65340
|
createdById: stringType().optional(),
|
|
65341
65341
|
updatedById: stringType().optional(),
|
|
65342
65342
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
65343
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
65343
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
65344
65344
|
}).transform((v2) => {
|
|
65345
65345
|
return remap(v2, {
|
|
65346
65346
|
id: "_id",
|
|
@@ -65509,7 +65509,7 @@ var init_createdatasource = __esm(() => {
|
|
|
65509
65509
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
65510
65510
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
65511
65511
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
65512
|
-
_id: stringType().default("
|
|
65512
|
+
_id: stringType().default("01KERTE115F6NNJEG7CPNGGMRG"),
|
|
65513
65513
|
display_name: stringType(),
|
|
65514
65514
|
description: stringType().optional(),
|
|
65515
65515
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -65532,7 +65532,7 @@ var init_createdatasource = __esm(() => {
|
|
|
65532
65532
|
});
|
|
65533
65533
|
});
|
|
65534
65534
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
65535
|
-
id: stringType().default("
|
|
65535
|
+
id: stringType().default("01KERTE115F6NNJEG7CPNGGMRG"),
|
|
65536
65536
|
displayName: stringType(),
|
|
65537
65537
|
description: stringType().optional(),
|
|
65538
65538
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -66119,8 +66119,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66119
66119
|
Typescript$inboundSchema = objectType({
|
|
66120
66120
|
_id: stringType(),
|
|
66121
66121
|
description: stringType(),
|
|
66122
|
-
created: stringType().default("2026-01-
|
|
66123
|
-
updated: stringType().default("2026-01-
|
|
66122
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66123
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66124
66124
|
guardrail_config: unionType([
|
|
66125
66125
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
66126
66126
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -66137,8 +66137,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66137
66137
|
Typescript$outboundSchema = objectType({
|
|
66138
66138
|
id: stringType(),
|
|
66139
66139
|
description: stringType(),
|
|
66140
|
-
created: stringType().default("2026-01-
|
|
66141
|
-
updated: stringType().default("2026-01-
|
|
66140
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66141
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66142
66142
|
guardrailConfig: unionType([
|
|
66143
66143
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
66144
66144
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -66209,8 +66209,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66209
66209
|
Ragas$inboundSchema = objectType({
|
|
66210
66210
|
_id: stringType(),
|
|
66211
66211
|
description: stringType(),
|
|
66212
|
-
created: stringType().default("2026-01-
|
|
66213
|
-
updated: stringType().default("2026-01-
|
|
66212
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66213
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66214
66214
|
guardrail_config: unionType([
|
|
66215
66215
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
66216
66216
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -66229,8 +66229,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66229
66229
|
Ragas$outboundSchema = objectType({
|
|
66230
66230
|
id: stringType(),
|
|
66231
66231
|
description: stringType(),
|
|
66232
|
-
created: stringType().default("2026-01-
|
|
66233
|
-
updated: stringType().default("2026-01-
|
|
66232
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66233
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66234
66234
|
guardrailConfig: unionType([
|
|
66235
66235
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
66236
66236
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -66585,8 +66585,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66585
66585
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
66586
66586
|
_id: stringType(),
|
|
66587
66587
|
description: stringType(),
|
|
66588
|
-
created: stringType().default("2026-01-
|
|
66589
|
-
updated: stringType().default("2026-01-
|
|
66588
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66589
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66590
66590
|
guardrail_config: unionType([
|
|
66591
66591
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
66592
66592
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -66637,8 +66637,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66637
66637
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
66638
66638
|
id: stringType(),
|
|
66639
66639
|
description: stringType(),
|
|
66640
|
-
created: stringType().default("2026-01-
|
|
66641
|
-
updated: stringType().default("2026-01-
|
|
66640
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66641
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66642
66642
|
guardrailConfig: unionType([
|
|
66643
66643
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
66644
66644
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -66741,8 +66741,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66741
66741
|
ResponseBodyPython$inboundSchema = objectType({
|
|
66742
66742
|
_id: stringType(),
|
|
66743
66743
|
description: stringType(),
|
|
66744
|
-
created: stringType().default("2026-01-
|
|
66745
|
-
updated: stringType().default("2026-01-
|
|
66744
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66745
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66746
66746
|
guardrail_config: unionType([
|
|
66747
66747
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
66748
66748
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -66759,8 +66759,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66759
66759
|
ResponseBodyPython$outboundSchema = objectType({
|
|
66760
66760
|
id: stringType(),
|
|
66761
66761
|
description: stringType(),
|
|
66762
|
-
created: stringType().default("2026-01-
|
|
66763
|
-
updated: stringType().default("2026-01-
|
|
66762
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66763
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66764
66764
|
guardrailConfig: unionType([
|
|
66765
66765
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
66766
66766
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -66831,8 +66831,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66831
66831
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
66832
66832
|
_id: stringType(),
|
|
66833
66833
|
description: stringType(),
|
|
66834
|
-
created: stringType().default("2026-01-
|
|
66835
|
-
updated: stringType().default("2026-01-
|
|
66834
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66835
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66836
66836
|
guardrail_config: unionType([
|
|
66837
66837
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
66838
66838
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -66852,8 +66852,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66852
66852
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
66853
66853
|
id: stringType(),
|
|
66854
66854
|
description: stringType(),
|
|
66855
|
-
created: stringType().default("2026-01-
|
|
66856
|
-
updated: stringType().default("2026-01-
|
|
66855
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66856
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66857
66857
|
guardrailConfig: unionType([
|
|
66858
66858
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
66859
66859
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -66925,8 +66925,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66925
66925
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
66926
66926
|
_id: stringType(),
|
|
66927
66927
|
description: stringType(),
|
|
66928
|
-
created: stringType().default("2026-01-
|
|
66929
|
-
updated: stringType().default("2026-01-
|
|
66928
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66929
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66930
66930
|
guardrail_config: unionType([
|
|
66931
66931
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
66932
66932
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -66943,8 +66943,8 @@ var init_createeval2 = __esm(() => {
|
|
|
66943
66943
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
66944
66944
|
id: stringType(),
|
|
66945
66945
|
description: stringType(),
|
|
66946
|
-
created: stringType().default("2026-01-
|
|
66947
|
-
updated: stringType().default("2026-01-
|
|
66946
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66947
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
66948
66948
|
guardrailConfig: unionType([
|
|
66949
66949
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
66950
66950
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -67013,8 +67013,8 @@ var init_createeval2 = __esm(() => {
|
|
|
67013
67013
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
67014
67014
|
_id: stringType(),
|
|
67015
67015
|
description: stringType(),
|
|
67016
|
-
created: stringType().default("2026-01-
|
|
67017
|
-
updated: stringType().default("2026-01-
|
|
67016
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
67017
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
67018
67018
|
guardrail_config: unionType([
|
|
67019
67019
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
67020
67020
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -67032,8 +67032,8 @@ var init_createeval2 = __esm(() => {
|
|
|
67032
67032
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
67033
67033
|
id: stringType(),
|
|
67034
67034
|
description: stringType(),
|
|
67035
|
-
created: stringType().default("2026-01-
|
|
67036
|
-
updated: stringType().default("2026-01-
|
|
67035
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
67036
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
67037
67037
|
guardrailConfig: unionType([
|
|
67038
67038
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
67039
67039
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -69928,7 +69928,7 @@ var init_createtool = __esm(() => {
|
|
|
69928
69928
|
code: stringType()
|
|
69929
69929
|
});
|
|
69930
69930
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
69931
|
-
_id: stringType().default("
|
|
69931
|
+
_id: stringType().default("tool_01KERTE0HBAYGEXEG7VDPY6VH6"),
|
|
69932
69932
|
path: stringType(),
|
|
69933
69933
|
key: stringType(),
|
|
69934
69934
|
display_name: stringType().optional(),
|
|
@@ -69956,7 +69956,7 @@ var init_createtool = __esm(() => {
|
|
|
69956
69956
|
});
|
|
69957
69957
|
});
|
|
69958
69958
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
69959
|
-
id: stringType().default("
|
|
69959
|
+
id: stringType().default("tool_01KERTE0HBAYGEXEG7VDPY6VH6"),
|
|
69960
69960
|
path: stringType(),
|
|
69961
69961
|
key: stringType(),
|
|
69962
69962
|
displayName: stringType().optional(),
|
|
@@ -70006,13 +70006,13 @@ var init_createtool = __esm(() => {
|
|
|
70006
70006
|
required: arrayType(stringType()).optional()
|
|
70007
70007
|
});
|
|
70008
70008
|
ResponseBodyTools$inboundSchema = objectType({
|
|
70009
|
-
id: stringType().default("
|
|
70009
|
+
id: stringType().default("01KERTE0H9K5TM4PG3AD5M9P82"),
|
|
70010
70010
|
name: stringType(),
|
|
70011
70011
|
description: stringType().optional(),
|
|
70012
70012
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
70013
70013
|
});
|
|
70014
70014
|
ResponseBodyTools$outboundSchema = objectType({
|
|
70015
|
-
id: stringType().default("
|
|
70015
|
+
id: stringType().default("01KERTE0H9K5TM4PG3AD5M9P82"),
|
|
70016
70016
|
name: stringType(),
|
|
70017
70017
|
description: stringType().optional(),
|
|
70018
70018
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -70042,7 +70042,7 @@ var init_createtool = __esm(() => {
|
|
|
70042
70042
|
});
|
|
70043
70043
|
});
|
|
70044
70044
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
70045
|
-
_id: stringType().default("
|
|
70045
|
+
_id: stringType().default("tool_01KERTE0H77NPDW17QKJSTTN3P"),
|
|
70046
70046
|
path: stringType(),
|
|
70047
70047
|
key: stringType(),
|
|
70048
70048
|
display_name: stringType().optional(),
|
|
@@ -70069,7 +70069,7 @@ var init_createtool = __esm(() => {
|
|
|
70069
70069
|
});
|
|
70070
70070
|
});
|
|
70071
70071
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
70072
|
-
id: stringType().default("
|
|
70072
|
+
id: stringType().default("tool_01KERTE0H77NPDW17QKJSTTN3P"),
|
|
70073
70073
|
path: stringType(),
|
|
70074
70074
|
key: stringType(),
|
|
70075
70075
|
displayName: stringType().optional(),
|
|
@@ -70156,7 +70156,7 @@ var init_createtool = __esm(() => {
|
|
|
70156
70156
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
70157
70157
|
});
|
|
70158
70158
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
70159
|
-
_id: stringType().default("
|
|
70159
|
+
_id: stringType().default("tool_01KERTE0H46GQR72H9GKVKH3G8"),
|
|
70160
70160
|
path: stringType(),
|
|
70161
70161
|
key: stringType(),
|
|
70162
70162
|
display_name: stringType().optional(),
|
|
@@ -70183,7 +70183,7 @@ var init_createtool = __esm(() => {
|
|
|
70183
70183
|
});
|
|
70184
70184
|
});
|
|
70185
70185
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
70186
|
-
id: stringType().default("
|
|
70186
|
+
id: stringType().default("tool_01KERTE0H46GQR72H9GKVKH3G8"),
|
|
70187
70187
|
path: stringType(),
|
|
70188
70188
|
key: stringType(),
|
|
70189
70189
|
displayName: stringType().optional(),
|
|
@@ -70242,7 +70242,7 @@ var init_createtool = __esm(() => {
|
|
|
70242
70242
|
strict: booleanType().optional()
|
|
70243
70243
|
});
|
|
70244
70244
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
70245
|
-
_id: stringType().default("
|
|
70245
|
+
_id: stringType().default("tool_01KERTE0H1QJ2AWN396115XF58"),
|
|
70246
70246
|
path: stringType(),
|
|
70247
70247
|
key: stringType(),
|
|
70248
70248
|
display_name: stringType().optional(),
|
|
@@ -70270,7 +70270,7 @@ var init_createtool = __esm(() => {
|
|
|
70270
70270
|
});
|
|
70271
70271
|
});
|
|
70272
70272
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
70273
|
-
id: stringType().default("
|
|
70273
|
+
id: stringType().default("tool_01KERTE0H1QJ2AWN396115XF58"),
|
|
70274
70274
|
path: stringType(),
|
|
70275
70275
|
key: stringType(),
|
|
70276
70276
|
displayName: stringType().optional(),
|
|
@@ -70332,7 +70332,7 @@ var init_createtool = __esm(() => {
|
|
|
70332
70332
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
70333
70333
|
});
|
|
70334
70334
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
70335
|
-
_id: stringType().default("
|
|
70335
|
+
_id: stringType().default("tool_01KERTE0GZ209EEB7MVAV4A1QC"),
|
|
70336
70336
|
path: stringType(),
|
|
70337
70337
|
key: stringType(),
|
|
70338
70338
|
display_name: stringType().optional(),
|
|
@@ -70359,7 +70359,7 @@ var init_createtool = __esm(() => {
|
|
|
70359
70359
|
});
|
|
70360
70360
|
});
|
|
70361
70361
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
70362
|
-
id: stringType().default("
|
|
70362
|
+
id: stringType().default("tool_01KERTE0GZ209EEB7MVAV4A1QC"),
|
|
70363
70363
|
path: stringType(),
|
|
70364
70364
|
key: stringType(),
|
|
70365
70365
|
displayName: stringType().optional(),
|
|
@@ -75544,7 +75544,7 @@ var init_fileget = __esm(() => {
|
|
|
75544
75544
|
bytes: numberType(),
|
|
75545
75545
|
file_name: stringType(),
|
|
75546
75546
|
workspace_id: stringType(),
|
|
75547
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75547
|
+
created: stringType().datetime({ offset: true }).default("2026-01-12T10:01:01.697Z").transform((v2) => new Date(v2))
|
|
75548
75548
|
}).transform((v2) => {
|
|
75549
75549
|
return remap(v2, {
|
|
75550
75550
|
_id: "id",
|
|
@@ -75560,7 +75560,7 @@ var init_fileget = __esm(() => {
|
|
|
75560
75560
|
bytes: numberType(),
|
|
75561
75561
|
fileName: stringType(),
|
|
75562
75562
|
workspaceId: stringType(),
|
|
75563
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75563
|
+
created: dateType().default(() => new Date("2026-01-12T10:01:01.697Z")).transform((v2) => v2.toISOString())
|
|
75564
75564
|
}).transform((v2) => {
|
|
75565
75565
|
return remap(v2, {
|
|
75566
75566
|
id: "_id",
|
|
@@ -75615,7 +75615,7 @@ var init_filelist = __esm(() => {
|
|
|
75615
75615
|
bytes: numberType(),
|
|
75616
75616
|
file_name: stringType(),
|
|
75617
75617
|
workspace_id: stringType(),
|
|
75618
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75618
|
+
created: stringType().datetime({ offset: true }).default("2026-01-12T10:01:01.697Z").transform((v2) => new Date(v2))
|
|
75619
75619
|
}).transform((v2) => {
|
|
75620
75620
|
return remap(v2, {
|
|
75621
75621
|
_id: "id",
|
|
@@ -75631,7 +75631,7 @@ var init_filelist = __esm(() => {
|
|
|
75631
75631
|
bytes: numberType(),
|
|
75632
75632
|
fileName: stringType(),
|
|
75633
75633
|
workspaceId: stringType(),
|
|
75634
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75634
|
+
created: dateType().default(() => new Date("2026-01-12T10:01:01.697Z")).transform((v2) => v2.toISOString())
|
|
75635
75635
|
}).transform((v2) => {
|
|
75636
75636
|
return remap(v2, {
|
|
75637
75637
|
id: "_id",
|
|
@@ -75739,7 +75739,7 @@ var init_fileupload = __esm(() => {
|
|
|
75739
75739
|
bytes: numberType(),
|
|
75740
75740
|
file_name: stringType(),
|
|
75741
75741
|
workspace_id: stringType(),
|
|
75742
|
-
created: stringType().datetime({ offset: true }).default("2026-01-
|
|
75742
|
+
created: stringType().datetime({ offset: true }).default("2026-01-12T10:01:01.697Z").transform((v2) => new Date(v2))
|
|
75743
75743
|
}).transform((v2) => {
|
|
75744
75744
|
return remap(v2, {
|
|
75745
75745
|
_id: "id",
|
|
@@ -75755,7 +75755,7 @@ var init_fileupload = __esm(() => {
|
|
|
75755
75755
|
bytes: numberType(),
|
|
75756
75756
|
fileName: stringType(),
|
|
75757
75757
|
workspaceId: stringType(),
|
|
75758
|
-
created: dateType().default(() => new Date("2026-01-
|
|
75758
|
+
created: dateType().default(() => new Date("2026-01-12T10:01:01.697Z")).transform((v2) => v2.toISOString())
|
|
75759
75759
|
}).transform((v2) => {
|
|
75760
75760
|
return remap(v2, {
|
|
75761
75761
|
id: "_id",
|
|
@@ -75811,7 +75811,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
75811
75811
|
model: nullableType(stringType()).optional()
|
|
75812
75812
|
});
|
|
75813
75813
|
GenerateConversationNameResponseBody$inboundSchema2 = objectType({
|
|
75814
|
-
_id: stringType().default("
|
|
75814
|
+
_id: stringType().default("conv_01kerte0969jv2yc088hzbakyz"),
|
|
75815
75815
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
75816
75816
|
displayName: stringType(),
|
|
75817
75817
|
createdAt: numberType(),
|
|
@@ -75825,7 +75825,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
75825
75825
|
});
|
|
75826
75826
|
});
|
|
75827
75827
|
GenerateConversationNameResponseBody$outboundSchema2 = objectType({
|
|
75828
|
-
id: stringType().default("
|
|
75828
|
+
id: stringType().default("conv_01kerte0969jv2yc088hzbakyz"),
|
|
75829
75829
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
75830
75830
|
displayName: stringType(),
|
|
75831
75831
|
createdAt: numberType(),
|
|
@@ -76860,7 +76860,7 @@ var init_getalltools = __esm(() => {
|
|
|
76860
76860
|
code: stringType()
|
|
76861
76861
|
});
|
|
76862
76862
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
76863
|
-
_id: stringType().default("
|
|
76863
|
+
_id: stringType().default("tool_01KERTE0GJB6T7CMV37NG1H9NE"),
|
|
76864
76864
|
path: stringType(),
|
|
76865
76865
|
key: stringType(),
|
|
76866
76866
|
display_name: stringType().optional(),
|
|
@@ -76888,7 +76888,7 @@ var init_getalltools = __esm(() => {
|
|
|
76888
76888
|
});
|
|
76889
76889
|
});
|
|
76890
76890
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
76891
|
-
id: stringType().default("
|
|
76891
|
+
id: stringType().default("tool_01KERTE0GJB6T7CMV37NG1H9NE"),
|
|
76892
76892
|
path: stringType(),
|
|
76893
76893
|
key: stringType(),
|
|
76894
76894
|
displayName: stringType().optional(),
|
|
@@ -76938,13 +76938,13 @@ var init_getalltools = __esm(() => {
|
|
|
76938
76938
|
required: arrayType(stringType()).optional()
|
|
76939
76939
|
});
|
|
76940
76940
|
DataTools$inboundSchema = objectType({
|
|
76941
|
-
id: stringType().default("
|
|
76941
|
+
id: stringType().default("01KERTE0GHGRA0VYYRM2TEQQK3"),
|
|
76942
76942
|
name: stringType(),
|
|
76943
76943
|
description: stringType().optional(),
|
|
76944
76944
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
76945
76945
|
});
|
|
76946
76946
|
DataTools$outboundSchema = objectType({
|
|
76947
|
-
id: stringType().default("
|
|
76947
|
+
id: stringType().default("01KERTE0GHGRA0VYYRM2TEQQK3"),
|
|
76948
76948
|
name: stringType(),
|
|
76949
76949
|
description: stringType().optional(),
|
|
76950
76950
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -76974,7 +76974,7 @@ var init_getalltools = __esm(() => {
|
|
|
76974
76974
|
});
|
|
76975
76975
|
});
|
|
76976
76976
|
DataMCPTool$inboundSchema = objectType({
|
|
76977
|
-
_id: stringType().default("
|
|
76977
|
+
_id: stringType().default("tool_01KERTE0GF7ZQKX0G7YR6JSN6K"),
|
|
76978
76978
|
path: stringType(),
|
|
76979
76979
|
key: stringType(),
|
|
76980
76980
|
display_name: stringType().optional(),
|
|
@@ -77001,7 +77001,7 @@ var init_getalltools = __esm(() => {
|
|
|
77001
77001
|
});
|
|
77002
77002
|
});
|
|
77003
77003
|
DataMCPTool$outboundSchema = objectType({
|
|
77004
|
-
id: stringType().default("
|
|
77004
|
+
id: stringType().default("tool_01KERTE0GF7ZQKX0G7YR6JSN6K"),
|
|
77005
77005
|
path: stringType(),
|
|
77006
77006
|
key: stringType(),
|
|
77007
77007
|
displayName: stringType().optional(),
|
|
@@ -77088,7 +77088,7 @@ var init_getalltools = __esm(() => {
|
|
|
77088
77088
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
77089
77089
|
});
|
|
77090
77090
|
DataHTTPTool$inboundSchema = objectType({
|
|
77091
|
-
_id: stringType().default("
|
|
77091
|
+
_id: stringType().default("tool_01KERTE0GCS5B7MRSSFCGGPX9M"),
|
|
77092
77092
|
path: stringType(),
|
|
77093
77093
|
key: stringType(),
|
|
77094
77094
|
display_name: stringType().optional(),
|
|
@@ -77115,7 +77115,7 @@ var init_getalltools = __esm(() => {
|
|
|
77115
77115
|
});
|
|
77116
77116
|
});
|
|
77117
77117
|
DataHTTPTool$outboundSchema = objectType({
|
|
77118
|
-
id: stringType().default("
|
|
77118
|
+
id: stringType().default("tool_01KERTE0GCS5B7MRSSFCGGPX9M"),
|
|
77119
77119
|
path: stringType(),
|
|
77120
77120
|
key: stringType(),
|
|
77121
77121
|
displayName: stringType().optional(),
|
|
@@ -77174,7 +77174,7 @@ var init_getalltools = __esm(() => {
|
|
|
77174
77174
|
strict: booleanType().optional()
|
|
77175
77175
|
});
|
|
77176
77176
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
77177
|
-
_id: stringType().default("
|
|
77177
|
+
_id: stringType().default("tool_01KERTE0G90BGV42J7P8AW2NAR"),
|
|
77178
77178
|
path: stringType(),
|
|
77179
77179
|
key: stringType(),
|
|
77180
77180
|
display_name: stringType().optional(),
|
|
@@ -77202,7 +77202,7 @@ var init_getalltools = __esm(() => {
|
|
|
77202
77202
|
});
|
|
77203
77203
|
});
|
|
77204
77204
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
77205
|
-
id: stringType().default("
|
|
77205
|
+
id: stringType().default("tool_01KERTE0G90BGV42J7P8AW2NAR"),
|
|
77206
77206
|
path: stringType(),
|
|
77207
77207
|
key: stringType(),
|
|
77208
77208
|
displayName: stringType().optional(),
|
|
@@ -77264,7 +77264,7 @@ var init_getalltools = __esm(() => {
|
|
|
77264
77264
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
77265
77265
|
});
|
|
77266
77266
|
DataFunctionTool$inboundSchema = objectType({
|
|
77267
|
-
_id: stringType().default("
|
|
77267
|
+
_id: stringType().default("tool_01KERTE0G7XX6M7RMCGF2PWERS"),
|
|
77268
77268
|
path: stringType(),
|
|
77269
77269
|
key: stringType(),
|
|
77270
77270
|
display_name: stringType().optional(),
|
|
@@ -77291,7 +77291,7 @@ var init_getalltools = __esm(() => {
|
|
|
77291
77291
|
});
|
|
77292
77292
|
});
|
|
77293
77293
|
DataFunctionTool$outboundSchema = objectType({
|
|
77294
|
-
id: stringType().default("
|
|
77294
|
+
id: stringType().default("tool_01KERTE0G7XX6M7RMCGF2PWERS"),
|
|
77295
77295
|
path: stringType(),
|
|
77296
77296
|
key: stringType(),
|
|
77297
77297
|
displayName: stringType().optional(),
|
|
@@ -77567,8 +77567,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77567
77567
|
DataTypescript$inboundSchema = objectType({
|
|
77568
77568
|
_id: stringType(),
|
|
77569
77569
|
description: stringType(),
|
|
77570
|
-
created: stringType().default("2026-01-
|
|
77571
|
-
updated: stringType().default("2026-01-
|
|
77570
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77571
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77572
77572
|
guardrail_config: unionType([
|
|
77573
77573
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
77574
77574
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -77585,8 +77585,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77585
77585
|
DataTypescript$outboundSchema = objectType({
|
|
77586
77586
|
id: stringType(),
|
|
77587
77587
|
description: stringType(),
|
|
77588
|
-
created: stringType().default("2026-01-
|
|
77589
|
-
updated: stringType().default("2026-01-
|
|
77588
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77589
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77590
77590
|
guardrailConfig: unionType([
|
|
77591
77591
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
77592
77592
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -77657,8 +77657,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77657
77657
|
DataRagas$inboundSchema = objectType({
|
|
77658
77658
|
_id: stringType(),
|
|
77659
77659
|
description: stringType(),
|
|
77660
|
-
created: stringType().default("2026-01-
|
|
77661
|
-
updated: stringType().default("2026-01-
|
|
77660
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77661
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77662
77662
|
guardrail_config: unionType([
|
|
77663
77663
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
77664
77664
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -77677,8 +77677,8 @@ var init_getevals2 = __esm(() => {
|
|
|
77677
77677
|
DataRagas$outboundSchema = objectType({
|
|
77678
77678
|
id: stringType(),
|
|
77679
77679
|
description: stringType(),
|
|
77680
|
-
created: stringType().default("2026-01-
|
|
77681
|
-
updated: stringType().default("2026-01-
|
|
77680
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77681
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
77682
77682
|
guardrailConfig: unionType([
|
|
77683
77683
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
77684
77684
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -78033,8 +78033,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78033
78033
|
DataFunction$inboundSchema = objectType({
|
|
78034
78034
|
_id: stringType(),
|
|
78035
78035
|
description: stringType(),
|
|
78036
|
-
created: stringType().default("2026-01-
|
|
78037
|
-
updated: stringType().default("2026-01-
|
|
78036
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78037
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78038
78038
|
guardrail_config: unionType([
|
|
78039
78039
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
78040
78040
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -78085,8 +78085,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78085
78085
|
DataFunction$outboundSchema = objectType({
|
|
78086
78086
|
id: stringType(),
|
|
78087
78087
|
description: stringType(),
|
|
78088
|
-
created: stringType().default("2026-01-
|
|
78089
|
-
updated: stringType().default("2026-01-
|
|
78088
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78089
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78090
78090
|
guardrailConfig: unionType([
|
|
78091
78091
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
78092
78092
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -78189,8 +78189,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78189
78189
|
DataPython$inboundSchema = objectType({
|
|
78190
78190
|
_id: stringType(),
|
|
78191
78191
|
description: stringType(),
|
|
78192
|
-
created: stringType().default("2026-01-
|
|
78193
|
-
updated: stringType().default("2026-01-
|
|
78192
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78193
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78194
78194
|
guardrail_config: unionType([
|
|
78195
78195
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
78196
78196
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -78207,8 +78207,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78207
78207
|
DataPython$outboundSchema = objectType({
|
|
78208
78208
|
id: stringType(),
|
|
78209
78209
|
description: stringType(),
|
|
78210
|
-
created: stringType().default("2026-01-
|
|
78211
|
-
updated: stringType().default("2026-01-
|
|
78210
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78211
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78212
78212
|
guardrailConfig: unionType([
|
|
78213
78213
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
78214
78214
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -78279,8 +78279,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78279
78279
|
DataHTTP$inboundSchema = objectType({
|
|
78280
78280
|
_id: stringType(),
|
|
78281
78281
|
description: stringType(),
|
|
78282
|
-
created: stringType().default("2026-01-
|
|
78283
|
-
updated: stringType().default("2026-01-
|
|
78282
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78283
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78284
78284
|
guardrail_config: unionType([
|
|
78285
78285
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
78286
78286
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -78300,8 +78300,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78300
78300
|
DataHTTP$outboundSchema = objectType({
|
|
78301
78301
|
id: stringType(),
|
|
78302
78302
|
description: stringType(),
|
|
78303
|
-
created: stringType().default("2026-01-
|
|
78304
|
-
updated: stringType().default("2026-01-
|
|
78303
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78304
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78305
78305
|
guardrailConfig: unionType([
|
|
78306
78306
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
78307
78307
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -78373,8 +78373,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78373
78373
|
DataJSON$inboundSchema = objectType({
|
|
78374
78374
|
_id: stringType(),
|
|
78375
78375
|
description: stringType(),
|
|
78376
|
-
created: stringType().default("2026-01-
|
|
78377
|
-
updated: stringType().default("2026-01-
|
|
78376
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78377
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78378
78378
|
guardrail_config: unionType([
|
|
78379
78379
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
78380
78380
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -78391,8 +78391,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78391
78391
|
DataJSON$outboundSchema = objectType({
|
|
78392
78392
|
id: stringType(),
|
|
78393
78393
|
description: stringType(),
|
|
78394
|
-
created: stringType().default("2026-01-
|
|
78395
|
-
updated: stringType().default("2026-01-
|
|
78394
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78395
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78396
78396
|
guardrailConfig: unionType([
|
|
78397
78397
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
78398
78398
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -78461,8 +78461,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78461
78461
|
DataLLM$inboundSchema = objectType({
|
|
78462
78462
|
_id: stringType(),
|
|
78463
78463
|
description: stringType(),
|
|
78464
|
-
created: stringType().default("2026-01-
|
|
78465
|
-
updated: stringType().default("2026-01-
|
|
78464
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78465
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78466
78466
|
guardrail_config: unionType([
|
|
78467
78467
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
78468
78468
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -78480,8 +78480,8 @@ var init_getevals2 = __esm(() => {
|
|
|
78480
78480
|
DataLLM$outboundSchema = objectType({
|
|
78481
78481
|
id: stringType(),
|
|
78482
78482
|
description: stringType(),
|
|
78483
|
-
created: stringType().default("2026-01-
|
|
78484
|
-
updated: stringType().default("2026-01-
|
|
78483
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78484
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
78485
78485
|
guardrailConfig: unionType([
|
|
78486
78486
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
78487
78487
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -82250,7 +82250,7 @@ var init_listcontacts = __esm(() => {
|
|
|
82250
82250
|
tags: arrayType(stringType()).optional(),
|
|
82251
82251
|
metadata: recordType(anyType()).optional(),
|
|
82252
82252
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82253
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82253
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2)),
|
|
82254
82254
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
82255
82255
|
}).transform((v2) => {
|
|
82256
82256
|
return remap(v2, {
|
|
@@ -82269,7 +82269,7 @@ var init_listcontacts = __esm(() => {
|
|
|
82269
82269
|
tags: arrayType(stringType()).optional(),
|
|
82270
82270
|
metadata: recordType(anyType()).optional(),
|
|
82271
82271
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82272
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82272
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString()),
|
|
82273
82273
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
82274
82274
|
}).transform((v2) => {
|
|
82275
82275
|
return remap(v2, {
|
|
@@ -82727,7 +82727,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82727
82727
|
human_review_id: stringType(),
|
|
82728
82728
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
82729
82729
|
reviewed_by_id: stringType(),
|
|
82730
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82730
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.530Z").transform((v2) => new Date(v2)),
|
|
82731
82731
|
type: literalType("string_array"),
|
|
82732
82732
|
values: arrayType(stringType())
|
|
82733
82733
|
}).transform((v2) => {
|
|
@@ -82744,7 +82744,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82744
82744
|
humanReviewId: stringType(),
|
|
82745
82745
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
82746
82746
|
reviewedById: stringType(),
|
|
82747
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82747
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.530Z")).transform((v2) => v2.toISOString()),
|
|
82748
82748
|
type: literalType("string_array"),
|
|
82749
82749
|
values: arrayType(stringType())
|
|
82750
82750
|
}).transform((v2) => {
|
|
@@ -82765,7 +82765,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82765
82765
|
human_review_id: stringType(),
|
|
82766
82766
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
82767
82767
|
reviewed_by_id: stringType(),
|
|
82768
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82768
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.530Z").transform((v2) => new Date(v2)),
|
|
82769
82769
|
type: literalType("number"),
|
|
82770
82770
|
value: numberType()
|
|
82771
82771
|
}).transform((v2) => {
|
|
@@ -82782,7 +82782,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82782
82782
|
humanReviewId: stringType(),
|
|
82783
82783
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
82784
82784
|
reviewedById: stringType(),
|
|
82785
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82785
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.530Z")).transform((v2) => v2.toISOString()),
|
|
82786
82786
|
type: literalType("number"),
|
|
82787
82787
|
value: numberType()
|
|
82788
82788
|
}).transform((v2) => {
|
|
@@ -82803,7 +82803,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82803
82803
|
human_review_id: stringType(),
|
|
82804
82804
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
82805
82805
|
reviewed_by_id: stringType(),
|
|
82806
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
82806
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.529Z").transform((v2) => new Date(v2)),
|
|
82807
82807
|
type: literalType("string"),
|
|
82808
82808
|
value: stringType()
|
|
82809
82809
|
}).transform((v2) => {
|
|
@@ -82820,7 +82820,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82820
82820
|
humanReviewId: stringType(),
|
|
82821
82821
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
82822
82822
|
reviewedById: stringType(),
|
|
82823
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
82823
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.529Z")).transform((v2) => v2.toISOString()),
|
|
82824
82824
|
type: literalType("string"),
|
|
82825
82825
|
value: stringType()
|
|
82826
82826
|
}).transform((v2) => {
|
|
@@ -82863,7 +82863,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82863
82863
|
created_by_id: stringType().optional(),
|
|
82864
82864
|
updated_by_id: stringType().optional(),
|
|
82865
82865
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82866
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82866
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
82867
82867
|
}).transform((v2) => {
|
|
82868
82868
|
return remap(v2, {
|
|
82869
82869
|
_id: "id",
|
|
@@ -82897,7 +82897,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
82897
82897
|
createdById: stringType().optional(),
|
|
82898
82898
|
updatedById: stringType().optional(),
|
|
82899
82899
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
82900
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
82900
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
82901
82901
|
}).transform((v2) => {
|
|
82902
82902
|
return remap(v2, {
|
|
82903
82903
|
id: "_id",
|
|
@@ -82986,7 +82986,7 @@ var init_listdatasets = __esm(() => {
|
|
|
82986
82986
|
created_by_id: stringType().optional(),
|
|
82987
82987
|
updated_by_id: stringType().optional(),
|
|
82988
82988
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
82989
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
82989
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
82990
82990
|
}).transform((v2) => {
|
|
82991
82991
|
return remap(v2, {
|
|
82992
82992
|
_id: "id",
|
|
@@ -83006,7 +83006,7 @@ var init_listdatasets = __esm(() => {
|
|
|
83006
83006
|
createdById: stringType().optional(),
|
|
83007
83007
|
updatedById: stringType().optional(),
|
|
83008
83008
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
83009
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
83009
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
83010
83010
|
}).transform((v2) => {
|
|
83011
83011
|
return remap(v2, {
|
|
83012
83012
|
id: "_id",
|
|
@@ -83087,7 +83087,7 @@ var init_listdatasources = __esm(() => {
|
|
|
83087
83087
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
83088
83088
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
83089
83089
|
ListDatasourcesData$inboundSchema = objectType({
|
|
83090
|
-
_id: stringType().default("
|
|
83090
|
+
_id: stringType().default("01KERTE112YGV7E9JA99MKNRRQ"),
|
|
83091
83091
|
display_name: stringType(),
|
|
83092
83092
|
description: stringType().optional(),
|
|
83093
83093
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -83110,7 +83110,7 @@ var init_listdatasources = __esm(() => {
|
|
|
83110
83110
|
});
|
|
83111
83111
|
});
|
|
83112
83112
|
ListDatasourcesData$outboundSchema = objectType({
|
|
83113
|
-
id: stringType().default("
|
|
83113
|
+
id: stringType().default("01KERTE112YGV7E9JA99MKNRRQ"),
|
|
83114
83114
|
displayName: stringType(),
|
|
83115
83115
|
description: stringType().optional(),
|
|
83116
83116
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -85395,7 +85395,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
85395
85395
|
tags: arrayType(stringType()).optional(),
|
|
85396
85396
|
metadata: recordType(anyType()).optional(),
|
|
85397
85397
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85398
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85398
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
85399
85399
|
}).transform((v2) => {
|
|
85400
85400
|
return remap(v2, {
|
|
85401
85401
|
_id: "id",
|
|
@@ -85413,7 +85413,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
85413
85413
|
tags: arrayType(stringType()).optional(),
|
|
85414
85414
|
metadata: recordType(anyType()).optional(),
|
|
85415
85415
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85416
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85416
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
85417
85417
|
}).transform((v2) => {
|
|
85418
85418
|
return remap(v2, {
|
|
85419
85419
|
id: "_id",
|
|
@@ -85819,7 +85819,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85819
85819
|
human_review_id: stringType(),
|
|
85820
85820
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
85821
85821
|
reviewed_by_id: stringType(),
|
|
85822
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85822
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.538Z").transform((v2) => new Date(v2)),
|
|
85823
85823
|
type: literalType("string_array"),
|
|
85824
85824
|
values: arrayType(stringType())
|
|
85825
85825
|
}).transform((v2) => {
|
|
@@ -85836,7 +85836,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85836
85836
|
humanReviewId: stringType(),
|
|
85837
85837
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
85838
85838
|
reviewedById: stringType(),
|
|
85839
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85839
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.538Z")).transform((v2) => v2.toISOString()),
|
|
85840
85840
|
type: literalType("string_array"),
|
|
85841
85841
|
values: arrayType(stringType())
|
|
85842
85842
|
}).transform((v2) => {
|
|
@@ -85857,7 +85857,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85857
85857
|
human_review_id: stringType(),
|
|
85858
85858
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
85859
85859
|
reviewed_by_id: stringType(),
|
|
85860
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85860
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.537Z").transform((v2) => new Date(v2)),
|
|
85861
85861
|
type: literalType("number"),
|
|
85862
85862
|
value: numberType()
|
|
85863
85863
|
}).transform((v2) => {
|
|
@@ -85874,7 +85874,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85874
85874
|
humanReviewId: stringType(),
|
|
85875
85875
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
85876
85876
|
reviewedById: stringType(),
|
|
85877
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85877
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.537Z")).transform((v2) => v2.toISOString()),
|
|
85878
85878
|
type: literalType("number"),
|
|
85879
85879
|
value: numberType()
|
|
85880
85880
|
}).transform((v2) => {
|
|
@@ -85895,7 +85895,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85895
85895
|
human_review_id: stringType(),
|
|
85896
85896
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
85897
85897
|
reviewed_by_id: stringType(),
|
|
85898
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
85898
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.537Z").transform((v2) => new Date(v2)),
|
|
85899
85899
|
type: literalType("string"),
|
|
85900
85900
|
value: stringType()
|
|
85901
85901
|
}).transform((v2) => {
|
|
@@ -85912,7 +85912,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85912
85912
|
humanReviewId: stringType(),
|
|
85913
85913
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
85914
85914
|
reviewedById: stringType(),
|
|
85915
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
85915
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.537Z")).transform((v2) => v2.toISOString()),
|
|
85916
85916
|
type: literalType("string"),
|
|
85917
85917
|
value: stringType()
|
|
85918
85918
|
}).transform((v2) => {
|
|
@@ -85955,7 +85955,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85955
85955
|
created_by_id: stringType().optional(),
|
|
85956
85956
|
updated_by_id: stringType().optional(),
|
|
85957
85957
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
85958
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
85958
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
85959
85959
|
}).transform((v2) => {
|
|
85960
85960
|
return remap(v2, {
|
|
85961
85961
|
_id: "id",
|
|
@@ -85989,7 +85989,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
85989
85989
|
createdById: stringType().optional(),
|
|
85990
85990
|
updatedById: stringType().optional(),
|
|
85991
85991
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
85992
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
85992
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
85993
85993
|
}).transform((v2) => {
|
|
85994
85994
|
return remap(v2, {
|
|
85995
85995
|
id: "_id",
|
|
@@ -86049,7 +86049,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
86049
86049
|
created_by_id: stringType().optional(),
|
|
86050
86050
|
updated_by_id: stringType().optional(),
|
|
86051
86051
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
86052
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
86052
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
86053
86053
|
}).transform((v2) => {
|
|
86054
86054
|
return remap(v2, {
|
|
86055
86055
|
_id: "id",
|
|
@@ -86069,7 +86069,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
86069
86069
|
createdById: stringType().optional(),
|
|
86070
86070
|
updatedById: stringType().optional(),
|
|
86071
86071
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
86072
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
86072
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
86073
86073
|
}).transform((v2) => {
|
|
86074
86074
|
return remap(v2, {
|
|
86075
86075
|
id: "_id",
|
|
@@ -86115,7 +86115,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
86115
86115
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
86116
86116
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
86117
86117
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
86118
|
-
_id: stringType().default("
|
|
86118
|
+
_id: stringType().default("01KERTE114Y0A53GDXC8QCQKGH"),
|
|
86119
86119
|
display_name: stringType(),
|
|
86120
86120
|
description: stringType().optional(),
|
|
86121
86121
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -86138,7 +86138,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
86138
86138
|
});
|
|
86139
86139
|
});
|
|
86140
86140
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
86141
|
-
id: stringType().default("
|
|
86141
|
+
id: stringType().default("01KERTE114Y0A53GDXC8QCQKGH"),
|
|
86142
86142
|
displayName: stringType(),
|
|
86143
86143
|
description: stringType().optional(),
|
|
86144
86144
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -86475,7 +86475,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86475
86475
|
code: stringType()
|
|
86476
86476
|
});
|
|
86477
86477
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
86478
|
-
_id: stringType().default("
|
|
86478
|
+
_id: stringType().default("tool_01KERTE0PV5BNR3R9TZY2HGGMX"),
|
|
86479
86479
|
path: stringType(),
|
|
86480
86480
|
key: stringType(),
|
|
86481
86481
|
display_name: stringType().optional(),
|
|
@@ -86503,7 +86503,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86503
86503
|
});
|
|
86504
86504
|
});
|
|
86505
86505
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
86506
|
-
id: stringType().default("
|
|
86506
|
+
id: stringType().default("tool_01KERTE0PV5BNR3R9TZY2HGGMX"),
|
|
86507
86507
|
path: stringType(),
|
|
86508
86508
|
key: stringType(),
|
|
86509
86509
|
displayName: stringType().optional(),
|
|
@@ -86553,13 +86553,13 @@ var init_retrievetool = __esm(() => {
|
|
|
86553
86553
|
required: arrayType(stringType()).optional()
|
|
86554
86554
|
});
|
|
86555
86555
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
86556
|
-
id: stringType().default("
|
|
86556
|
+
id: stringType().default("01KERTE0PSA4T6GJ7GPBC8D88N"),
|
|
86557
86557
|
name: stringType(),
|
|
86558
86558
|
description: stringType().optional(),
|
|
86559
86559
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
86560
86560
|
});
|
|
86561
86561
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
86562
|
-
id: stringType().default("
|
|
86562
|
+
id: stringType().default("01KERTE0PSA4T6GJ7GPBC8D88N"),
|
|
86563
86563
|
name: stringType(),
|
|
86564
86564
|
description: stringType().optional(),
|
|
86565
86565
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -86589,7 +86589,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86589
86589
|
});
|
|
86590
86590
|
});
|
|
86591
86591
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
86592
|
-
_id: stringType().default("
|
|
86592
|
+
_id: stringType().default("tool_01KERTE0PDRK9H92KKKX9T1VSE"),
|
|
86593
86593
|
path: stringType(),
|
|
86594
86594
|
key: stringType(),
|
|
86595
86595
|
display_name: stringType().optional(),
|
|
@@ -86616,7 +86616,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86616
86616
|
});
|
|
86617
86617
|
});
|
|
86618
86618
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
86619
|
-
id: stringType().default("
|
|
86619
|
+
id: stringType().default("tool_01KERTE0PDRK9H92KKKX9T1VSE"),
|
|
86620
86620
|
path: stringType(),
|
|
86621
86621
|
key: stringType(),
|
|
86622
86622
|
displayName: stringType().optional(),
|
|
@@ -86703,7 +86703,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86703
86703
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
86704
86704
|
});
|
|
86705
86705
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
86706
|
-
_id: stringType().default("
|
|
86706
|
+
_id: stringType().default("tool_01KERTE0P3DHVYEAHN5C7D772V"),
|
|
86707
86707
|
path: stringType(),
|
|
86708
86708
|
key: stringType(),
|
|
86709
86709
|
display_name: stringType().optional(),
|
|
@@ -86730,7 +86730,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86730
86730
|
});
|
|
86731
86731
|
});
|
|
86732
86732
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
86733
|
-
id: stringType().default("
|
|
86733
|
+
id: stringType().default("tool_01KERTE0P3DHVYEAHN5C7D772V"),
|
|
86734
86734
|
path: stringType(),
|
|
86735
86735
|
key: stringType(),
|
|
86736
86736
|
displayName: stringType().optional(),
|
|
@@ -86789,7 +86789,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86789
86789
|
strict: booleanType().optional()
|
|
86790
86790
|
});
|
|
86791
86791
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
86792
|
-
_id: stringType().default("
|
|
86792
|
+
_id: stringType().default("tool_01KERTE0NRS372HGQXM3XEHQ0T"),
|
|
86793
86793
|
path: stringType(),
|
|
86794
86794
|
key: stringType(),
|
|
86795
86795
|
display_name: stringType().optional(),
|
|
@@ -86817,7 +86817,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86817
86817
|
});
|
|
86818
86818
|
});
|
|
86819
86819
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
86820
|
-
id: stringType().default("
|
|
86820
|
+
id: stringType().default("tool_01KERTE0NRS372HGQXM3XEHQ0T"),
|
|
86821
86821
|
path: stringType(),
|
|
86822
86822
|
key: stringType(),
|
|
86823
86823
|
displayName: stringType().optional(),
|
|
@@ -86879,7 +86879,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86879
86879
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
86880
86880
|
});
|
|
86881
86881
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
86882
|
-
_id: stringType().default("
|
|
86882
|
+
_id: stringType().default("tool_01KERTE0NFRCZ6C5RV7K89PP0Z"),
|
|
86883
86883
|
path: stringType(),
|
|
86884
86884
|
key: stringType(),
|
|
86885
86885
|
display_name: stringType().optional(),
|
|
@@ -86906,7 +86906,7 @@ var init_retrievetool = __esm(() => {
|
|
|
86906
86906
|
});
|
|
86907
86907
|
});
|
|
86908
86908
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
86909
|
-
id: stringType().default("
|
|
86909
|
+
id: stringType().default("tool_01KERTE0NFRCZ6C5RV7K89PP0Z"),
|
|
86910
86910
|
path: stringType(),
|
|
86911
86911
|
key: stringType(),
|
|
86912
86912
|
displayName: stringType().optional(),
|
|
@@ -87818,13 +87818,13 @@ var init_runagent = __esm(() => {
|
|
|
87818
87818
|
required: arrayType(stringType()).optional()
|
|
87819
87819
|
});
|
|
87820
87820
|
Tools$inboundSchema2 = objectType({
|
|
87821
|
-
id: stringType().default("
|
|
87821
|
+
id: stringType().default("01KERTE04S1KMNC5MZAXSFTP9Q"),
|
|
87822
87822
|
name: stringType(),
|
|
87823
87823
|
description: stringType().optional(),
|
|
87824
87824
|
schema: lazyType(() => Schema$inboundSchema)
|
|
87825
87825
|
});
|
|
87826
87826
|
Tools$outboundSchema2 = objectType({
|
|
87827
|
-
id: stringType().default("
|
|
87827
|
+
id: stringType().default("01KERTE04S1KMNC5MZAXSFTP9Q"),
|
|
87828
87828
|
name: stringType(),
|
|
87829
87829
|
description: stringType().optional(),
|
|
87830
87830
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -90200,13 +90200,13 @@ var init_streamrunagent2 = __esm(() => {
|
|
|
90200
90200
|
required: arrayType(stringType()).optional()
|
|
90201
90201
|
});
|
|
90202
90202
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
90203
|
-
id: stringType().default("
|
|
90203
|
+
id: stringType().default("01KERTE07AFQYXSE6047WAJK93"),
|
|
90204
90204
|
name: stringType(),
|
|
90205
90205
|
description: stringType().optional(),
|
|
90206
90206
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
90207
90207
|
});
|
|
90208
90208
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
90209
|
-
id: stringType().default("
|
|
90209
|
+
id: stringType().default("01KERTE07AFQYXSE6047WAJK93"),
|
|
90210
90210
|
name: stringType(),
|
|
90211
90211
|
description: stringType().optional(),
|
|
90212
90212
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -93240,7 +93240,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
93240
93240
|
tags: arrayType(stringType()).optional(),
|
|
93241
93241
|
metadata: recordType(anyType()).optional(),
|
|
93242
93242
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
93243
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
93243
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
93244
93244
|
}).transform((v2) => {
|
|
93245
93245
|
return remap(v2, {
|
|
93246
93246
|
_id: "id",
|
|
@@ -93258,7 +93258,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
93258
93258
|
tags: arrayType(stringType()).optional(),
|
|
93259
93259
|
metadata: recordType(anyType()).optional(),
|
|
93260
93260
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
93261
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
93261
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
93262
93262
|
}).transform((v2) => {
|
|
93263
93263
|
return remap(v2, {
|
|
93264
93264
|
id: "_id",
|
|
@@ -93324,7 +93324,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
93324
93324
|
model: nullableType(stringType()).optional()
|
|
93325
93325
|
});
|
|
93326
93326
|
UpdateConversationResponseBody$inboundSchema2 = objectType({
|
|
93327
|
-
_id: stringType().default("
|
|
93327
|
+
_id: stringType().default("conv_01kerte09d0dvtn8g0c40ja5fm"),
|
|
93328
93328
|
kind: UpdateConversationKind$inboundSchema,
|
|
93329
93329
|
displayName: stringType(),
|
|
93330
93330
|
createdAt: numberType(),
|
|
@@ -93338,7 +93338,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
93338
93338
|
});
|
|
93339
93339
|
});
|
|
93340
93340
|
UpdateConversationResponseBody$outboundSchema2 = objectType({
|
|
93341
|
-
id: stringType().default("
|
|
93341
|
+
id: stringType().default("conv_01kerte09d0dvtn8g0c40ja5fm"),
|
|
93342
93342
|
kind: UpdateConversationKind$outboundSchema,
|
|
93343
93343
|
displayName: stringType(),
|
|
93344
93344
|
createdAt: numberType(),
|
|
@@ -94080,7 +94080,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94080
94080
|
human_review_id: stringType(),
|
|
94081
94081
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
94082
94082
|
reviewed_by_id: stringType(),
|
|
94083
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
94083
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.590Z").transform((v2) => new Date(v2)),
|
|
94084
94084
|
type: literalType("string_array"),
|
|
94085
94085
|
values: arrayType(stringType())
|
|
94086
94086
|
}).transform((v2) => {
|
|
@@ -94097,7 +94097,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94097
94097
|
humanReviewId: stringType(),
|
|
94098
94098
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
94099
94099
|
reviewedById: stringType(),
|
|
94100
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
94100
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.590Z")).transform((v2) => v2.toISOString()),
|
|
94101
94101
|
type: literalType("string_array"),
|
|
94102
94102
|
values: arrayType(stringType())
|
|
94103
94103
|
}).transform((v2) => {
|
|
@@ -94118,7 +94118,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94118
94118
|
human_review_id: stringType(),
|
|
94119
94119
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
94120
94120
|
reviewed_by_id: stringType(),
|
|
94121
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
94121
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.590Z").transform((v2) => new Date(v2)),
|
|
94122
94122
|
type: literalType("number"),
|
|
94123
94123
|
value: numberType()
|
|
94124
94124
|
}).transform((v2) => {
|
|
@@ -94135,7 +94135,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94135
94135
|
humanReviewId: stringType(),
|
|
94136
94136
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
94137
94137
|
reviewedById: stringType(),
|
|
94138
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
94138
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.590Z")).transform((v2) => v2.toISOString()),
|
|
94139
94139
|
type: literalType("number"),
|
|
94140
94140
|
value: numberType()
|
|
94141
94141
|
}).transform((v2) => {
|
|
@@ -94156,7 +94156,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94156
94156
|
human_review_id: stringType(),
|
|
94157
94157
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
94158
94158
|
reviewed_by_id: stringType(),
|
|
94159
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-
|
|
94159
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2026-01-12T10:01:11.589Z").transform((v2) => new Date(v2)),
|
|
94160
94160
|
type: literalType("string"),
|
|
94161
94161
|
value: stringType()
|
|
94162
94162
|
}).transform((v2) => {
|
|
@@ -94173,7 +94173,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94173
94173
|
humanReviewId: stringType(),
|
|
94174
94174
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
94175
94175
|
reviewedById: stringType(),
|
|
94176
|
-
reviewedAt: dateType().default(() => new Date("2026-01-
|
|
94176
|
+
reviewedAt: dateType().default(() => new Date("2026-01-12T10:01:11.589Z")).transform((v2) => v2.toISOString()),
|
|
94177
94177
|
type: literalType("string"),
|
|
94178
94178
|
value: stringType()
|
|
94179
94179
|
}).transform((v2) => {
|
|
@@ -94216,7 +94216,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94216
94216
|
created_by_id: stringType().optional(),
|
|
94217
94217
|
updated_by_id: stringType().optional(),
|
|
94218
94218
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
94219
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
94219
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
94220
94220
|
}).transform((v2) => {
|
|
94221
94221
|
return remap(v2, {
|
|
94222
94222
|
_id: "id",
|
|
@@ -94250,7 +94250,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
94250
94250
|
createdById: stringType().optional(),
|
|
94251
94251
|
updatedById: stringType().optional(),
|
|
94252
94252
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
94253
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
94253
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
94254
94254
|
}).transform((v2) => {
|
|
94255
94255
|
return remap(v2, {
|
|
94256
94256
|
id: "_id",
|
|
@@ -94334,7 +94334,7 @@ var init_updatedataset = __esm(() => {
|
|
|
94334
94334
|
created_by_id: stringType().optional(),
|
|
94335
94335
|
updated_by_id: stringType().optional(),
|
|
94336
94336
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
94337
|
-
updated: stringType().datetime({ offset: true }).default("2026-01-
|
|
94337
|
+
updated: stringType().datetime({ offset: true }).default("2026-01-12T10:00:55.882Z").transform((v2) => new Date(v2))
|
|
94338
94338
|
}).transform((v2) => {
|
|
94339
94339
|
return remap(v2, {
|
|
94340
94340
|
_id: "id",
|
|
@@ -94354,7 +94354,7 @@ var init_updatedataset = __esm(() => {
|
|
|
94354
94354
|
createdById: stringType().optional(),
|
|
94355
94355
|
updatedById: stringType().optional(),
|
|
94356
94356
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
94357
|
-
updated: dateType().default(() => new Date("2026-01-
|
|
94357
|
+
updated: dateType().default(() => new Date("2026-01-12T10:00:55.882Z")).transform((v2) => v2.toISOString())
|
|
94358
94358
|
}).transform((v2) => {
|
|
94359
94359
|
return remap(v2, {
|
|
94360
94360
|
id: "_id",
|
|
@@ -94418,7 +94418,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94418
94418
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
94419
94419
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
94420
94420
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
94421
|
-
_id: stringType().default("
|
|
94421
|
+
_id: stringType().default("01KERTE117X31ZWNFXWT70CS10"),
|
|
94422
94422
|
display_name: stringType(),
|
|
94423
94423
|
description: stringType().optional(),
|
|
94424
94424
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -94441,7 +94441,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
94441
94441
|
});
|
|
94442
94442
|
});
|
|
94443
94443
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
94444
|
-
id: stringType().default("
|
|
94444
|
+
id: stringType().default("01KERTE117X31ZWNFXWT70CS10"),
|
|
94445
94445
|
displayName: stringType(),
|
|
94446
94446
|
description: stringType().optional(),
|
|
94447
94447
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -95054,8 +95054,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95054
95054
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
95055
95055
|
_id: stringType(),
|
|
95056
95056
|
description: stringType(),
|
|
95057
|
-
created: stringType().default("2026-01-
|
|
95058
|
-
updated: stringType().default("2026-01-
|
|
95057
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95058
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95059
95059
|
guardrail_config: unionType([
|
|
95060
95060
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
95061
95061
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -95072,8 +95072,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95072
95072
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
95073
95073
|
id: stringType(),
|
|
95074
95074
|
description: stringType(),
|
|
95075
|
-
created: stringType().default("2026-01-
|
|
95076
|
-
updated: stringType().default("2026-01-
|
|
95075
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95076
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95077
95077
|
guardrailConfig: unionType([
|
|
95078
95078
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
95079
95079
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -95144,8 +95144,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95144
95144
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
95145
95145
|
_id: stringType(),
|
|
95146
95146
|
description: stringType(),
|
|
95147
|
-
created: stringType().default("2026-01-
|
|
95148
|
-
updated: stringType().default("2026-01-
|
|
95147
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95148
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95149
95149
|
guardrail_config: unionType([
|
|
95150
95150
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
95151
95151
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -95164,8 +95164,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95164
95164
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
95165
95165
|
id: stringType(),
|
|
95166
95166
|
description: stringType(),
|
|
95167
|
-
created: stringType().default("2026-01-
|
|
95168
|
-
updated: stringType().default("2026-01-
|
|
95167
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95168
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95169
95169
|
guardrailConfig: unionType([
|
|
95170
95170
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
95171
95171
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -95520,8 +95520,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95520
95520
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
95521
95521
|
_id: stringType(),
|
|
95522
95522
|
description: stringType(),
|
|
95523
|
-
created: stringType().default("2026-01-
|
|
95524
|
-
updated: stringType().default("2026-01-
|
|
95523
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95524
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95525
95525
|
guardrail_config: unionType([
|
|
95526
95526
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
95527
95527
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -95572,8 +95572,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95572
95572
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
95573
95573
|
id: stringType(),
|
|
95574
95574
|
description: stringType(),
|
|
95575
|
-
created: stringType().default("2026-01-
|
|
95576
|
-
updated: stringType().default("2026-01-
|
|
95575
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95576
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95577
95577
|
guardrailConfig: unionType([
|
|
95578
95578
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
95579
95579
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -95676,8 +95676,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95676
95676
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
95677
95677
|
_id: stringType(),
|
|
95678
95678
|
description: stringType(),
|
|
95679
|
-
created: stringType().default("2026-01-
|
|
95680
|
-
updated: stringType().default("2026-01-
|
|
95679
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95680
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95681
95681
|
guardrail_config: unionType([
|
|
95682
95682
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
95683
95683
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -95694,8 +95694,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95694
95694
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
95695
95695
|
id: stringType(),
|
|
95696
95696
|
description: stringType(),
|
|
95697
|
-
created: stringType().default("2026-01-
|
|
95698
|
-
updated: stringType().default("2026-01-
|
|
95697
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95698
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95699
95699
|
guardrailConfig: unionType([
|
|
95700
95700
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
95701
95701
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -95766,8 +95766,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95766
95766
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
95767
95767
|
_id: stringType(),
|
|
95768
95768
|
description: stringType(),
|
|
95769
|
-
created: stringType().default("2026-01-
|
|
95770
|
-
updated: stringType().default("2026-01-
|
|
95769
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95770
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95771
95771
|
guardrail_config: unionType([
|
|
95772
95772
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
95773
95773
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -95787,8 +95787,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95787
95787
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
95788
95788
|
id: stringType(),
|
|
95789
95789
|
description: stringType(),
|
|
95790
|
-
created: stringType().default("2026-01-
|
|
95791
|
-
updated: stringType().default("2026-01-
|
|
95790
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95791
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95792
95792
|
guardrailConfig: unionType([
|
|
95793
95793
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
95794
95794
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -95860,8 +95860,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95860
95860
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
95861
95861
|
_id: stringType(),
|
|
95862
95862
|
description: stringType(),
|
|
95863
|
-
created: stringType().default("2026-01-
|
|
95864
|
-
updated: stringType().default("2026-01-
|
|
95863
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95864
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95865
95865
|
guardrail_config: unionType([
|
|
95866
95866
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
95867
95867
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -95878,8 +95878,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95878
95878
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
95879
95879
|
id: stringType(),
|
|
95880
95880
|
description: stringType(),
|
|
95881
|
-
created: stringType().default("2026-01-
|
|
95882
|
-
updated: stringType().default("2026-01-
|
|
95881
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95882
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95883
95883
|
guardrailConfig: unionType([
|
|
95884
95884
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
95885
95885
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -95948,8 +95948,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95948
95948
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
95949
95949
|
_id: stringType(),
|
|
95950
95950
|
description: stringType(),
|
|
95951
|
-
created: stringType().default("2026-01-
|
|
95952
|
-
updated: stringType().default("2026-01-
|
|
95951
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95952
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95953
95953
|
guardrail_config: unionType([
|
|
95954
95954
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
95955
95955
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -95967,8 +95967,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
95967
95967
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
95968
95968
|
id: stringType(),
|
|
95969
95969
|
description: stringType(),
|
|
95970
|
-
created: stringType().default("2026-01-
|
|
95971
|
-
updated: stringType().default("2026-01-
|
|
95970
|
+
created: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95971
|
+
updated: stringType().default("2026-01-12T10:01:00.116Z"),
|
|
95972
95972
|
guardrailConfig: unionType([
|
|
95973
95973
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
95974
95974
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -98474,13 +98474,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
98474
98474
|
required: arrayType(stringType()).optional()
|
|
98475
98475
|
});
|
|
98476
98476
|
RequestBodyTools$inboundSchema = objectType({
|
|
98477
|
-
id: stringType().default("
|
|
98477
|
+
id: stringType().default("01KERTE0KS83H11E31J6HZWMEQ"),
|
|
98478
98478
|
name: stringType(),
|
|
98479
98479
|
description: stringType().optional(),
|
|
98480
98480
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
98481
98481
|
});
|
|
98482
98482
|
RequestBodyTools$outboundSchema = objectType({
|
|
98483
|
-
id: stringType().default("
|
|
98483
|
+
id: stringType().default("01KERTE0KS83H11E31J6HZWMEQ"),
|
|
98484
98484
|
name: stringType(),
|
|
98485
98485
|
description: stringType().optional(),
|
|
98486
98486
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -98820,7 +98820,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98820
98820
|
code: stringType()
|
|
98821
98821
|
});
|
|
98822
98822
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
98823
|
-
_id: stringType().default("
|
|
98823
|
+
_id: stringType().default("tool_01KERTE0JZPNQXP7K42PXCJ36P"),
|
|
98824
98824
|
path: stringType(),
|
|
98825
98825
|
key: stringType(),
|
|
98826
98826
|
display_name: stringType().optional(),
|
|
@@ -98848,7 +98848,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98848
98848
|
});
|
|
98849
98849
|
});
|
|
98850
98850
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
98851
|
-
id: stringType().default("
|
|
98851
|
+
id: stringType().default("tool_01KERTE0JZPNQXP7K42PXCJ36P"),
|
|
98852
98852
|
path: stringType(),
|
|
98853
98853
|
key: stringType(),
|
|
98854
98854
|
displayName: stringType().optional(),
|
|
@@ -98898,13 +98898,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
98898
98898
|
required: arrayType(stringType()).optional()
|
|
98899
98899
|
});
|
|
98900
98900
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
98901
|
-
id: stringType().default("
|
|
98901
|
+
id: stringType().default("01KERTE0JVP8KWY22E2SA1RGEA"),
|
|
98902
98902
|
name: stringType(),
|
|
98903
98903
|
description: stringType().optional(),
|
|
98904
98904
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
98905
98905
|
});
|
|
98906
98906
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
98907
|
-
id: stringType().default("
|
|
98907
|
+
id: stringType().default("01KERTE0JVP8KWY22E2SA1RGEA"),
|
|
98908
98908
|
name: stringType(),
|
|
98909
98909
|
description: stringType().optional(),
|
|
98910
98910
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -98934,7 +98934,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98934
98934
|
});
|
|
98935
98935
|
});
|
|
98936
98936
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
98937
|
-
_id: stringType().default("
|
|
98937
|
+
_id: stringType().default("tool_01KERTE0JRPYACFRX0G37EYFKJ"),
|
|
98938
98938
|
path: stringType(),
|
|
98939
98939
|
key: stringType(),
|
|
98940
98940
|
display_name: stringType().optional(),
|
|
@@ -98961,7 +98961,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
98961
98961
|
});
|
|
98962
98962
|
});
|
|
98963
98963
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
98964
|
-
id: stringType().default("
|
|
98964
|
+
id: stringType().default("tool_01KERTE0JRPYACFRX0G37EYFKJ"),
|
|
98965
98965
|
path: stringType(),
|
|
98966
98966
|
key: stringType(),
|
|
98967
98967
|
displayName: stringType().optional(),
|
|
@@ -99048,7 +99048,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
99048
99048
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
99049
99049
|
});
|
|
99050
99050
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
99051
|
-
_id: stringType().default("
|
|
99051
|
+
_id: stringType().default("tool_01KERTE0JG0RYB1PD15A3CPS8K"),
|
|
99052
99052
|
path: stringType(),
|
|
99053
99053
|
key: stringType(),
|
|
99054
99054
|
display_name: stringType().optional(),
|
|
@@ -99075,7 +99075,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
99075
99075
|
});
|
|
99076
99076
|
});
|
|
99077
99077
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
99078
|
-
id: stringType().default("
|
|
99078
|
+
id: stringType().default("tool_01KERTE0JG0RYB1PD15A3CPS8K"),
|
|
99079
99079
|
path: stringType(),
|
|
99080
99080
|
key: stringType(),
|
|
99081
99081
|
displayName: stringType().optional(),
|
|
@@ -99134,7 +99134,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
99134
99134
|
strict: booleanType().optional()
|
|
99135
99135
|
});
|
|
99136
99136
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
99137
|
-
_id: stringType().default("
|
|
99137
|
+
_id: stringType().default("tool_01KERTE0J9CFR17GTK4TQ3EG6X"),
|
|
99138
99138
|
path: stringType(),
|
|
99139
99139
|
key: stringType(),
|
|
99140
99140
|
display_name: stringType().optional(),
|
|
@@ -99162,7 +99162,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
99162
99162
|
});
|
|
99163
99163
|
});
|
|
99164
99164
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
99165
|
-
id: stringType().default("
|
|
99165
|
+
id: stringType().default("tool_01KERTE0J9CFR17GTK4TQ3EG6X"),
|
|
99166
99166
|
path: stringType(),
|
|
99167
99167
|
key: stringType(),
|
|
99168
99168
|
displayName: stringType().optional(),
|
|
@@ -99224,7 +99224,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
99224
99224
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
99225
99225
|
});
|
|
99226
99226
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
99227
|
-
_id: stringType().default("
|
|
99227
|
+
_id: stringType().default("tool_01KERTE0J0V50X0AXX7MMM1TPK"),
|
|
99228
99228
|
path: stringType(),
|
|
99229
99229
|
key: stringType(),
|
|
99230
99230
|
display_name: stringType().optional(),
|
|
@@ -99251,7 +99251,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
99251
99251
|
});
|
|
99252
99252
|
});
|
|
99253
99253
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
99254
|
-
id: stringType().default("
|
|
99254
|
+
id: stringType().default("tool_01KERTE0J0V50X0AXX7MMM1TPK"),
|
|
99255
99255
|
path: stringType(),
|
|
99256
99256
|
key: stringType(),
|
|
99257
99257
|
displayName: stringType().optional(),
|
|
@@ -110364,7 +110364,7 @@ Updates a tool in the workspace.`,
|
|
|
110364
110364
|
function createMCPServer(deps) {
|
|
110365
110365
|
const server = new McpServer({
|
|
110366
110366
|
name: "Orq",
|
|
110367
|
-
version: "4.2.0-rc.
|
|
110367
|
+
version: "4.2.0-rc.22"
|
|
110368
110368
|
});
|
|
110369
110369
|
const client = new OrqCore({
|
|
110370
110370
|
apiKey: deps.apiKey,
|
|
@@ -111788,7 +111788,7 @@ var routes = rn({
|
|
|
111788
111788
|
var app = Ve(routes, {
|
|
111789
111789
|
name: "mcp",
|
|
111790
111790
|
versionInfo: {
|
|
111791
|
-
currentVersion: "4.2.0-rc.
|
|
111791
|
+
currentVersion: "4.2.0-rc.22"
|
|
111792
111792
|
}
|
|
111793
111793
|
});
|
|
111794
111794
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -111796,5 +111796,5 @@ export {
|
|
|
111796
111796
|
app
|
|
111797
111797
|
};
|
|
111798
111798
|
|
|
111799
|
-
//# debugId=
|
|
111799
|
+
//# debugId=F5A5F20B482DCE1464756E2164756E21
|
|
111800
111800
|
//# sourceMappingURL=mcp-server.js.map
|