@orq-ai/node 4.1.0-rc.35 → 4.1.0-rc.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +227 -227
- package/bin/mcp-server.js.map +43 -43
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/partdoneevent.js +2 -2
- package/models/components/reasoningpart.js +2 -2
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createconversation.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/generateconversationname.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrieveconversation.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.js +2 -2
- package/models/operations/streamrunagent.js +2 -2
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updateconversation.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/partdoneevent.ts +2 -2
- package/src/models/components/reasoningpart.ts +2 -2
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createconversation.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/generateconversationname.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrieveconversation.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +2 -2
- package/src/models/operations/streamrunagent.ts +2 -2
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updateconversation.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatetool.ts +14 -14
package/bin/mcp-server.js
CHANGED
|
@@ -34203,9 +34203,9 @@ var init_config = __esm(() => {
|
|
|
34203
34203
|
SDK_METADATA = {
|
|
34204
34204
|
language: "typescript",
|
|
34205
34205
|
openapiDocVersion: "2.0",
|
|
34206
|
-
sdkVersion: "4.1.0-rc.
|
|
34206
|
+
sdkVersion: "4.1.0-rc.36",
|
|
34207
34207
|
genVersion: "2.778.0",
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 4.1.0-rc.
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 4.1.0-rc.36 2.778.0 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -37974,7 +37974,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
37974
37974
|
});
|
|
37975
37975
|
});
|
|
37976
37976
|
ConversationResponse$inboundSchema = objectType({
|
|
37977
|
-
_id: stringType().default("
|
|
37977
|
+
_id: stringType().default("conv_01kc3pkd45a38qw2m76ej9qjt8"),
|
|
37978
37978
|
entity_id: stringType(),
|
|
37979
37979
|
kind: ConversationResponseKind$inboundSchema,
|
|
37980
37980
|
display_name: stringType(),
|
|
@@ -37995,7 +37995,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
37995
37995
|
});
|
|
37996
37996
|
});
|
|
37997
37997
|
ConversationResponse$outboundSchema = objectType({
|
|
37998
|
-
id: stringType().default("
|
|
37998
|
+
id: stringType().default("conv_01kc3pkd45a38qw2m76ej9qjt8"),
|
|
37999
37999
|
entityId: stringType(),
|
|
38000
38000
|
kind: ConversationResponseKind$outboundSchema,
|
|
38001
38001
|
displayName: stringType(),
|
|
@@ -39495,7 +39495,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
39495
39495
|
init_esm();
|
|
39496
39496
|
init_primitives();
|
|
39497
39497
|
ReasoningPart$inboundSchema = objectType({
|
|
39498
|
-
_id: stringType().default("
|
|
39498
|
+
_id: stringType().default("reasoning_01kc3pkcvyzgprjd3gbcb6tn44"),
|
|
39499
39499
|
metadata: recordType(anyType()).optional(),
|
|
39500
39500
|
kind: literalType("reasoning"),
|
|
39501
39501
|
reasoning: stringType(),
|
|
@@ -39506,7 +39506,7 @@ var init_reasoningpart = __esm(() => {
|
|
|
39506
39506
|
});
|
|
39507
39507
|
});
|
|
39508
39508
|
ReasoningPart$outboundSchema = objectType({
|
|
39509
|
-
id: stringType().default("
|
|
39509
|
+
id: stringType().default("reasoning_01kc3pkcvyzgprjd3gbcb6tn44"),
|
|
39510
39510
|
metadata: recordType(anyType()).optional(),
|
|
39511
39511
|
kind: literalType("reasoning"),
|
|
39512
39512
|
reasoning: stringType(),
|
|
@@ -39576,7 +39576,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
39576
39576
|
PartKind$inboundSchema = nativeEnumType(PartKind);
|
|
39577
39577
|
PartKind$outboundSchema = PartKind$inboundSchema;
|
|
39578
39578
|
PartReasoningPart$inboundSchema = objectType({
|
|
39579
|
-
_id: stringType().default("
|
|
39579
|
+
_id: stringType().default("reasoning_01kc3pkcw5hgrknt2w6eryn73r"),
|
|
39580
39580
|
metadata: recordType(anyType()).optional(),
|
|
39581
39581
|
kind: PartKind$inboundSchema,
|
|
39582
39582
|
reasoning: stringType(),
|
|
@@ -39587,7 +39587,7 @@ var init_partdoneevent = __esm(() => {
|
|
|
39587
39587
|
});
|
|
39588
39588
|
});
|
|
39589
39589
|
PartReasoningPart$outboundSchema = objectType({
|
|
39590
|
-
id: stringType().default("
|
|
39590
|
+
id: stringType().default("reasoning_01kc3pkcw5hgrknt2w6eryn73r"),
|
|
39591
39591
|
metadata: recordType(anyType()).optional(),
|
|
39592
39592
|
kind: PartKind$outboundSchema,
|
|
39593
39593
|
reasoning: stringType(),
|
|
@@ -42805,7 +42805,7 @@ var init_createbudget = __esm(() => {
|
|
|
42805
42805
|
is_active: booleanType(),
|
|
42806
42806
|
consumption: lazyType(() => Consumption$inboundSchema).optional(),
|
|
42807
42807
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
42808
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
42808
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
|
|
42809
42809
|
}).transform((v2) => {
|
|
42810
42810
|
return remap(v2, {
|
|
42811
42811
|
_id: "id",
|
|
@@ -42825,7 +42825,7 @@ var init_createbudget = __esm(() => {
|
|
|
42825
42825
|
isActive: booleanType(),
|
|
42826
42826
|
consumption: lazyType(() => Consumption$outboundSchema).optional(),
|
|
42827
42827
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
42828
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
42828
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
|
|
42829
42829
|
}).transform((v2) => {
|
|
42830
42830
|
return remap(v2, {
|
|
42831
42831
|
id: "_id",
|
|
@@ -42966,7 +42966,7 @@ var init_createcontact = __esm(() => {
|
|
|
42966
42966
|
tags: arrayType(stringType()).optional(),
|
|
42967
42967
|
metadata: recordType(anyType()).optional(),
|
|
42968
42968
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
42969
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
42969
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
42970
42970
|
}).transform((v2) => {
|
|
42971
42971
|
return remap(v2, {
|
|
42972
42972
|
_id: "id",
|
|
@@ -42986,7 +42986,7 @@ var init_createcontact = __esm(() => {
|
|
|
42986
42986
|
tags: arrayType(stringType()).optional(),
|
|
42987
42987
|
metadata: recordType(anyType()).optional(),
|
|
42988
42988
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
42989
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
42989
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
42990
42990
|
}).transform((v2) => {
|
|
42991
42991
|
return remap(v2, {
|
|
42992
42992
|
id: "_id",
|
|
@@ -43061,7 +43061,7 @@ var init_createconversation = __esm(() => {
|
|
|
43061
43061
|
});
|
|
43062
43062
|
});
|
|
43063
43063
|
CreateConversationResponseBody$inboundSchema = objectType({
|
|
43064
|
-
_id: stringType().default("
|
|
43064
|
+
_id: stringType().default("conv_01kc3pkd4709ft9xrmq3j52reh"),
|
|
43065
43065
|
entity_id: stringType(),
|
|
43066
43066
|
kind: CreateConversationKind$inboundSchema,
|
|
43067
43067
|
display_name: stringType(),
|
|
@@ -43082,7 +43082,7 @@ var init_createconversation = __esm(() => {
|
|
|
43082
43082
|
});
|
|
43083
43083
|
});
|
|
43084
43084
|
CreateConversationResponseBody$outboundSchema = objectType({
|
|
43085
|
-
id: stringType().default("
|
|
43085
|
+
id: stringType().default("conv_01kc3pkd4709ft9xrmq3j52reh"),
|
|
43086
43086
|
entityId: stringType(),
|
|
43087
43087
|
kind: CreateConversationKind$outboundSchema,
|
|
43088
43088
|
displayName: stringType(),
|
|
@@ -43152,7 +43152,7 @@ var init_createdataset = __esm(() => {
|
|
|
43152
43152
|
created_by_id: stringType().optional(),
|
|
43153
43153
|
updated_by_id: stringType().optional(),
|
|
43154
43154
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
43155
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
43155
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
43156
43156
|
}).transform((v2) => {
|
|
43157
43157
|
return remap(v2, {
|
|
43158
43158
|
_id: "id",
|
|
@@ -43172,7 +43172,7 @@ var init_createdataset = __esm(() => {
|
|
|
43172
43172
|
createdById: stringType().optional(),
|
|
43173
43173
|
updatedById: stringType().optional(),
|
|
43174
43174
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
43175
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
43175
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
43176
43176
|
}).transform((v2) => {
|
|
43177
43177
|
return remap(v2, {
|
|
43178
43178
|
id: "_id",
|
|
@@ -43908,7 +43908,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43908
43908
|
human_review_id: stringType(),
|
|
43909
43909
|
source: CreateDatasetItemEvaluationsSource$inboundSchema.default("orq"),
|
|
43910
43910
|
reviewed_by_id: stringType(),
|
|
43911
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
43911
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.231Z").transform((v2) => new Date(v2)),
|
|
43912
43912
|
type: literalType("string_array"),
|
|
43913
43913
|
values: arrayType(stringType())
|
|
43914
43914
|
}).transform((v2) => {
|
|
@@ -43925,7 +43925,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43925
43925
|
humanReviewId: stringType(),
|
|
43926
43926
|
source: CreateDatasetItemEvaluationsSource$outboundSchema.default("orq"),
|
|
43927
43927
|
reviewedById: stringType(),
|
|
43928
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
43928
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.231Z")).transform((v2) => v2.toISOString()),
|
|
43929
43929
|
type: literalType("string_array"),
|
|
43930
43930
|
values: arrayType(stringType())
|
|
43931
43931
|
}).transform((v2) => {
|
|
@@ -43946,7 +43946,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43946
43946
|
human_review_id: stringType(),
|
|
43947
43947
|
source: EvaluationsSource$inboundSchema.default("orq"),
|
|
43948
43948
|
reviewed_by_id: stringType(),
|
|
43949
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
43949
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.231Z").transform((v2) => new Date(v2)),
|
|
43950
43950
|
type: literalType("number"),
|
|
43951
43951
|
value: numberType()
|
|
43952
43952
|
}).transform((v2) => {
|
|
@@ -43963,7 +43963,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43963
43963
|
humanReviewId: stringType(),
|
|
43964
43964
|
source: EvaluationsSource$outboundSchema.default("orq"),
|
|
43965
43965
|
reviewedById: stringType(),
|
|
43966
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
43966
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.231Z")).transform((v2) => v2.toISOString()),
|
|
43967
43967
|
type: literalType("number"),
|
|
43968
43968
|
value: numberType()
|
|
43969
43969
|
}).transform((v2) => {
|
|
@@ -43984,7 +43984,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43984
43984
|
human_review_id: stringType(),
|
|
43985
43985
|
source: Source$inboundSchema.default("orq"),
|
|
43986
43986
|
reviewed_by_id: stringType(),
|
|
43987
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
43987
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.230Z").transform((v2) => new Date(v2)),
|
|
43988
43988
|
type: literalType("string"),
|
|
43989
43989
|
value: stringType()
|
|
43990
43990
|
}).transform((v2) => {
|
|
@@ -44001,7 +44001,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44001
44001
|
humanReviewId: stringType(),
|
|
44002
44002
|
source: Source$outboundSchema.default("orq"),
|
|
44003
44003
|
reviewedById: stringType(),
|
|
44004
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
44004
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.230Z")).transform((v2) => v2.toISOString()),
|
|
44005
44005
|
type: literalType("string"),
|
|
44006
44006
|
value: stringType()
|
|
44007
44007
|
}).transform((v2) => {
|
|
@@ -44044,7 +44044,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44044
44044
|
created_by_id: stringType().optional(),
|
|
44045
44045
|
updated_by_id: stringType().optional(),
|
|
44046
44046
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
44047
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
44047
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
44048
44048
|
}).transform((v2) => {
|
|
44049
44049
|
return remap(v2, {
|
|
44050
44050
|
_id: "id",
|
|
@@ -44078,7 +44078,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
44078
44078
|
createdById: stringType().optional(),
|
|
44079
44079
|
updatedById: stringType().optional(),
|
|
44080
44080
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
44081
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
44081
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
44082
44082
|
}).transform((v2) => {
|
|
44083
44083
|
return remap(v2, {
|
|
44084
44084
|
id: "_id",
|
|
@@ -44247,7 +44247,7 @@ var init_createdatasource = __esm(() => {
|
|
|
44247
44247
|
CreateDatasourceStatus$inboundSchema = nativeEnumType(CreateDatasourceStatus);
|
|
44248
44248
|
CreateDatasourceStatus$outboundSchema = CreateDatasourceStatus$inboundSchema;
|
|
44249
44249
|
CreateDatasourceResponseBody$inboundSchema = objectType({
|
|
44250
|
-
_id: stringType().default("
|
|
44250
|
+
_id: stringType().default("01KC3PKDJTEYC0C55T85VZ0879"),
|
|
44251
44251
|
display_name: stringType(),
|
|
44252
44252
|
description: stringType().optional(),
|
|
44253
44253
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -44270,7 +44270,7 @@ var init_createdatasource = __esm(() => {
|
|
|
44270
44270
|
});
|
|
44271
44271
|
});
|
|
44272
44272
|
CreateDatasourceResponseBody$outboundSchema = objectType({
|
|
44273
|
-
id: stringType().default("
|
|
44273
|
+
id: stringType().default("01KC3PKDJTEYC0C55T85VZ0879"),
|
|
44274
44274
|
displayName: stringType(),
|
|
44275
44275
|
description: stringType().optional(),
|
|
44276
44276
|
status: CreateDatasourceStatus$outboundSchema,
|
|
@@ -44757,8 +44757,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44757
44757
|
Typescript$inboundSchema = objectType({
|
|
44758
44758
|
_id: stringType(),
|
|
44759
44759
|
description: stringType(),
|
|
44760
|
-
created: stringType().default("2025-12-
|
|
44761
|
-
updated: stringType().default("2025-12-
|
|
44760
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44761
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44762
44762
|
guardrail_config: unionType([
|
|
44763
44763
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
44764
44764
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -44775,8 +44775,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44775
44775
|
Typescript$outboundSchema = objectType({
|
|
44776
44776
|
id: stringType(),
|
|
44777
44777
|
description: stringType(),
|
|
44778
|
-
created: stringType().default("2025-12-
|
|
44779
|
-
updated: stringType().default("2025-12-
|
|
44778
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44779
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44780
44780
|
guardrailConfig: unionType([
|
|
44781
44781
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
44782
44782
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -44827,8 +44827,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44827
44827
|
Ragas$inboundSchema = objectType({
|
|
44828
44828
|
_id: stringType(),
|
|
44829
44829
|
description: stringType(),
|
|
44830
|
-
created: stringType().default("2025-12-
|
|
44831
|
-
updated: stringType().default("2025-12-
|
|
44830
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44831
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44832
44832
|
guardrail_config: unionType([
|
|
44833
44833
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
44834
44834
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -44847,8 +44847,8 @@ var init_createeval2 = __esm(() => {
|
|
|
44847
44847
|
Ragas$outboundSchema = objectType({
|
|
44848
44848
|
id: stringType(),
|
|
44849
44849
|
description: stringType(),
|
|
44850
|
-
created: stringType().default("2025-12-
|
|
44851
|
-
updated: stringType().default("2025-12-
|
|
44850
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44851
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
44852
44852
|
guardrailConfig: unionType([
|
|
44853
44853
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
44854
44854
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -45183,8 +45183,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45183
45183
|
CreateEvalResponseBodyFunction$inboundSchema = objectType({
|
|
45184
45184
|
_id: stringType(),
|
|
45185
45185
|
description: stringType(),
|
|
45186
|
-
created: stringType().default("2025-12-
|
|
45187
|
-
updated: stringType().default("2025-12-
|
|
45186
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45187
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45188
45188
|
guardrail_config: unionType([
|
|
45189
45189
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
45190
45190
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -45235,8 +45235,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45235
45235
|
CreateEvalResponseBodyFunction$outboundSchema = objectType({
|
|
45236
45236
|
id: stringType(),
|
|
45237
45237
|
description: stringType(),
|
|
45238
|
-
created: stringType().default("2025-12-
|
|
45239
|
-
updated: stringType().default("2025-12-
|
|
45238
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45239
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45240
45240
|
guardrailConfig: unionType([
|
|
45241
45241
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
45242
45242
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -45319,8 +45319,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45319
45319
|
ResponseBodyPython$inboundSchema = objectType({
|
|
45320
45320
|
_id: stringType(),
|
|
45321
45321
|
description: stringType(),
|
|
45322
|
-
created: stringType().default("2025-12-
|
|
45323
|
-
updated: stringType().default("2025-12-
|
|
45322
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45323
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45324
45324
|
guardrail_config: unionType([
|
|
45325
45325
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
45326
45326
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -45337,8 +45337,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45337
45337
|
ResponseBodyPython$outboundSchema = objectType({
|
|
45338
45338
|
id: stringType(),
|
|
45339
45339
|
description: stringType(),
|
|
45340
|
-
created: stringType().default("2025-12-
|
|
45341
|
-
updated: stringType().default("2025-12-
|
|
45340
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45341
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45342
45342
|
guardrailConfig: unionType([
|
|
45343
45343
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
45344
45344
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -45389,8 +45389,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45389
45389
|
ResponseBodyHTTP$inboundSchema = objectType({
|
|
45390
45390
|
_id: stringType(),
|
|
45391
45391
|
description: stringType(),
|
|
45392
|
-
created: stringType().default("2025-12-
|
|
45393
|
-
updated: stringType().default("2025-12-
|
|
45392
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45393
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45394
45394
|
guardrail_config: unionType([
|
|
45395
45395
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
45396
45396
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -45410,8 +45410,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45410
45410
|
ResponseBodyHTTP$outboundSchema = objectType({
|
|
45411
45411
|
id: stringType(),
|
|
45412
45412
|
description: stringType(),
|
|
45413
|
-
created: stringType().default("2025-12-
|
|
45414
|
-
updated: stringType().default("2025-12-
|
|
45413
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45414
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45415
45415
|
guardrailConfig: unionType([
|
|
45416
45416
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
45417
45417
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -45463,8 +45463,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45463
45463
|
ResponseBodyJSON$inboundSchema = objectType({
|
|
45464
45464
|
_id: stringType(),
|
|
45465
45465
|
description: stringType(),
|
|
45466
|
-
created: stringType().default("2025-12-
|
|
45467
|
-
updated: stringType().default("2025-12-
|
|
45466
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45467
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45468
45468
|
guardrail_config: unionType([
|
|
45469
45469
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
45470
45470
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -45481,8 +45481,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45481
45481
|
ResponseBodyJSON$outboundSchema = objectType({
|
|
45482
45482
|
id: stringType(),
|
|
45483
45483
|
description: stringType(),
|
|
45484
|
-
created: stringType().default("2025-12-
|
|
45485
|
-
updated: stringType().default("2025-12-
|
|
45484
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45485
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45486
45486
|
guardrailConfig: unionType([
|
|
45487
45487
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
45488
45488
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -45531,8 +45531,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45531
45531
|
ResponseBodyLLM$inboundSchema = objectType({
|
|
45532
45532
|
_id: stringType(),
|
|
45533
45533
|
description: stringType(),
|
|
45534
|
-
created: stringType().default("2025-12-
|
|
45535
|
-
updated: stringType().default("2025-12-
|
|
45534
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45535
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45536
45536
|
guardrail_config: unionType([
|
|
45537
45537
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
45538
45538
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -45550,8 +45550,8 @@ var init_createeval2 = __esm(() => {
|
|
|
45550
45550
|
ResponseBodyLLM$outboundSchema = objectType({
|
|
45551
45551
|
id: stringType(),
|
|
45552
45552
|
description: stringType(),
|
|
45553
|
-
created: stringType().default("2025-12-
|
|
45554
|
-
updated: stringType().default("2025-12-
|
|
45553
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45554
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
45555
45555
|
guardrailConfig: unionType([
|
|
45556
45556
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
45557
45557
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -48164,7 +48164,7 @@ var init_createtool = __esm(() => {
|
|
|
48164
48164
|
code: stringType()
|
|
48165
48165
|
});
|
|
48166
48166
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
48167
|
-
_id: stringType().default("
|
|
48167
|
+
_id: stringType().default("tool_01KC3PKDDQWKGB2HFQ5B1ZMT9Z"),
|
|
48168
48168
|
path: stringType(),
|
|
48169
48169
|
key: stringType(),
|
|
48170
48170
|
display_name: stringType().optional(),
|
|
@@ -48192,7 +48192,7 @@ var init_createtool = __esm(() => {
|
|
|
48192
48192
|
});
|
|
48193
48193
|
});
|
|
48194
48194
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
48195
|
-
id: stringType().default("
|
|
48195
|
+
id: stringType().default("tool_01KC3PKDDQWKGB2HFQ5B1ZMT9Z"),
|
|
48196
48196
|
path: stringType(),
|
|
48197
48197
|
key: stringType(),
|
|
48198
48198
|
displayName: stringType().optional(),
|
|
@@ -48242,13 +48242,13 @@ var init_createtool = __esm(() => {
|
|
|
48242
48242
|
required: arrayType(stringType()).optional()
|
|
48243
48243
|
});
|
|
48244
48244
|
ResponseBodyTools$inboundSchema = objectType({
|
|
48245
|
-
id: stringType().default("
|
|
48245
|
+
id: stringType().default("01KC3PKDDPEN8RNXE9SDV1VVSZ"),
|
|
48246
48246
|
name: stringType(),
|
|
48247
48247
|
description: stringType().optional(),
|
|
48248
48248
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
48249
48249
|
});
|
|
48250
48250
|
ResponseBodyTools$outboundSchema = objectType({
|
|
48251
|
-
id: stringType().default("
|
|
48251
|
+
id: stringType().default("01KC3PKDDPEN8RNXE9SDV1VVSZ"),
|
|
48252
48252
|
name: stringType(),
|
|
48253
48253
|
description: stringType().optional(),
|
|
48254
48254
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -48278,7 +48278,7 @@ var init_createtool = __esm(() => {
|
|
|
48278
48278
|
});
|
|
48279
48279
|
});
|
|
48280
48280
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
48281
|
-
_id: stringType().default("
|
|
48281
|
+
_id: stringType().default("tool_01KC3PKDDK7EJEQ1SA0B0GHT59"),
|
|
48282
48282
|
path: stringType(),
|
|
48283
48283
|
key: stringType(),
|
|
48284
48284
|
display_name: stringType().optional(),
|
|
@@ -48305,7 +48305,7 @@ var init_createtool = __esm(() => {
|
|
|
48305
48305
|
});
|
|
48306
48306
|
});
|
|
48307
48307
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
48308
|
-
id: stringType().default("
|
|
48308
|
+
id: stringType().default("tool_01KC3PKDDK7EJEQ1SA0B0GHT59"),
|
|
48309
48309
|
path: stringType(),
|
|
48310
48310
|
key: stringType(),
|
|
48311
48311
|
displayName: stringType().optional(),
|
|
@@ -48392,7 +48392,7 @@ var init_createtool = __esm(() => {
|
|
|
48392
48392
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
48393
48393
|
});
|
|
48394
48394
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
48395
|
-
_id: stringType().default("
|
|
48395
|
+
_id: stringType().default("tool_01KC3PKDD7HZ9FNVRZ3X76E59S"),
|
|
48396
48396
|
path: stringType(),
|
|
48397
48397
|
key: stringType(),
|
|
48398
48398
|
display_name: stringType().optional(),
|
|
@@ -48419,7 +48419,7 @@ var init_createtool = __esm(() => {
|
|
|
48419
48419
|
});
|
|
48420
48420
|
});
|
|
48421
48421
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
48422
|
-
id: stringType().default("
|
|
48422
|
+
id: stringType().default("tool_01KC3PKDD7HZ9FNVRZ3X76E59S"),
|
|
48423
48423
|
path: stringType(),
|
|
48424
48424
|
key: stringType(),
|
|
48425
48425
|
displayName: stringType().optional(),
|
|
@@ -48478,7 +48478,7 @@ var init_createtool = __esm(() => {
|
|
|
48478
48478
|
strict: booleanType().optional()
|
|
48479
48479
|
});
|
|
48480
48480
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
48481
|
-
_id: stringType().default("
|
|
48481
|
+
_id: stringType().default("tool_01KC3PKDD4P0R3ZVDB26ZTJ3AS"),
|
|
48482
48482
|
path: stringType(),
|
|
48483
48483
|
key: stringType(),
|
|
48484
48484
|
display_name: stringType().optional(),
|
|
@@ -48506,7 +48506,7 @@ var init_createtool = __esm(() => {
|
|
|
48506
48506
|
});
|
|
48507
48507
|
});
|
|
48508
48508
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
48509
|
-
id: stringType().default("
|
|
48509
|
+
id: stringType().default("tool_01KC3PKDD4P0R3ZVDB26ZTJ3AS"),
|
|
48510
48510
|
path: stringType(),
|
|
48511
48511
|
key: stringType(),
|
|
48512
48512
|
displayName: stringType().optional(),
|
|
@@ -48568,7 +48568,7 @@ var init_createtool = __esm(() => {
|
|
|
48568
48568
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
48569
48569
|
});
|
|
48570
48570
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
48571
|
-
_id: stringType().default("
|
|
48571
|
+
_id: stringType().default("tool_01KC3PKDD2BSEHAEG0RYQ7ZJR5"),
|
|
48572
48572
|
path: stringType(),
|
|
48573
48573
|
key: stringType(),
|
|
48574
48574
|
display_name: stringType().optional(),
|
|
@@ -48595,7 +48595,7 @@ var init_createtool = __esm(() => {
|
|
|
48595
48595
|
});
|
|
48596
48596
|
});
|
|
48597
48597
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
48598
|
-
id: stringType().default("
|
|
48598
|
+
id: stringType().default("tool_01KC3PKDD2BSEHAEG0RYQ7ZJR5"),
|
|
48599
48599
|
path: stringType(),
|
|
48600
48600
|
key: stringType(),
|
|
48601
48601
|
displayName: stringType().optional(),
|
|
@@ -53712,7 +53712,7 @@ var init_fileget = __esm(() => {
|
|
|
53712
53712
|
bytes: numberType(),
|
|
53713
53713
|
file_name: stringType(),
|
|
53714
53714
|
workspace_id: stringType(),
|
|
53715
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53715
|
+
created: stringType().datetime({ offset: true }).default("2025-12-10T08:38:38.426Z").transform((v2) => new Date(v2))
|
|
53716
53716
|
}).transform((v2) => {
|
|
53717
53717
|
return remap(v2, {
|
|
53718
53718
|
_id: "id",
|
|
@@ -53728,7 +53728,7 @@ var init_fileget = __esm(() => {
|
|
|
53728
53728
|
bytes: numberType(),
|
|
53729
53729
|
fileName: stringType(),
|
|
53730
53730
|
workspaceId: stringType(),
|
|
53731
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53731
|
+
created: dateType().default(() => new Date("2025-12-10T08:38:38.426Z")).transform((v2) => v2.toISOString())
|
|
53732
53732
|
}).transform((v2) => {
|
|
53733
53733
|
return remap(v2, {
|
|
53734
53734
|
id: "_id",
|
|
@@ -53783,7 +53783,7 @@ var init_filelist = __esm(() => {
|
|
|
53783
53783
|
bytes: numberType(),
|
|
53784
53784
|
file_name: stringType(),
|
|
53785
53785
|
workspace_id: stringType(),
|
|
53786
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53786
|
+
created: stringType().datetime({ offset: true }).default("2025-12-10T08:38:38.426Z").transform((v2) => new Date(v2))
|
|
53787
53787
|
}).transform((v2) => {
|
|
53788
53788
|
return remap(v2, {
|
|
53789
53789
|
_id: "id",
|
|
@@ -53799,7 +53799,7 @@ var init_filelist = __esm(() => {
|
|
|
53799
53799
|
bytes: numberType(),
|
|
53800
53800
|
fileName: stringType(),
|
|
53801
53801
|
workspaceId: stringType(),
|
|
53802
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53802
|
+
created: dateType().default(() => new Date("2025-12-10T08:38:38.426Z")).transform((v2) => v2.toISOString())
|
|
53803
53803
|
}).transform((v2) => {
|
|
53804
53804
|
return remap(v2, {
|
|
53805
53805
|
id: "_id",
|
|
@@ -53907,7 +53907,7 @@ var init_fileupload = __esm(() => {
|
|
|
53907
53907
|
bytes: numberType(),
|
|
53908
53908
|
file_name: stringType(),
|
|
53909
53909
|
workspace_id: stringType(),
|
|
53910
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53910
|
+
created: stringType().datetime({ offset: true }).default("2025-12-10T08:38:38.426Z").transform((v2) => new Date(v2))
|
|
53911
53911
|
}).transform((v2) => {
|
|
53912
53912
|
return remap(v2, {
|
|
53913
53913
|
_id: "id",
|
|
@@ -53923,7 +53923,7 @@ var init_fileupload = __esm(() => {
|
|
|
53923
53923
|
bytes: numberType(),
|
|
53924
53924
|
fileName: stringType(),
|
|
53925
53925
|
workspaceId: stringType(),
|
|
53926
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53926
|
+
created: dateType().default(() => new Date("2025-12-10T08:38:38.426Z")).transform((v2) => v2.toISOString())
|
|
53927
53927
|
}).transform((v2) => {
|
|
53928
53928
|
return remap(v2, {
|
|
53929
53929
|
id: "_id",
|
|
@@ -53987,7 +53987,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
53987
53987
|
});
|
|
53988
53988
|
});
|
|
53989
53989
|
GenerateConversationNameResponseBody$inboundSchema2 = objectType({
|
|
53990
|
-
_id: stringType().default("
|
|
53990
|
+
_id: stringType().default("conv_01kc3pkd49angwcqy3ngdn6tsf"),
|
|
53991
53991
|
entity_id: stringType(),
|
|
53992
53992
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
53993
53993
|
display_name: stringType(),
|
|
@@ -54008,7 +54008,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
54008
54008
|
});
|
|
54009
54009
|
});
|
|
54010
54010
|
GenerateConversationNameResponseBody$outboundSchema2 = objectType({
|
|
54011
|
-
id: stringType().default("
|
|
54011
|
+
id: stringType().default("conv_01kc3pkd49angwcqy3ngdn6tsf"),
|
|
54012
54012
|
entityId: stringType(),
|
|
54013
54013
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
54014
54014
|
displayName: stringType(),
|
|
@@ -55050,7 +55050,7 @@ var init_getalltools = __esm(() => {
|
|
|
55050
55050
|
code: stringType()
|
|
55051
55051
|
});
|
|
55052
55052
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
55053
|
-
_id: stringType().default("
|
|
55053
|
+
_id: stringType().default("tool_01KC3PKDCNWBZ6XQMX37N9GVP2"),
|
|
55054
55054
|
path: stringType(),
|
|
55055
55055
|
key: stringType(),
|
|
55056
55056
|
display_name: stringType().optional(),
|
|
@@ -55078,7 +55078,7 @@ var init_getalltools = __esm(() => {
|
|
|
55078
55078
|
});
|
|
55079
55079
|
});
|
|
55080
55080
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
55081
|
-
id: stringType().default("
|
|
55081
|
+
id: stringType().default("tool_01KC3PKDCNWBZ6XQMX37N9GVP2"),
|
|
55082
55082
|
path: stringType(),
|
|
55083
55083
|
key: stringType(),
|
|
55084
55084
|
displayName: stringType().optional(),
|
|
@@ -55128,13 +55128,13 @@ var init_getalltools = __esm(() => {
|
|
|
55128
55128
|
required: arrayType(stringType()).optional()
|
|
55129
55129
|
});
|
|
55130
55130
|
DataTools$inboundSchema = objectType({
|
|
55131
|
-
id: stringType().default("
|
|
55131
|
+
id: stringType().default("01KC3PKDCMZ00K4QAGR9WZRB42"),
|
|
55132
55132
|
name: stringType(),
|
|
55133
55133
|
description: stringType().optional(),
|
|
55134
55134
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
55135
55135
|
});
|
|
55136
55136
|
DataTools$outboundSchema = objectType({
|
|
55137
|
-
id: stringType().default("
|
|
55137
|
+
id: stringType().default("01KC3PKDCMZ00K4QAGR9WZRB42"),
|
|
55138
55138
|
name: stringType(),
|
|
55139
55139
|
description: stringType().optional(),
|
|
55140
55140
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -55164,7 +55164,7 @@ var init_getalltools = __esm(() => {
|
|
|
55164
55164
|
});
|
|
55165
55165
|
});
|
|
55166
55166
|
DataMCPTool$inboundSchema = objectType({
|
|
55167
|
-
_id: stringType().default("
|
|
55167
|
+
_id: stringType().default("tool_01KC3PKDCKNQGYQXC7QW6F512T"),
|
|
55168
55168
|
path: stringType(),
|
|
55169
55169
|
key: stringType(),
|
|
55170
55170
|
display_name: stringType().optional(),
|
|
@@ -55191,7 +55191,7 @@ var init_getalltools = __esm(() => {
|
|
|
55191
55191
|
});
|
|
55192
55192
|
});
|
|
55193
55193
|
DataMCPTool$outboundSchema = objectType({
|
|
55194
|
-
id: stringType().default("
|
|
55194
|
+
id: stringType().default("tool_01KC3PKDCKNQGYQXC7QW6F512T"),
|
|
55195
55195
|
path: stringType(),
|
|
55196
55196
|
key: stringType(),
|
|
55197
55197
|
displayName: stringType().optional(),
|
|
@@ -55278,7 +55278,7 @@ var init_getalltools = __esm(() => {
|
|
|
55278
55278
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
55279
55279
|
});
|
|
55280
55280
|
DataHTTPTool$inboundSchema = objectType({
|
|
55281
|
-
_id: stringType().default("
|
|
55281
|
+
_id: stringType().default("tool_01KC3PKDCH5E9F7S1YQ1AAJ5E6"),
|
|
55282
55282
|
path: stringType(),
|
|
55283
55283
|
key: stringType(),
|
|
55284
55284
|
display_name: stringType().optional(),
|
|
@@ -55305,7 +55305,7 @@ var init_getalltools = __esm(() => {
|
|
|
55305
55305
|
});
|
|
55306
55306
|
});
|
|
55307
55307
|
DataHTTPTool$outboundSchema = objectType({
|
|
55308
|
-
id: stringType().default("
|
|
55308
|
+
id: stringType().default("tool_01KC3PKDCH5E9F7S1YQ1AAJ5E6"),
|
|
55309
55309
|
path: stringType(),
|
|
55310
55310
|
key: stringType(),
|
|
55311
55311
|
displayName: stringType().optional(),
|
|
@@ -55364,7 +55364,7 @@ var init_getalltools = __esm(() => {
|
|
|
55364
55364
|
strict: booleanType().optional()
|
|
55365
55365
|
});
|
|
55366
55366
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
55367
|
-
_id: stringType().default("
|
|
55367
|
+
_id: stringType().default("tool_01KC3PKDCFTC4M33ZFCZCSWN2B"),
|
|
55368
55368
|
path: stringType(),
|
|
55369
55369
|
key: stringType(),
|
|
55370
55370
|
display_name: stringType().optional(),
|
|
@@ -55392,7 +55392,7 @@ var init_getalltools = __esm(() => {
|
|
|
55392
55392
|
});
|
|
55393
55393
|
});
|
|
55394
55394
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
55395
|
-
id: stringType().default("
|
|
55395
|
+
id: stringType().default("tool_01KC3PKDCFTC4M33ZFCZCSWN2B"),
|
|
55396
55396
|
path: stringType(),
|
|
55397
55397
|
key: stringType(),
|
|
55398
55398
|
displayName: stringType().optional(),
|
|
@@ -55454,7 +55454,7 @@ var init_getalltools = __esm(() => {
|
|
|
55454
55454
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
55455
55455
|
});
|
|
55456
55456
|
DataFunctionTool$inboundSchema = objectType({
|
|
55457
|
-
_id: stringType().default("
|
|
55457
|
+
_id: stringType().default("tool_01KC3PKDCDSWNQ9E0GTRG7Y8AT"),
|
|
55458
55458
|
path: stringType(),
|
|
55459
55459
|
key: stringType(),
|
|
55460
55460
|
display_name: stringType().optional(),
|
|
@@ -55481,7 +55481,7 @@ var init_getalltools = __esm(() => {
|
|
|
55481
55481
|
});
|
|
55482
55482
|
});
|
|
55483
55483
|
DataFunctionTool$outboundSchema = objectType({
|
|
55484
|
-
id: stringType().default("
|
|
55484
|
+
id: stringType().default("tool_01KC3PKDCDSWNQ9E0GTRG7Y8AT"),
|
|
55485
55485
|
path: stringType(),
|
|
55486
55486
|
key: stringType(),
|
|
55487
55487
|
displayName: stringType().optional(),
|
|
@@ -55624,7 +55624,7 @@ var init_getbudget = __esm(() => {
|
|
|
55624
55624
|
is_active: booleanType(),
|
|
55625
55625
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
55626
55626
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55627
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
55627
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
|
|
55628
55628
|
}).transform((v2) => {
|
|
55629
55629
|
return remap(v2, {
|
|
55630
55630
|
_id: "id",
|
|
@@ -55644,7 +55644,7 @@ var init_getbudget = __esm(() => {
|
|
|
55644
55644
|
isActive: booleanType(),
|
|
55645
55645
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
55646
55646
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55647
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
55647
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
|
|
55648
55648
|
}).transform((v2) => {
|
|
55649
55649
|
return remap(v2, {
|
|
55650
55650
|
id: "_id",
|
|
@@ -55840,8 +55840,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55840
55840
|
DataTypescript$inboundSchema = objectType({
|
|
55841
55841
|
_id: stringType(),
|
|
55842
55842
|
description: stringType(),
|
|
55843
|
-
created: stringType().default("2025-12-
|
|
55844
|
-
updated: stringType().default("2025-12-
|
|
55843
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55844
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55845
55845
|
guardrail_config: unionType([
|
|
55846
55846
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
55847
55847
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -55858,8 +55858,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55858
55858
|
DataTypescript$outboundSchema = objectType({
|
|
55859
55859
|
id: stringType(),
|
|
55860
55860
|
description: stringType(),
|
|
55861
|
-
created: stringType().default("2025-12-
|
|
55862
|
-
updated: stringType().default("2025-12-
|
|
55861
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55862
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55863
55863
|
guardrailConfig: unionType([
|
|
55864
55864
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
55865
55865
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -55910,8 +55910,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55910
55910
|
DataRagas$inboundSchema = objectType({
|
|
55911
55911
|
_id: stringType(),
|
|
55912
55912
|
description: stringType(),
|
|
55913
|
-
created: stringType().default("2025-12-
|
|
55914
|
-
updated: stringType().default("2025-12-
|
|
55913
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55914
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55915
55915
|
guardrail_config: unionType([
|
|
55916
55916
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
55917
55917
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -55930,8 +55930,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55930
55930
|
DataRagas$outboundSchema = objectType({
|
|
55931
55931
|
id: stringType(),
|
|
55932
55932
|
description: stringType(),
|
|
55933
|
-
created: stringType().default("2025-12-
|
|
55934
|
-
updated: stringType().default("2025-12-
|
|
55933
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55934
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
55935
55935
|
guardrailConfig: unionType([
|
|
55936
55936
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
55937
55937
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -56266,8 +56266,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56266
56266
|
DataFunction$inboundSchema = objectType({
|
|
56267
56267
|
_id: stringType(),
|
|
56268
56268
|
description: stringType(),
|
|
56269
|
-
created: stringType().default("2025-12-
|
|
56270
|
-
updated: stringType().default("2025-12-
|
|
56269
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56270
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56271
56271
|
guardrail_config: unionType([
|
|
56272
56272
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
56273
56273
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -56318,8 +56318,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56318
56318
|
DataFunction$outboundSchema = objectType({
|
|
56319
56319
|
id: stringType(),
|
|
56320
56320
|
description: stringType(),
|
|
56321
|
-
created: stringType().default("2025-12-
|
|
56322
|
-
updated: stringType().default("2025-12-
|
|
56321
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56322
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56323
56323
|
guardrailConfig: unionType([
|
|
56324
56324
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
56325
56325
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -56402,8 +56402,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56402
56402
|
DataPython$inboundSchema = objectType({
|
|
56403
56403
|
_id: stringType(),
|
|
56404
56404
|
description: stringType(),
|
|
56405
|
-
created: stringType().default("2025-12-
|
|
56406
|
-
updated: stringType().default("2025-12-
|
|
56405
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56406
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56407
56407
|
guardrail_config: unionType([
|
|
56408
56408
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
56409
56409
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -56420,8 +56420,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56420
56420
|
DataPython$outboundSchema = objectType({
|
|
56421
56421
|
id: stringType(),
|
|
56422
56422
|
description: stringType(),
|
|
56423
|
-
created: stringType().default("2025-12-
|
|
56424
|
-
updated: stringType().default("2025-12-
|
|
56423
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56424
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56425
56425
|
guardrailConfig: unionType([
|
|
56426
56426
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
56427
56427
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -56472,8 +56472,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56472
56472
|
DataHTTP$inboundSchema = objectType({
|
|
56473
56473
|
_id: stringType(),
|
|
56474
56474
|
description: stringType(),
|
|
56475
|
-
created: stringType().default("2025-12-
|
|
56476
|
-
updated: stringType().default("2025-12-
|
|
56475
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56476
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56477
56477
|
guardrail_config: unionType([
|
|
56478
56478
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
56479
56479
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -56493,8 +56493,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56493
56493
|
DataHTTP$outboundSchema = objectType({
|
|
56494
56494
|
id: stringType(),
|
|
56495
56495
|
description: stringType(),
|
|
56496
|
-
created: stringType().default("2025-12-
|
|
56497
|
-
updated: stringType().default("2025-12-
|
|
56496
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56497
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56498
56498
|
guardrailConfig: unionType([
|
|
56499
56499
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
56500
56500
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -56546,8 +56546,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56546
56546
|
DataJSON$inboundSchema = objectType({
|
|
56547
56547
|
_id: stringType(),
|
|
56548
56548
|
description: stringType(),
|
|
56549
|
-
created: stringType().default("2025-12-
|
|
56550
|
-
updated: stringType().default("2025-12-
|
|
56549
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56550
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56551
56551
|
guardrail_config: unionType([
|
|
56552
56552
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
56553
56553
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -56564,8 +56564,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56564
56564
|
DataJSON$outboundSchema = objectType({
|
|
56565
56565
|
id: stringType(),
|
|
56566
56566
|
description: stringType(),
|
|
56567
|
-
created: stringType().default("2025-12-
|
|
56568
|
-
updated: stringType().default("2025-12-
|
|
56567
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56568
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56569
56569
|
guardrailConfig: unionType([
|
|
56570
56570
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
56571
56571
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -56614,8 +56614,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56614
56614
|
DataLLM$inboundSchema = objectType({
|
|
56615
56615
|
_id: stringType(),
|
|
56616
56616
|
description: stringType(),
|
|
56617
|
-
created: stringType().default("2025-12-
|
|
56618
|
-
updated: stringType().default("2025-12-
|
|
56617
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56618
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56619
56619
|
guardrail_config: unionType([
|
|
56620
56620
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
56621
56621
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -56633,8 +56633,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56633
56633
|
DataLLM$outboundSchema = objectType({
|
|
56634
56634
|
id: stringType(),
|
|
56635
56635
|
description: stringType(),
|
|
56636
|
-
created: stringType().default("2025-12-
|
|
56637
|
-
updated: stringType().default("2025-12-
|
|
56636
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56637
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
56638
56638
|
guardrailConfig: unionType([
|
|
56639
56639
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
56640
56640
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -59785,7 +59785,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59785
59785
|
is_active: booleanType(),
|
|
59786
59786
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
59787
59787
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59788
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
59788
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
|
|
59789
59789
|
}).transform((v2) => {
|
|
59790
59790
|
return remap(v2, {
|
|
59791
59791
|
_id: "id",
|
|
@@ -59803,7 +59803,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59803
59803
|
isActive: booleanType(),
|
|
59804
59804
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
59805
59805
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59806
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
59806
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
|
|
59807
59807
|
}).transform((v2) => {
|
|
59808
59808
|
return remap(v2, {
|
|
59809
59809
|
id: "_id",
|
|
@@ -60133,7 +60133,7 @@ var init_listcontacts = __esm(() => {
|
|
|
60133
60133
|
tags: arrayType(stringType()).optional(),
|
|
60134
60134
|
metadata: recordType(anyType()).optional(),
|
|
60135
60135
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60136
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60136
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2)),
|
|
60137
60137
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
60138
60138
|
}).transform((v2) => {
|
|
60139
60139
|
return remap(v2, {
|
|
@@ -60152,7 +60152,7 @@ var init_listcontacts = __esm(() => {
|
|
|
60152
60152
|
tags: arrayType(stringType()).optional(),
|
|
60153
60153
|
metadata: recordType(anyType()).optional(),
|
|
60154
60154
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60155
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60155
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString()),
|
|
60156
60156
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
60157
60157
|
}).transform((v2) => {
|
|
60158
60158
|
return remap(v2, {
|
|
@@ -60618,7 +60618,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60618
60618
|
human_review_id: stringType(),
|
|
60619
60619
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
60620
60620
|
reviewed_by_id: stringType(),
|
|
60621
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60621
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.203Z").transform((v2) => new Date(v2)),
|
|
60622
60622
|
type: literalType("string_array"),
|
|
60623
60623
|
values: arrayType(stringType())
|
|
60624
60624
|
}).transform((v2) => {
|
|
@@ -60635,7 +60635,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60635
60635
|
humanReviewId: stringType(),
|
|
60636
60636
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
60637
60637
|
reviewedById: stringType(),
|
|
60638
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60638
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.203Z")).transform((v2) => v2.toISOString()),
|
|
60639
60639
|
type: literalType("string_array"),
|
|
60640
60640
|
values: arrayType(stringType())
|
|
60641
60641
|
}).transform((v2) => {
|
|
@@ -60656,7 +60656,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60656
60656
|
human_review_id: stringType(),
|
|
60657
60657
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
60658
60658
|
reviewed_by_id: stringType(),
|
|
60659
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60659
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.203Z").transform((v2) => new Date(v2)),
|
|
60660
60660
|
type: literalType("number"),
|
|
60661
60661
|
value: numberType()
|
|
60662
60662
|
}).transform((v2) => {
|
|
@@ -60673,7 +60673,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60673
60673
|
humanReviewId: stringType(),
|
|
60674
60674
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
60675
60675
|
reviewedById: stringType(),
|
|
60676
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60676
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.203Z")).transform((v2) => v2.toISOString()),
|
|
60677
60677
|
type: literalType("number"),
|
|
60678
60678
|
value: numberType()
|
|
60679
60679
|
}).transform((v2) => {
|
|
@@ -60694,7 +60694,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60694
60694
|
human_review_id: stringType(),
|
|
60695
60695
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
60696
60696
|
reviewed_by_id: stringType(),
|
|
60697
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60697
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.202Z").transform((v2) => new Date(v2)),
|
|
60698
60698
|
type: literalType("string"),
|
|
60699
60699
|
value: stringType()
|
|
60700
60700
|
}).transform((v2) => {
|
|
@@ -60711,7 +60711,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60711
60711
|
humanReviewId: stringType(),
|
|
60712
60712
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
60713
60713
|
reviewedById: stringType(),
|
|
60714
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60714
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.202Z")).transform((v2) => v2.toISOString()),
|
|
60715
60715
|
type: literalType("string"),
|
|
60716
60716
|
value: stringType()
|
|
60717
60717
|
}).transform((v2) => {
|
|
@@ -60754,7 +60754,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60754
60754
|
created_by_id: stringType().optional(),
|
|
60755
60755
|
updated_by_id: stringType().optional(),
|
|
60756
60756
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60757
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60757
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
60758
60758
|
}).transform((v2) => {
|
|
60759
60759
|
return remap(v2, {
|
|
60760
60760
|
_id: "id",
|
|
@@ -60788,7 +60788,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60788
60788
|
createdById: stringType().optional(),
|
|
60789
60789
|
updatedById: stringType().optional(),
|
|
60790
60790
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60791
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60791
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
60792
60792
|
}).transform((v2) => {
|
|
60793
60793
|
return remap(v2, {
|
|
60794
60794
|
id: "_id",
|
|
@@ -60877,7 +60877,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60877
60877
|
created_by_id: stringType().optional(),
|
|
60878
60878
|
updated_by_id: stringType().optional(),
|
|
60879
60879
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60880
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60880
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
60881
60881
|
}).transform((v2) => {
|
|
60882
60882
|
return remap(v2, {
|
|
60883
60883
|
_id: "id",
|
|
@@ -60897,7 +60897,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60897
60897
|
createdById: stringType().optional(),
|
|
60898
60898
|
updatedById: stringType().optional(),
|
|
60899
60899
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60900
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60900
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
60901
60901
|
}).transform((v2) => {
|
|
60902
60902
|
return remap(v2, {
|
|
60903
60903
|
id: "_id",
|
|
@@ -60978,7 +60978,7 @@ var init_listdatasources = __esm(() => {
|
|
|
60978
60978
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
60979
60979
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
60980
60980
|
ListDatasourcesData$inboundSchema = objectType({
|
|
60981
|
-
_id: stringType().default("
|
|
60981
|
+
_id: stringType().default("01KC3PKDJQAEPDGY5FRZHFJDQ1"),
|
|
60982
60982
|
display_name: stringType(),
|
|
60983
60983
|
description: stringType().optional(),
|
|
60984
60984
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -61001,7 +61001,7 @@ var init_listdatasources = __esm(() => {
|
|
|
61001
61001
|
});
|
|
61002
61002
|
});
|
|
61003
61003
|
ListDatasourcesData$outboundSchema = objectType({
|
|
61004
|
-
id: stringType().default("
|
|
61004
|
+
id: stringType().default("01KC3PKDJQAEPDGY5FRZHFJDQ1"),
|
|
61005
61005
|
displayName: stringType(),
|
|
61006
61006
|
description: stringType().optional(),
|
|
61007
61007
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -63125,7 +63125,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63125
63125
|
tags: arrayType(stringType()).optional(),
|
|
63126
63126
|
metadata: recordType(anyType()).optional(),
|
|
63127
63127
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63128
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63128
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
63129
63129
|
}).transform((v2) => {
|
|
63130
63130
|
return remap(v2, {
|
|
63131
63131
|
_id: "id",
|
|
@@ -63143,7 +63143,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63143
63143
|
tags: arrayType(stringType()).optional(),
|
|
63144
63144
|
metadata: recordType(anyType()).optional(),
|
|
63145
63145
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63146
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63146
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
63147
63147
|
}).transform((v2) => {
|
|
63148
63148
|
return remap(v2, {
|
|
63149
63149
|
id: "_id",
|
|
@@ -63197,7 +63197,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
63197
63197
|
});
|
|
63198
63198
|
});
|
|
63199
63199
|
RetrieveConversationResponseBody$inboundSchema2 = objectType({
|
|
63200
|
-
_id: stringType().default("
|
|
63200
|
+
_id: stringType().default("conv_01kc3pkd4bbja31h18qhpca8e3"),
|
|
63201
63201
|
entity_id: stringType(),
|
|
63202
63202
|
kind: RetrieveConversationKind$inboundSchema,
|
|
63203
63203
|
display_name: stringType(),
|
|
@@ -63218,7 +63218,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
63218
63218
|
});
|
|
63219
63219
|
});
|
|
63220
63220
|
RetrieveConversationResponseBody$outboundSchema2 = objectType({
|
|
63221
|
-
id: stringType().default("
|
|
63221
|
+
id: stringType().default("conv_01kc3pkd4bbja31h18qhpca8e3"),
|
|
63222
63222
|
entityId: stringType(),
|
|
63223
63223
|
kind: RetrieveConversationKind$outboundSchema,
|
|
63224
63224
|
displayName: stringType(),
|
|
@@ -63614,7 +63614,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63614
63614
|
human_review_id: stringType(),
|
|
63615
63615
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
63616
63616
|
reviewed_by_id: stringType(),
|
|
63617
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63617
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.220Z").transform((v2) => new Date(v2)),
|
|
63618
63618
|
type: literalType("string_array"),
|
|
63619
63619
|
values: arrayType(stringType())
|
|
63620
63620
|
}).transform((v2) => {
|
|
@@ -63631,7 +63631,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63631
63631
|
humanReviewId: stringType(),
|
|
63632
63632
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
63633
63633
|
reviewedById: stringType(),
|
|
63634
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63634
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.220Z")).transform((v2) => v2.toISOString()),
|
|
63635
63635
|
type: literalType("string_array"),
|
|
63636
63636
|
values: arrayType(stringType())
|
|
63637
63637
|
}).transform((v2) => {
|
|
@@ -63652,7 +63652,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63652
63652
|
human_review_id: stringType(),
|
|
63653
63653
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
63654
63654
|
reviewed_by_id: stringType(),
|
|
63655
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63655
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.219Z").transform((v2) => new Date(v2)),
|
|
63656
63656
|
type: literalType("number"),
|
|
63657
63657
|
value: numberType()
|
|
63658
63658
|
}).transform((v2) => {
|
|
@@ -63669,7 +63669,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63669
63669
|
humanReviewId: stringType(),
|
|
63670
63670
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
63671
63671
|
reviewedById: stringType(),
|
|
63672
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63672
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.219Z")).transform((v2) => v2.toISOString()),
|
|
63673
63673
|
type: literalType("number"),
|
|
63674
63674
|
value: numberType()
|
|
63675
63675
|
}).transform((v2) => {
|
|
@@ -63690,7 +63690,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63690
63690
|
human_review_id: stringType(),
|
|
63691
63691
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
63692
63692
|
reviewed_by_id: stringType(),
|
|
63693
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63693
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.218Z").transform((v2) => new Date(v2)),
|
|
63694
63694
|
type: literalType("string"),
|
|
63695
63695
|
value: stringType()
|
|
63696
63696
|
}).transform((v2) => {
|
|
@@ -63707,7 +63707,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63707
63707
|
humanReviewId: stringType(),
|
|
63708
63708
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
63709
63709
|
reviewedById: stringType(),
|
|
63710
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63710
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.218Z")).transform((v2) => v2.toISOString()),
|
|
63711
63711
|
type: literalType("string"),
|
|
63712
63712
|
value: stringType()
|
|
63713
63713
|
}).transform((v2) => {
|
|
@@ -63750,7 +63750,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63750
63750
|
created_by_id: stringType().optional(),
|
|
63751
63751
|
updated_by_id: stringType().optional(),
|
|
63752
63752
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63753
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63753
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
63754
63754
|
}).transform((v2) => {
|
|
63755
63755
|
return remap(v2, {
|
|
63756
63756
|
_id: "id",
|
|
@@ -63784,7 +63784,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63784
63784
|
createdById: stringType().optional(),
|
|
63785
63785
|
updatedById: stringType().optional(),
|
|
63786
63786
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63787
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63787
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
63788
63788
|
}).transform((v2) => {
|
|
63789
63789
|
return remap(v2, {
|
|
63790
63790
|
id: "_id",
|
|
@@ -63844,7 +63844,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63844
63844
|
created_by_id: stringType().optional(),
|
|
63845
63845
|
updated_by_id: stringType().optional(),
|
|
63846
63846
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63847
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63847
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
63848
63848
|
}).transform((v2) => {
|
|
63849
63849
|
return remap(v2, {
|
|
63850
63850
|
_id: "id",
|
|
@@ -63864,7 +63864,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63864
63864
|
createdById: stringType().optional(),
|
|
63865
63865
|
updatedById: stringType().optional(),
|
|
63866
63866
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63867
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63867
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
63868
63868
|
}).transform((v2) => {
|
|
63869
63869
|
return remap(v2, {
|
|
63870
63870
|
id: "_id",
|
|
@@ -63910,7 +63910,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
63910
63910
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
63911
63911
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
63912
63912
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
63913
|
-
_id: stringType().default("
|
|
63913
|
+
_id: stringType().default("01KC3PKDJSZST0Y8QCEQQ696QN"),
|
|
63914
63914
|
display_name: stringType(),
|
|
63915
63915
|
description: stringType().optional(),
|
|
63916
63916
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -63933,7 +63933,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
63933
63933
|
});
|
|
63934
63934
|
});
|
|
63935
63935
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
63936
|
-
id: stringType().default("
|
|
63936
|
+
id: stringType().default("01KC3PKDJSZST0Y8QCEQQ696QN"),
|
|
63937
63937
|
displayName: stringType(),
|
|
63938
63938
|
description: stringType().optional(),
|
|
63939
63939
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -64272,7 +64272,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64272
64272
|
code: stringType()
|
|
64273
64273
|
});
|
|
64274
64274
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
64275
|
-
_id: stringType().default("
|
|
64275
|
+
_id: stringType().default("tool_01KC3PKDFJ4D3YPKZV4P1BQZFJ"),
|
|
64276
64276
|
path: stringType(),
|
|
64277
64277
|
key: stringType(),
|
|
64278
64278
|
display_name: stringType().optional(),
|
|
@@ -64300,7 +64300,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64300
64300
|
});
|
|
64301
64301
|
});
|
|
64302
64302
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
64303
|
-
id: stringType().default("
|
|
64303
|
+
id: stringType().default("tool_01KC3PKDFJ4D3YPKZV4P1BQZFJ"),
|
|
64304
64304
|
path: stringType(),
|
|
64305
64305
|
key: stringType(),
|
|
64306
64306
|
displayName: stringType().optional(),
|
|
@@ -64350,13 +64350,13 @@ var init_retrievetool = __esm(() => {
|
|
|
64350
64350
|
required: arrayType(stringType()).optional()
|
|
64351
64351
|
});
|
|
64352
64352
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
64353
|
-
id: stringType().default("
|
|
64353
|
+
id: stringType().default("01KC3PKDFJ2G1F5J861H3BN2YB"),
|
|
64354
64354
|
name: stringType(),
|
|
64355
64355
|
description: stringType().optional(),
|
|
64356
64356
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
64357
64357
|
});
|
|
64358
64358
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
64359
|
-
id: stringType().default("
|
|
64359
|
+
id: stringType().default("01KC3PKDFJ2G1F5J861H3BN2YB"),
|
|
64360
64360
|
name: stringType(),
|
|
64361
64361
|
description: stringType().optional(),
|
|
64362
64362
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -64386,7 +64386,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64386
64386
|
});
|
|
64387
64387
|
});
|
|
64388
64388
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
64389
|
-
_id: stringType().default("
|
|
64389
|
+
_id: stringType().default("tool_01KC3PKDFGTEYTMGWEDQEZ0NTK"),
|
|
64390
64390
|
path: stringType(),
|
|
64391
64391
|
key: stringType(),
|
|
64392
64392
|
display_name: stringType().optional(),
|
|
@@ -64413,7 +64413,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64413
64413
|
});
|
|
64414
64414
|
});
|
|
64415
64415
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
64416
|
-
id: stringType().default("
|
|
64416
|
+
id: stringType().default("tool_01KC3PKDFGTEYTMGWEDQEZ0NTK"),
|
|
64417
64417
|
path: stringType(),
|
|
64418
64418
|
key: stringType(),
|
|
64419
64419
|
displayName: stringType().optional(),
|
|
@@ -64500,7 +64500,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64500
64500
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
64501
64501
|
});
|
|
64502
64502
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
64503
|
-
_id: stringType().default("
|
|
64503
|
+
_id: stringType().default("tool_01KC3PKDF7QFNX93NKQBB8K1VH"),
|
|
64504
64504
|
path: stringType(),
|
|
64505
64505
|
key: stringType(),
|
|
64506
64506
|
display_name: stringType().optional(),
|
|
@@ -64527,7 +64527,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64527
64527
|
});
|
|
64528
64528
|
});
|
|
64529
64529
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
64530
|
-
id: stringType().default("
|
|
64530
|
+
id: stringType().default("tool_01KC3PKDF7QFNX93NKQBB8K1VH"),
|
|
64531
64531
|
path: stringType(),
|
|
64532
64532
|
key: stringType(),
|
|
64533
64533
|
displayName: stringType().optional(),
|
|
@@ -64586,7 +64586,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64586
64586
|
strict: booleanType().optional()
|
|
64587
64587
|
});
|
|
64588
64588
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
64589
|
-
_id: stringType().default("
|
|
64589
|
+
_id: stringType().default("tool_01KC3PKDF62XNQVR13MZPBYXPM"),
|
|
64590
64590
|
path: stringType(),
|
|
64591
64591
|
key: stringType(),
|
|
64592
64592
|
display_name: stringType().optional(),
|
|
@@ -64614,7 +64614,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64614
64614
|
});
|
|
64615
64615
|
});
|
|
64616
64616
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
64617
|
-
id: stringType().default("
|
|
64617
|
+
id: stringType().default("tool_01KC3PKDF62XNQVR13MZPBYXPM"),
|
|
64618
64618
|
path: stringType(),
|
|
64619
64619
|
key: stringType(),
|
|
64620
64620
|
displayName: stringType().optional(),
|
|
@@ -64676,7 +64676,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64676
64676
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
64677
64677
|
});
|
|
64678
64678
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
64679
|
-
_id: stringType().default("
|
|
64679
|
+
_id: stringType().default("tool_01KC3PKDF4H7BF4MS7T500H4WM"),
|
|
64680
64680
|
path: stringType(),
|
|
64681
64681
|
key: stringType(),
|
|
64682
64682
|
display_name: stringType().optional(),
|
|
@@ -64703,7 +64703,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64703
64703
|
});
|
|
64704
64704
|
});
|
|
64705
64705
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
64706
|
-
id: stringType().default("
|
|
64706
|
+
id: stringType().default("tool_01KC3PKDF4H7BF4MS7T500H4WM"),
|
|
64707
64707
|
path: stringType(),
|
|
64708
64708
|
key: stringType(),
|
|
64709
64709
|
displayName: stringType().optional(),
|
|
@@ -65481,13 +65481,13 @@ var init_runagent = __esm(() => {
|
|
|
65481
65481
|
required: arrayType(stringType()).optional()
|
|
65482
65482
|
});
|
|
65483
65483
|
Tools$inboundSchema2 = objectType({
|
|
65484
|
-
id: stringType().default("
|
|
65484
|
+
id: stringType().default("01KC3PKD0FNSQV194G2AR827BG"),
|
|
65485
65485
|
name: stringType(),
|
|
65486
65486
|
description: stringType().optional(),
|
|
65487
65487
|
schema: lazyType(() => Schema$inboundSchema)
|
|
65488
65488
|
});
|
|
65489
65489
|
Tools$outboundSchema2 = objectType({
|
|
65490
|
-
id: stringType().default("
|
|
65490
|
+
id: stringType().default("01KC3PKD0FNSQV194G2AR827BG"),
|
|
65491
65491
|
name: stringType(),
|
|
65492
65492
|
description: stringType().optional(),
|
|
65493
65493
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -67691,13 +67691,13 @@ var init_streamrunagent2 = __esm(() => {
|
|
|
67691
67691
|
required: arrayType(stringType()).optional()
|
|
67692
67692
|
});
|
|
67693
67693
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
67694
|
-
id: stringType().default("
|
|
67694
|
+
id: stringType().default("01KC3PKD2A2173E2KBR5YEKRBA"),
|
|
67695
67695
|
name: stringType(),
|
|
67696
67696
|
description: stringType().optional(),
|
|
67697
67697
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
67698
67698
|
});
|
|
67699
67699
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
67700
|
-
id: stringType().default("
|
|
67700
|
+
id: stringType().default("01KC3PKD2A2173E2KBR5YEKRBA"),
|
|
67701
67701
|
name: stringType(),
|
|
67702
67702
|
description: stringType().optional(),
|
|
67703
67703
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -70406,7 +70406,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70406
70406
|
is_active: booleanType(),
|
|
70407
70407
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
70408
70408
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70409
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
70409
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.548Z").transform((v2) => new Date(v2))
|
|
70410
70410
|
}).transform((v2) => {
|
|
70411
70411
|
return remap(v2, {
|
|
70412
70412
|
_id: "id",
|
|
@@ -70426,7 +70426,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70426
70426
|
isActive: booleanType(),
|
|
70427
70427
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
70428
70428
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70429
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
70429
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.548Z")).transform((v2) => v2.toISOString())
|
|
70430
70430
|
}).transform((v2) => {
|
|
70431
70431
|
return remap(v2, {
|
|
70432
70432
|
id: "_id",
|
|
@@ -70582,7 +70582,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
70582
70582
|
tags: arrayType(stringType()).optional(),
|
|
70583
70583
|
metadata: recordType(anyType()).optional(),
|
|
70584
70584
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70585
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
70585
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
70586
70586
|
}).transform((v2) => {
|
|
70587
70587
|
return remap(v2, {
|
|
70588
70588
|
_id: "id",
|
|
@@ -70600,7 +70600,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
70600
70600
|
tags: arrayType(stringType()).optional(),
|
|
70601
70601
|
metadata: recordType(anyType()).optional(),
|
|
70602
70602
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70603
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
70603
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
70604
70604
|
}).transform((v2) => {
|
|
70605
70605
|
return remap(v2, {
|
|
70606
70606
|
id: "_id",
|
|
@@ -70692,7 +70692,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
70692
70692
|
});
|
|
70693
70693
|
});
|
|
70694
70694
|
UpdateConversationResponseBody$inboundSchema2 = objectType({
|
|
70695
|
-
_id: stringType().default("
|
|
70695
|
+
_id: stringType().default("conv_01kc3pkd4chwb8emxha7g9cr7k"),
|
|
70696
70696
|
entity_id: stringType(),
|
|
70697
70697
|
kind: UpdateConversationKind$inboundSchema,
|
|
70698
70698
|
display_name: stringType(),
|
|
@@ -70713,7 +70713,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
70713
70713
|
});
|
|
70714
70714
|
});
|
|
70715
70715
|
UpdateConversationResponseBody$outboundSchema2 = objectType({
|
|
70716
|
-
id: stringType().default("
|
|
70716
|
+
id: stringType().default("conv_01kc3pkd4chwb8emxha7g9cr7k"),
|
|
70717
70717
|
entityId: stringType(),
|
|
70718
70718
|
kind: UpdateConversationKind$outboundSchema,
|
|
70719
70719
|
displayName: stringType(),
|
|
@@ -71462,7 +71462,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71462
71462
|
human_review_id: stringType(),
|
|
71463
71463
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
71464
71464
|
reviewed_by_id: stringType(),
|
|
71465
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71465
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.278Z").transform((v2) => new Date(v2)),
|
|
71466
71466
|
type: literalType("string_array"),
|
|
71467
71467
|
values: arrayType(stringType())
|
|
71468
71468
|
}).transform((v2) => {
|
|
@@ -71479,7 +71479,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71479
71479
|
humanReviewId: stringType(),
|
|
71480
71480
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
71481
71481
|
reviewedById: stringType(),
|
|
71482
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71482
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.278Z")).transform((v2) => v2.toISOString()),
|
|
71483
71483
|
type: literalType("string_array"),
|
|
71484
71484
|
values: arrayType(stringType())
|
|
71485
71485
|
}).transform((v2) => {
|
|
@@ -71500,7 +71500,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71500
71500
|
human_review_id: stringType(),
|
|
71501
71501
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
71502
71502
|
reviewed_by_id: stringType(),
|
|
71503
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71503
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.278Z").transform((v2) => new Date(v2)),
|
|
71504
71504
|
type: literalType("number"),
|
|
71505
71505
|
value: numberType()
|
|
71506
71506
|
}).transform((v2) => {
|
|
@@ -71517,7 +71517,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71517
71517
|
humanReviewId: stringType(),
|
|
71518
71518
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
71519
71519
|
reviewedById: stringType(),
|
|
71520
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71520
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.278Z")).transform((v2) => v2.toISOString()),
|
|
71521
71521
|
type: literalType("number"),
|
|
71522
71522
|
value: numberType()
|
|
71523
71523
|
}).transform((v2) => {
|
|
@@ -71538,7 +71538,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71538
71538
|
human_review_id: stringType(),
|
|
71539
71539
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
71540
71540
|
reviewed_by_id: stringType(),
|
|
71541
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71541
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-10T08:38:47.277Z").transform((v2) => new Date(v2)),
|
|
71542
71542
|
type: literalType("string"),
|
|
71543
71543
|
value: stringType()
|
|
71544
71544
|
}).transform((v2) => {
|
|
@@ -71555,7 +71555,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71555
71555
|
humanReviewId: stringType(),
|
|
71556
71556
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
71557
71557
|
reviewedById: stringType(),
|
|
71558
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71558
|
+
reviewedAt: dateType().default(() => new Date("2025-12-10T08:38:47.277Z")).transform((v2) => v2.toISOString()),
|
|
71559
71559
|
type: literalType("string"),
|
|
71560
71560
|
value: stringType()
|
|
71561
71561
|
}).transform((v2) => {
|
|
@@ -71598,7 +71598,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71598
71598
|
created_by_id: stringType().optional(),
|
|
71599
71599
|
updated_by_id: stringType().optional(),
|
|
71600
71600
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71601
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
71601
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
71602
71602
|
}).transform((v2) => {
|
|
71603
71603
|
return remap(v2, {
|
|
71604
71604
|
_id: "id",
|
|
@@ -71632,7 +71632,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71632
71632
|
createdById: stringType().optional(),
|
|
71633
71633
|
updatedById: stringType().optional(),
|
|
71634
71634
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71635
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
71635
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
71636
71636
|
}).transform((v2) => {
|
|
71637
71637
|
return remap(v2, {
|
|
71638
71638
|
id: "_id",
|
|
@@ -71716,7 +71716,7 @@ var init_updatedataset = __esm(() => {
|
|
|
71716
71716
|
created_by_id: stringType().optional(),
|
|
71717
71717
|
updated_by_id: stringType().optional(),
|
|
71718
71718
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71719
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
71719
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-10T08:38:35.196Z").transform((v2) => new Date(v2))
|
|
71720
71720
|
}).transform((v2) => {
|
|
71721
71721
|
return remap(v2, {
|
|
71722
71722
|
_id: "id",
|
|
@@ -71736,7 +71736,7 @@ var init_updatedataset = __esm(() => {
|
|
|
71736
71736
|
createdById: stringType().optional(),
|
|
71737
71737
|
updatedById: stringType().optional(),
|
|
71738
71738
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71739
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
71739
|
+
updated: dateType().default(() => new Date("2025-12-10T08:38:35.196Z")).transform((v2) => v2.toISOString())
|
|
71740
71740
|
}).transform((v2) => {
|
|
71741
71741
|
return remap(v2, {
|
|
71742
71742
|
id: "_id",
|
|
@@ -71800,7 +71800,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
71800
71800
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
71801
71801
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
71802
71802
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
71803
|
-
_id: stringType().default("
|
|
71803
|
+
_id: stringType().default("01KC3PKDJWMN3CS0Q6GGVTZG8C"),
|
|
71804
71804
|
display_name: stringType(),
|
|
71805
71805
|
description: stringType().optional(),
|
|
71806
71806
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -71823,7 +71823,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
71823
71823
|
});
|
|
71824
71824
|
});
|
|
71825
71825
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
71826
|
-
id: stringType().default("
|
|
71826
|
+
id: stringType().default("01KC3PKDJWMN3CS0Q6GGVTZG8C"),
|
|
71827
71827
|
displayName: stringType(),
|
|
71828
71828
|
description: stringType().optional(),
|
|
71829
71829
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -72336,8 +72336,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72336
72336
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
72337
72337
|
_id: stringType(),
|
|
72338
72338
|
description: stringType(),
|
|
72339
|
-
created: stringType().default("2025-12-
|
|
72340
|
-
updated: stringType().default("2025-12-
|
|
72339
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72340
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72341
72341
|
guardrail_config: unionType([
|
|
72342
72342
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
72343
72343
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -72354,8 +72354,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72354
72354
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
72355
72355
|
id: stringType(),
|
|
72356
72356
|
description: stringType(),
|
|
72357
|
-
created: stringType().default("2025-12-
|
|
72358
|
-
updated: stringType().default("2025-12-
|
|
72357
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72358
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72359
72359
|
guardrailConfig: unionType([
|
|
72360
72360
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
72361
72361
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -72406,8 +72406,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72406
72406
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
72407
72407
|
_id: stringType(),
|
|
72408
72408
|
description: stringType(),
|
|
72409
|
-
created: stringType().default("2025-12-
|
|
72410
|
-
updated: stringType().default("2025-12-
|
|
72409
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72410
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72411
72411
|
guardrail_config: unionType([
|
|
72412
72412
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
72413
72413
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -72426,8 +72426,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72426
72426
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
72427
72427
|
id: stringType(),
|
|
72428
72428
|
description: stringType(),
|
|
72429
|
-
created: stringType().default("2025-12-
|
|
72430
|
-
updated: stringType().default("2025-12-
|
|
72429
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72430
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72431
72431
|
guardrailConfig: unionType([
|
|
72432
72432
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
72433
72433
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -72762,8 +72762,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72762
72762
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
72763
72763
|
_id: stringType(),
|
|
72764
72764
|
description: stringType(),
|
|
72765
|
-
created: stringType().default("2025-12-
|
|
72766
|
-
updated: stringType().default("2025-12-
|
|
72765
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72766
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72767
72767
|
guardrail_config: unionType([
|
|
72768
72768
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
72769
72769
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -72814,8 +72814,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72814
72814
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
72815
72815
|
id: stringType(),
|
|
72816
72816
|
description: stringType(),
|
|
72817
|
-
created: stringType().default("2025-12-
|
|
72818
|
-
updated: stringType().default("2025-12-
|
|
72817
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72818
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72819
72819
|
guardrailConfig: unionType([
|
|
72820
72820
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
72821
72821
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -72898,8 +72898,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72898
72898
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
72899
72899
|
_id: stringType(),
|
|
72900
72900
|
description: stringType(),
|
|
72901
|
-
created: stringType().default("2025-12-
|
|
72902
|
-
updated: stringType().default("2025-12-
|
|
72901
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72902
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72903
72903
|
guardrail_config: unionType([
|
|
72904
72904
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
72905
72905
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -72916,8 +72916,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72916
72916
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
72917
72917
|
id: stringType(),
|
|
72918
72918
|
description: stringType(),
|
|
72919
|
-
created: stringType().default("2025-12-
|
|
72920
|
-
updated: stringType().default("2025-12-
|
|
72919
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72920
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72921
72921
|
guardrailConfig: unionType([
|
|
72922
72922
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
72923
72923
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -72968,8 +72968,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72968
72968
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
72969
72969
|
_id: stringType(),
|
|
72970
72970
|
description: stringType(),
|
|
72971
|
-
created: stringType().default("2025-12-
|
|
72972
|
-
updated: stringType().default("2025-12-
|
|
72971
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72972
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72973
72973
|
guardrail_config: unionType([
|
|
72974
72974
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
72975
72975
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -72989,8 +72989,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72989
72989
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
72990
72990
|
id: stringType(),
|
|
72991
72991
|
description: stringType(),
|
|
72992
|
-
created: stringType().default("2025-12-
|
|
72993
|
-
updated: stringType().default("2025-12-
|
|
72992
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72993
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
72994
72994
|
guardrailConfig: unionType([
|
|
72995
72995
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
72996
72996
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -73042,8 +73042,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73042
73042
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
73043
73043
|
_id: stringType(),
|
|
73044
73044
|
description: stringType(),
|
|
73045
|
-
created: stringType().default("2025-12-
|
|
73046
|
-
updated: stringType().default("2025-12-
|
|
73045
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73046
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73047
73047
|
guardrail_config: unionType([
|
|
73048
73048
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
73049
73049
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -73060,8 +73060,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73060
73060
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
73061
73061
|
id: stringType(),
|
|
73062
73062
|
description: stringType(),
|
|
73063
|
-
created: stringType().default("2025-12-
|
|
73064
|
-
updated: stringType().default("2025-12-
|
|
73063
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73064
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73065
73065
|
guardrailConfig: unionType([
|
|
73066
73066
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
73067
73067
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -73110,8 +73110,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73110
73110
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
73111
73111
|
_id: stringType(),
|
|
73112
73112
|
description: stringType(),
|
|
73113
|
-
created: stringType().default("2025-12-
|
|
73114
|
-
updated: stringType().default("2025-12-
|
|
73113
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73114
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73115
73115
|
guardrail_config: unionType([
|
|
73116
73116
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
73117
73117
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -73129,8 +73129,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73129
73129
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
73130
73130
|
id: stringType(),
|
|
73131
73131
|
description: stringType(),
|
|
73132
|
-
created: stringType().default("2025-12-
|
|
73133
|
-
updated: stringType().default("2025-12-
|
|
73132
|
+
created: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73133
|
+
updated: stringType().default("2025-12-10T08:38:37.306Z"),
|
|
73134
73134
|
guardrailConfig: unionType([
|
|
73135
73135
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
73136
73136
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -75642,13 +75642,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
75642
75642
|
required: arrayType(stringType()).optional()
|
|
75643
75643
|
});
|
|
75644
75644
|
RequestBodyTools$inboundSchema = objectType({
|
|
75645
|
-
id: stringType().default("
|
|
75645
|
+
id: stringType().default("01KC3PKDEHMHH0PMXBCMY9AG1V"),
|
|
75646
75646
|
name: stringType(),
|
|
75647
75647
|
description: stringType().optional(),
|
|
75648
75648
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
75649
75649
|
});
|
|
75650
75650
|
RequestBodyTools$outboundSchema = objectType({
|
|
75651
|
-
id: stringType().default("
|
|
75651
|
+
id: stringType().default("01KC3PKDEHMHH0PMXBCMY9AG1V"),
|
|
75652
75652
|
name: stringType(),
|
|
75653
75653
|
description: stringType().optional(),
|
|
75654
75654
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -75988,7 +75988,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
75988
75988
|
code: stringType()
|
|
75989
75989
|
});
|
|
75990
75990
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
75991
|
-
_id: stringType().default("
|
|
75991
|
+
_id: stringType().default("tool_01KC3PKDEBFGVZ26CPEV73096E"),
|
|
75992
75992
|
path: stringType(),
|
|
75993
75993
|
key: stringType(),
|
|
75994
75994
|
display_name: stringType().optional(),
|
|
@@ -76016,7 +76016,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76016
76016
|
});
|
|
76017
76017
|
});
|
|
76018
76018
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
76019
|
-
id: stringType().default("
|
|
76019
|
+
id: stringType().default("tool_01KC3PKDEBFGVZ26CPEV73096E"),
|
|
76020
76020
|
path: stringType(),
|
|
76021
76021
|
key: stringType(),
|
|
76022
76022
|
displayName: stringType().optional(),
|
|
@@ -76066,13 +76066,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
76066
76066
|
required: arrayType(stringType()).optional()
|
|
76067
76067
|
});
|
|
76068
76068
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
76069
|
-
id: stringType().default("
|
|
76069
|
+
id: stringType().default("01KC3PKDEANV1YVFQPB8WNKK4J"),
|
|
76070
76070
|
name: stringType(),
|
|
76071
76071
|
description: stringType().optional(),
|
|
76072
76072
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
76073
76073
|
});
|
|
76074
76074
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
76075
|
-
id: stringType().default("
|
|
76075
|
+
id: stringType().default("01KC3PKDEANV1YVFQPB8WNKK4J"),
|
|
76076
76076
|
name: stringType(),
|
|
76077
76077
|
description: stringType().optional(),
|
|
76078
76078
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -76102,7 +76102,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76102
76102
|
});
|
|
76103
76103
|
});
|
|
76104
76104
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
76105
|
-
_id: stringType().default("
|
|
76105
|
+
_id: stringType().default("tool_01KC3PKDE8J228YQ7ZH3F1G44Q"),
|
|
76106
76106
|
path: stringType(),
|
|
76107
76107
|
key: stringType(),
|
|
76108
76108
|
display_name: stringType().optional(),
|
|
@@ -76129,7 +76129,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76129
76129
|
});
|
|
76130
76130
|
});
|
|
76131
76131
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
76132
|
-
id: stringType().default("
|
|
76132
|
+
id: stringType().default("tool_01KC3PKDE8J228YQ7ZH3F1G44Q"),
|
|
76133
76133
|
path: stringType(),
|
|
76134
76134
|
key: stringType(),
|
|
76135
76135
|
displayName: stringType().optional(),
|
|
@@ -76216,7 +76216,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76216
76216
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
76217
76217
|
});
|
|
76218
76218
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
76219
|
-
_id: stringType().default("
|
|
76219
|
+
_id: stringType().default("tool_01KC3PKDE515RNTPZRZFXXZ41C"),
|
|
76220
76220
|
path: stringType(),
|
|
76221
76221
|
key: stringType(),
|
|
76222
76222
|
display_name: stringType().optional(),
|
|
@@ -76243,7 +76243,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76243
76243
|
});
|
|
76244
76244
|
});
|
|
76245
76245
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
76246
|
-
id: stringType().default("
|
|
76246
|
+
id: stringType().default("tool_01KC3PKDE515RNTPZRZFXXZ41C"),
|
|
76247
76247
|
path: stringType(),
|
|
76248
76248
|
key: stringType(),
|
|
76249
76249
|
displayName: stringType().optional(),
|
|
@@ -76302,7 +76302,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76302
76302
|
strict: booleanType().optional()
|
|
76303
76303
|
});
|
|
76304
76304
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
76305
|
-
_id: stringType().default("
|
|
76305
|
+
_id: stringType().default("tool_01KC3PKDE3RP4GPNKRGE5HANG5"),
|
|
76306
76306
|
path: stringType(),
|
|
76307
76307
|
key: stringType(),
|
|
76308
76308
|
display_name: stringType().optional(),
|
|
@@ -76330,7 +76330,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76330
76330
|
});
|
|
76331
76331
|
});
|
|
76332
76332
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
76333
|
-
id: stringType().default("
|
|
76333
|
+
id: stringType().default("tool_01KC3PKDE3RP4GPNKRGE5HANG5"),
|
|
76334
76334
|
path: stringType(),
|
|
76335
76335
|
key: stringType(),
|
|
76336
76336
|
displayName: stringType().optional(),
|
|
@@ -76392,7 +76392,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76392
76392
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
76393
76393
|
});
|
|
76394
76394
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
76395
|
-
_id: stringType().default("
|
|
76395
|
+
_id: stringType().default("tool_01KC3PKDE0DT1WNCF1F0PS89YB"),
|
|
76396
76396
|
path: stringType(),
|
|
76397
76397
|
key: stringType(),
|
|
76398
76398
|
display_name: stringType().optional(),
|
|
@@ -76419,7 +76419,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76419
76419
|
});
|
|
76420
76420
|
});
|
|
76421
76421
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
76422
|
-
id: stringType().default("
|
|
76422
|
+
id: stringType().default("tool_01KC3PKDE0DT1WNCF1F0PS89YB"),
|
|
76423
76423
|
path: stringType(),
|
|
76424
76424
|
key: stringType(),
|
|
76425
76425
|
displayName: stringType().optional(),
|
|
@@ -87417,7 +87417,7 @@ Updates a tool in the workspace.`,
|
|
|
87417
87417
|
function createMCPServer(deps) {
|
|
87418
87418
|
const server = new McpServer({
|
|
87419
87419
|
name: "Orq",
|
|
87420
|
-
version: "4.1.0-rc.
|
|
87420
|
+
version: "4.1.0-rc.36"
|
|
87421
87421
|
});
|
|
87422
87422
|
const client = new OrqCore({
|
|
87423
87423
|
apiKey: deps.apiKey,
|
|
@@ -88839,7 +88839,7 @@ var routes = rn({
|
|
|
88839
88839
|
var app = Ve(routes, {
|
|
88840
88840
|
name: "mcp",
|
|
88841
88841
|
versionInfo: {
|
|
88842
|
-
currentVersion: "4.1.0-rc.
|
|
88842
|
+
currentVersion: "4.1.0-rc.36"
|
|
88843
88843
|
}
|
|
88844
88844
|
});
|
|
88845
88845
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -88847,5 +88847,5 @@ export {
|
|
|
88847
88847
|
app
|
|
88848
88848
|
};
|
|
88849
88849
|
|
|
88850
|
-
//# debugId=
|
|
88850
|
+
//# debugId=210344EE145311E564756E2164756E21
|
|
88851
88851
|
//# sourceMappingURL=mcp-server.js.map
|