@orq-ai/node 4.1.0-rc.35 → 4.1.0-rc.37
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 +284 -272
- package/bin/mcp-server.js.map +59 -59
- package/examples/package-lock.json +1 -1
- package/funcs/budgetsList.d.ts +1 -1
- package/funcs/budgetsList.js +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/mcp-server/tools/budgetsList.js +1 -1
- package/mcp-server/tools/budgetsList.js.map +1 -1
- package/models/components/conversationresponse.js +2 -2
- package/models/components/invokedeploymentrequest.d.ts +4 -4
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +4 -4
- package/models/components/invokedeploymentrequest.js.map +1 -1
- 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.d.ts +4 -4
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +12 -12
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.js +28 -28
- package/models/operations/createprompt.d.ts +3 -2
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +3 -2
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentcreatemetric.d.ts +4 -4
- package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
- package/models/operations/deploymentcreatemetric.js +4 -4
- package/models/operations/deploymentcreatemetric.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +4 -4
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +4 -4
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +1 -0
- package/models/operations/deploymentinvoke.d.ts.map +1 -1
- package/models/operations/deploymentinvoke.js +1 -0
- package/models/operations/deploymentinvoke.js.map +1 -1
- package/models/operations/deployments.d.ts +1 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +1 -0
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +5 -4
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +5 -4
- package/models/operations/deploymentstream.js.map +1 -1
- 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/getallprompts.d.ts +1 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +1 -0
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +1 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +1 -0
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +1 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +1 -0
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listbudgets.d.ts +4 -3
- package/models/operations/listbudgets.d.ts.map +1 -1
- package/models/operations/listbudgets.js +4 -3
- package/models/operations/listbudgets.js.map +1 -1
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.d.ts +2 -2
- package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
- package/models/operations/listdatasetdatapoints.js +10 -10
- package/models/operations/listdatasetdatapoints.js.map +1 -1
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +1 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +1 -0
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrieveconversation.js +2 -2
- package/models/operations/retrievedatapoint.d.ts +2 -2
- package/models/operations/retrievedatapoint.d.ts.map +1 -1
- package/models/operations/retrievedatapoint.js +10 -10
- package/models/operations/retrievedatapoint.js.map +1 -1
- 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.d.ts +4 -4
- package/models/operations/updatedatapoint.d.ts.map +1 -1
- package/models/operations/updatedatapoint.js +12 -12
- package/models/operations/updatedatapoint.js.map +1 -1
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +1 -0
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +1 -0
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +4 -2
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +4 -2
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/sdk/budgets.d.ts +1 -1
- package/sdk/budgets.js +1 -1
- package/src/funcs/budgetsList.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/budgetsList.ts +1 -1
- package/src/models/components/conversationresponse.ts +2 -2
- package/src/models/components/invokedeploymentrequest.ts +8 -8
- 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 +16 -16
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +28 -28
- package/src/models/operations/createprompt.ts +5 -4
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentcreatemetric.ts +8 -8
- package/src/models/operations/deploymentgetconfig.ts +8 -8
- package/src/models/operations/deploymentinvoke.ts +1 -0
- package/src/models/operations/deployments.ts +1 -0
- package/src/models/operations/deploymentstream.ts +9 -8
- 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/getallprompts.ts +1 -0
- 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/getoneprompt.ts +1 -0
- package/src/models/operations/getpromptversion.ts +1 -0
- package/src/models/operations/listbudgets.ts +6 -5
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +12 -12
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +1 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrieveconversation.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +12 -12
- 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 +16 -16
- 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/updatememorystore.ts +1 -0
- package/src/models/operations/updateprompt.ts +6 -4
- package/src/models/operations/updatetool.ts +14 -14
- package/src/sdk/budgets.ts +1 -1
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.
|
|
34207
|
-
genVersion: "2.
|
|
34208
|
-
userAgent: "speakeasy-sdk/typescript 4.1.0-rc.
|
|
34206
|
+
sdkVersion: "4.1.0-rc.37",
|
|
34207
|
+
genVersion: "2.779.2",
|
|
34208
|
+
userAgent: "speakeasy-sdk/typescript 4.1.0-rc.37 2.779.2 2.0 @orq-ai/node"
|
|
34209
34209
|
};
|
|
34210
34210
|
});
|
|
34211
34211
|
|
|
@@ -37974,7 +37974,7 @@ var init_conversationresponse = __esm(() => {
|
|
|
37974
37974
|
});
|
|
37975
37975
|
});
|
|
37976
37976
|
ConversationResponse$inboundSchema = objectType({
|
|
37977
|
-
_id: stringType().default("
|
|
37977
|
+
_id: stringType().default("conv_01kc5wjpa8s3619pt00x575mrz"),
|
|
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_01kc5wjpa8s3619pt00x575mrz"),
|
|
37999
37999
|
entityId: stringType(),
|
|
38000
38000
|
kind: ConversationResponseKind$outboundSchema,
|
|
38001
38001
|
displayName: stringType(),
|
|
@@ -38468,7 +38468,7 @@ var init_invokedeploymentrequest = __esm(() => {
|
|
|
38468
38468
|
ToolMessage$inboundSchema = objectType({
|
|
38469
38469
|
role: literalType("tool"),
|
|
38470
38470
|
content: unionType([stringType(), arrayType(TextContentPartSchema$inboundSchema)]),
|
|
38471
|
-
tool_call_id: stringType(),
|
|
38471
|
+
tool_call_id: nullableType(stringType()),
|
|
38472
38472
|
cache_control: lazyType(() => PrefixMessagesCacheControl$inboundSchema).optional()
|
|
38473
38473
|
}).transform((v2) => {
|
|
38474
38474
|
return remap(v2, {
|
|
@@ -38479,7 +38479,7 @@ var init_invokedeploymentrequest = __esm(() => {
|
|
|
38479
38479
|
ToolMessage$outboundSchema = objectType({
|
|
38480
38480
|
role: literalType("tool"),
|
|
38481
38481
|
content: unionType([stringType(), arrayType(TextContentPartSchema$outboundSchema)]),
|
|
38482
|
-
toolCallId: stringType(),
|
|
38482
|
+
toolCallId: nullableType(stringType()),
|
|
38483
38483
|
cacheControl: lazyType(() => PrefixMessagesCacheControl$outboundSchema).optional()
|
|
38484
38484
|
}).transform((v2) => {
|
|
38485
38485
|
return remap(v2, {
|
|
@@ -38734,7 +38734,7 @@ var init_invokedeploymentrequest = __esm(() => {
|
|
|
38734
38734
|
MessagesToolMessage$inboundSchema = objectType({
|
|
38735
38735
|
role: literalType("tool"),
|
|
38736
38736
|
content: unionType([stringType(), arrayType(TextContentPartSchema$inboundSchema)]),
|
|
38737
|
-
tool_call_id: stringType(),
|
|
38737
|
+
tool_call_id: nullableType(stringType()),
|
|
38738
38738
|
cache_control: lazyType(() => MessagesCacheControl$inboundSchema).optional()
|
|
38739
38739
|
}).transform((v2) => {
|
|
38740
38740
|
return remap(v2, {
|
|
@@ -38745,7 +38745,7 @@ var init_invokedeploymentrequest = __esm(() => {
|
|
|
38745
38745
|
MessagesToolMessage$outboundSchema = objectType({
|
|
38746
38746
|
role: literalType("tool"),
|
|
38747
38747
|
content: unionType([stringType(), arrayType(TextContentPartSchema$outboundSchema)]),
|
|
38748
|
-
toolCallId: stringType(),
|
|
38748
|
+
toolCallId: nullableType(stringType()),
|
|
38749
38749
|
cacheControl: lazyType(() => MessagesCacheControl$outboundSchema).optional()
|
|
38750
38750
|
}).transform((v2) => {
|
|
38751
38751
|
return remap(v2, {
|
|
@@ -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_01kc5wjnz6sb3n8nw5vcyj6j25"),
|
|
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_01kc5wjnz6sb3n8nw5vcyj6j25"),
|
|
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_01kc5wjnzevxfamg8gm7q565fw"),
|
|
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_01kc5wjnzevxfamg8gm7q565fw"),
|
|
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-11T05:01:28.677Z").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-11T05:01:28.677Z")).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-11T05:01:28.270Z").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-11T05:01:28.270Z")).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_01kc5wjpaaj5js0ymrnarcst3f"),
|
|
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_01kc5wjpaaj5js0ymrnarcst3f"),
|
|
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-11T05:01:28.270Z").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-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
43176
43176
|
}).transform((v2) => {
|
|
43177
43177
|
return remap(v2, {
|
|
43178
43178
|
id: "_id",
|
|
@@ -43272,7 +43272,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43272
43272
|
stringType(),
|
|
43273
43273
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
43274
43274
|
]),
|
|
43275
|
-
tool_call_id: stringType(),
|
|
43275
|
+
tool_call_id: nullableType(stringType()),
|
|
43276
43276
|
cache_control: lazyType(() => CreateDatasetItemMessagesCacheControl$inboundSchema).optional()
|
|
43277
43277
|
}).transform((v2) => {
|
|
43278
43278
|
return remap(v2, {
|
|
@@ -43286,7 +43286,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43286
43286
|
stringType(),
|
|
43287
43287
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
43288
43288
|
]),
|
|
43289
|
-
toolCallId: stringType(),
|
|
43289
|
+
toolCallId: nullableType(stringType()),
|
|
43290
43290
|
cacheControl: lazyType(() => CreateDatasetItemMessagesCacheControl$outboundSchema).optional()
|
|
43291
43291
|
}).transform((v2) => {
|
|
43292
43292
|
return remap(v2, {
|
|
@@ -43622,7 +43622,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43622
43622
|
stringType(),
|
|
43623
43623
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
43624
43624
|
]),
|
|
43625
|
-
tool_call_id: stringType(),
|
|
43625
|
+
tool_call_id: nullableType(stringType()),
|
|
43626
43626
|
cache_control: lazyType(() => CreateDatasetItemMessagesDatasetsCacheControl$inboundSchema).optional()
|
|
43627
43627
|
}).transform((v2) => {
|
|
43628
43628
|
return remap(v2, {
|
|
@@ -43636,7 +43636,7 @@ var init_createdatasetitem = __esm(() => {
|
|
|
43636
43636
|
stringType(),
|
|
43637
43637
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
43638
43638
|
]),
|
|
43639
|
-
toolCallId: stringType(),
|
|
43639
|
+
toolCallId: nullableType(stringType()),
|
|
43640
43640
|
cacheControl: lazyType(() => CreateDatasetItemMessagesDatasetsCacheControl$outboundSchema).optional()
|
|
43641
43641
|
}).transform((v2) => {
|
|
43642
43642
|
return remap(v2, {
|
|
@@ -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-11T05:01:44.186Z").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-11T05:01:44.186Z")).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-11T05:01:44.185Z").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-11T05:01:44.185Z")).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-11T05:01:44.184Z").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-11T05:01:44.184Z")).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-11T05:01:28.270Z").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-11T05:01:28.270Z")).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("01KC5WJPRCTZTAHDQQ18B736WM"),
|
|
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("01KC5WJPRCTZTAHDQQ18B736WM"),
|
|
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-11T05:01:30.691Z"),
|
|
44761
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
44779
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
44831
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
44851
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45187
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45239
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45323
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45341
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45393
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45414
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45467
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45485
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45535
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
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-11T05:01:30.691Z"),
|
|
45554
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
45555
45555
|
guardrailConfig: unionType([
|
|
45556
45556
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
45557
45557
|
lazyType(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -46494,7 +46494,8 @@ var init_createprompt = __esm(() => {
|
|
|
46494
46494
|
Mistral: "mistral",
|
|
46495
46495
|
Deepseek: "deepseek",
|
|
46496
46496
|
Contextualai: "contextualai",
|
|
46497
|
-
Moonshotai: "moonshotai"
|
|
46497
|
+
Moonshotai: "moonshotai",
|
|
46498
|
+
Zai: "zai"
|
|
46498
46499
|
};
|
|
46499
46500
|
CreatePromptPromptsRole = {
|
|
46500
46501
|
System: "system",
|
|
@@ -46898,7 +46899,7 @@ var init_createprompt = __esm(() => {
|
|
|
46898
46899
|
stringType(),
|
|
46899
46900
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
46900
46901
|
]),
|
|
46901
|
-
tool_call_id: stringType(),
|
|
46902
|
+
tool_call_id: nullableType(stringType()),
|
|
46902
46903
|
cache_control: lazyType(() => CreatePromptMessagesCacheControl$inboundSchema).optional()
|
|
46903
46904
|
}).transform((v2) => {
|
|
46904
46905
|
return remap(v2, {
|
|
@@ -46912,7 +46913,7 @@ var init_createprompt = __esm(() => {
|
|
|
46912
46913
|
stringType(),
|
|
46913
46914
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
46914
46915
|
]),
|
|
46915
|
-
toolCallId: stringType(),
|
|
46916
|
+
toolCallId: nullableType(stringType()),
|
|
46916
46917
|
cacheControl: lazyType(() => CreatePromptMessagesCacheControl$outboundSchema).optional()
|
|
46917
46918
|
}).transform((v2) => {
|
|
46918
46919
|
return remap(v2, {
|
|
@@ -48164,7 +48165,7 @@ var init_createtool = __esm(() => {
|
|
|
48164
48165
|
code: stringType()
|
|
48165
48166
|
});
|
|
48166
48167
|
ResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
48167
|
-
_id: stringType().default("
|
|
48168
|
+
_id: stringType().default("tool_01KC5WJPJRE9HTQWH1HZMWCWGW"),
|
|
48168
48169
|
path: stringType(),
|
|
48169
48170
|
key: stringType(),
|
|
48170
48171
|
display_name: stringType().optional(),
|
|
@@ -48192,7 +48193,7 @@ var init_createtool = __esm(() => {
|
|
|
48192
48193
|
});
|
|
48193
48194
|
});
|
|
48194
48195
|
ResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
48195
|
-
id: stringType().default("
|
|
48196
|
+
id: stringType().default("tool_01KC5WJPJRE9HTQWH1HZMWCWGW"),
|
|
48196
48197
|
path: stringType(),
|
|
48197
48198
|
key: stringType(),
|
|
48198
48199
|
displayName: stringType().optional(),
|
|
@@ -48242,13 +48243,13 @@ var init_createtool = __esm(() => {
|
|
|
48242
48243
|
required: arrayType(stringType()).optional()
|
|
48243
48244
|
});
|
|
48244
48245
|
ResponseBodyTools$inboundSchema = objectType({
|
|
48245
|
-
id: stringType().default("
|
|
48246
|
+
id: stringType().default("01KC5WJPJQNAF1X963PCDW5E20"),
|
|
48246
48247
|
name: stringType(),
|
|
48247
48248
|
description: stringType().optional(),
|
|
48248
48249
|
schema: lazyType(() => CreateToolResponseBodySchema$inboundSchema)
|
|
48249
48250
|
});
|
|
48250
48251
|
ResponseBodyTools$outboundSchema = objectType({
|
|
48251
|
-
id: stringType().default("
|
|
48252
|
+
id: stringType().default("01KC5WJPJQNAF1X963PCDW5E20"),
|
|
48252
48253
|
name: stringType(),
|
|
48253
48254
|
description: stringType().optional(),
|
|
48254
48255
|
schema: lazyType(() => CreateToolResponseBodySchema$outboundSchema)
|
|
@@ -48278,7 +48279,7 @@ var init_createtool = __esm(() => {
|
|
|
48278
48279
|
});
|
|
48279
48280
|
});
|
|
48280
48281
|
ResponseBodyMCPTool$inboundSchema = objectType({
|
|
48281
|
-
_id: stringType().default("
|
|
48282
|
+
_id: stringType().default("tool_01KC5WJPJN0H0WRNPN38DP447P"),
|
|
48282
48283
|
path: stringType(),
|
|
48283
48284
|
key: stringType(),
|
|
48284
48285
|
display_name: stringType().optional(),
|
|
@@ -48305,7 +48306,7 @@ var init_createtool = __esm(() => {
|
|
|
48305
48306
|
});
|
|
48306
48307
|
});
|
|
48307
48308
|
ResponseBodyMCPTool$outboundSchema = objectType({
|
|
48308
|
-
id: stringType().default("
|
|
48309
|
+
id: stringType().default("tool_01KC5WJPJN0H0WRNPN38DP447P"),
|
|
48309
48310
|
path: stringType(),
|
|
48310
48311
|
key: stringType(),
|
|
48311
48312
|
displayName: stringType().optional(),
|
|
@@ -48392,7 +48393,7 @@ var init_createtool = __esm(() => {
|
|
|
48392
48393
|
arguments: recordType(lazyType(() => ResponseBodyArguments$outboundSchema)).optional()
|
|
48393
48394
|
});
|
|
48394
48395
|
ResponseBodyHTTPTool$inboundSchema = objectType({
|
|
48395
|
-
_id: stringType().default("
|
|
48396
|
+
_id: stringType().default("tool_01KC5WJPJHMJPFKMJA05G06VYH"),
|
|
48396
48397
|
path: stringType(),
|
|
48397
48398
|
key: stringType(),
|
|
48398
48399
|
display_name: stringType().optional(),
|
|
@@ -48419,7 +48420,7 @@ var init_createtool = __esm(() => {
|
|
|
48419
48420
|
});
|
|
48420
48421
|
});
|
|
48421
48422
|
ResponseBodyHTTPTool$outboundSchema = objectType({
|
|
48422
|
-
id: stringType().default("
|
|
48423
|
+
id: stringType().default("tool_01KC5WJPJHMJPFKMJA05G06VYH"),
|
|
48423
48424
|
path: stringType(),
|
|
48424
48425
|
key: stringType(),
|
|
48425
48426
|
displayName: stringType().optional(),
|
|
@@ -48478,7 +48479,7 @@ var init_createtool = __esm(() => {
|
|
|
48478
48479
|
strict: booleanType().optional()
|
|
48479
48480
|
});
|
|
48480
48481
|
ResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
48481
|
-
_id: stringType().default("
|
|
48482
|
+
_id: stringType().default("tool_01KC5WJPJFJY98017M3DKRFRGC"),
|
|
48482
48483
|
path: stringType(),
|
|
48483
48484
|
key: stringType(),
|
|
48484
48485
|
display_name: stringType().optional(),
|
|
@@ -48506,7 +48507,7 @@ var init_createtool = __esm(() => {
|
|
|
48506
48507
|
});
|
|
48507
48508
|
});
|
|
48508
48509
|
ResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
48509
|
-
id: stringType().default("
|
|
48510
|
+
id: stringType().default("tool_01KC5WJPJFJY98017M3DKRFRGC"),
|
|
48510
48511
|
path: stringType(),
|
|
48511
48512
|
key: stringType(),
|
|
48512
48513
|
displayName: stringType().optional(),
|
|
@@ -48568,7 +48569,7 @@ var init_createtool = __esm(() => {
|
|
|
48568
48569
|
parameters: lazyType(() => ResponseBodyParameters$outboundSchema).optional()
|
|
48569
48570
|
});
|
|
48570
48571
|
ResponseBodyFunctionTool$inboundSchema = objectType({
|
|
48571
|
-
_id: stringType().default("
|
|
48572
|
+
_id: stringType().default("tool_01KC5WJPJCV857QESKSJA6KJDP"),
|
|
48572
48573
|
path: stringType(),
|
|
48573
48574
|
key: stringType(),
|
|
48574
48575
|
display_name: stringType().optional(),
|
|
@@ -48595,7 +48596,7 @@ var init_createtool = __esm(() => {
|
|
|
48595
48596
|
});
|
|
48596
48597
|
});
|
|
48597
48598
|
ResponseBodyFunctionTool$outboundSchema = objectType({
|
|
48598
|
-
id: stringType().default("
|
|
48599
|
+
id: stringType().default("tool_01KC5WJPJCV857QESKSJA6KJDP"),
|
|
48599
48600
|
path: stringType(),
|
|
48600
48601
|
key: stringType(),
|
|
48601
48602
|
displayName: stringType().optional(),
|
|
@@ -49109,7 +49110,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
49109
49110
|
stringType(),
|
|
49110
49111
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
49111
49112
|
]),
|
|
49112
|
-
tool_call_id: stringType(),
|
|
49113
|
+
tool_call_id: nullableType(stringType()),
|
|
49113
49114
|
cache_control: lazyType(() => DeploymentCreateMetricMessagesCacheControl$inboundSchema).optional()
|
|
49114
49115
|
}).transform((v2) => {
|
|
49115
49116
|
return remap(v2, {
|
|
@@ -49123,7 +49124,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
49123
49124
|
stringType(),
|
|
49124
49125
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
49125
49126
|
]),
|
|
49126
|
-
toolCallId: stringType(),
|
|
49127
|
+
toolCallId: nullableType(stringType()),
|
|
49127
49128
|
cacheControl: lazyType(() => DeploymentCreateMetricMessagesCacheControl$outboundSchema).optional()
|
|
49128
49129
|
}).transform((v2) => {
|
|
49129
49130
|
return remap(v2, {
|
|
@@ -49411,7 +49412,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
49411
49412
|
stringType(),
|
|
49412
49413
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
49413
49414
|
]),
|
|
49414
|
-
tool_call_id: stringType(),
|
|
49415
|
+
tool_call_id: nullableType(stringType()),
|
|
49415
49416
|
cache_control: lazyType(() => ChoicesCacheControl$inboundSchema).optional()
|
|
49416
49417
|
}).transform((v2) => {
|
|
49417
49418
|
return remap(v2, {
|
|
@@ -49425,7 +49426,7 @@ var init_deploymentcreatemetric = __esm(() => {
|
|
|
49425
49426
|
stringType(),
|
|
49426
49427
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
49427
49428
|
]),
|
|
49428
|
-
toolCallId: stringType(),
|
|
49429
|
+
toolCallId: nullableType(stringType()),
|
|
49429
49430
|
cacheControl: lazyType(() => ChoicesCacheControl$outboundSchema).optional()
|
|
49430
49431
|
}).transform((v2) => {
|
|
49431
49432
|
return remap(v2, {
|
|
@@ -49909,7 +49910,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
49909
49910
|
stringType(),
|
|
49910
49911
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
49911
49912
|
]),
|
|
49912
|
-
tool_call_id: stringType(),
|
|
49913
|
+
tool_call_id: nullableType(stringType()),
|
|
49913
49914
|
cache_control: lazyType(() => PrefixMessagesCacheControl$inboundSchema2).optional()
|
|
49914
49915
|
}).transform((v2) => {
|
|
49915
49916
|
return remap(v2, {
|
|
@@ -49923,7 +49924,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
49923
49924
|
stringType(),
|
|
49924
49925
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
49925
49926
|
]),
|
|
49926
|
-
toolCallId: stringType(),
|
|
49927
|
+
toolCallId: nullableType(stringType()),
|
|
49927
49928
|
cacheControl: lazyType(() => PrefixMessagesCacheControl$outboundSchema2).optional()
|
|
49928
49929
|
}).transform((v2) => {
|
|
49929
49930
|
return remap(v2, {
|
|
@@ -50211,7 +50212,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
50211
50212
|
stringType(),
|
|
50212
50213
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
50213
50214
|
]),
|
|
50214
|
-
tool_call_id: stringType(),
|
|
50215
|
+
tool_call_id: nullableType(stringType()),
|
|
50215
50216
|
cache_control: lazyType(() => MessagesCacheControl$inboundSchema2).optional()
|
|
50216
50217
|
}).transform((v2) => {
|
|
50217
50218
|
return remap(v2, {
|
|
@@ -50225,7 +50226,7 @@ var init_deploymentgetconfig = __esm(() => {
|
|
|
50225
50226
|
stringType(),
|
|
50226
50227
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
50227
50228
|
]),
|
|
50228
|
-
toolCallId: stringType(),
|
|
50229
|
+
toolCallId: nullableType(stringType()),
|
|
50229
50230
|
cacheControl: lazyType(() => MessagesCacheControl$outboundSchema2).optional()
|
|
50230
50231
|
}).transform((v2) => {
|
|
50231
50232
|
return remap(v2, {
|
|
@@ -51351,7 +51352,8 @@ var init_deploymentinvoke = __esm(() => {
|
|
|
51351
51352
|
Mistral: "mistral",
|
|
51352
51353
|
Deepseek: "deepseek",
|
|
51353
51354
|
Contextualai: "contextualai",
|
|
51354
|
-
Moonshotai: "moonshotai"
|
|
51355
|
+
Moonshotai: "moonshotai",
|
|
51356
|
+
Zai: "zai"
|
|
51355
51357
|
};
|
|
51356
51358
|
DeploymentInvokeMessageDeploymentsRole = {
|
|
51357
51359
|
System: "system",
|
|
@@ -51742,7 +51744,8 @@ var init_deployments = __esm(() => {
|
|
|
51742
51744
|
Mistral: "mistral",
|
|
51743
51745
|
Deepseek: "deepseek",
|
|
51744
51746
|
Contextualai: "contextualai",
|
|
51745
|
-
Moonshotai: "moonshotai"
|
|
51747
|
+
Moonshotai: "moonshotai",
|
|
51748
|
+
Zai: "zai"
|
|
51746
51749
|
};
|
|
51747
51750
|
DeploymentsRole = {
|
|
51748
51751
|
System: "system",
|
|
@@ -52268,7 +52271,8 @@ var init_deploymentstream = __esm(() => {
|
|
|
52268
52271
|
Mistral: "mistral",
|
|
52269
52272
|
Deepseek: "deepseek",
|
|
52270
52273
|
Contextualai: "contextualai",
|
|
52271
|
-
Moonshotai: "moonshotai"
|
|
52274
|
+
Moonshotai: "moonshotai",
|
|
52275
|
+
Zai: "zai"
|
|
52272
52276
|
};
|
|
52273
52277
|
DeploymentStreamMessageDeploymentsResponseRole = {
|
|
52274
52278
|
System: "system",
|
|
@@ -52337,7 +52341,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
52337
52341
|
stringType(),
|
|
52338
52342
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
52339
52343
|
]),
|
|
52340
|
-
tool_call_id: stringType(),
|
|
52344
|
+
tool_call_id: nullableType(stringType()),
|
|
52341
52345
|
cache_control: lazyType(() => DeploymentStreamPrefixMessagesCacheControl$inboundSchema).optional()
|
|
52342
52346
|
}).transform((v2) => {
|
|
52343
52347
|
return remap(v2, {
|
|
@@ -52351,7 +52355,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
52351
52355
|
stringType(),
|
|
52352
52356
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
52353
52357
|
]),
|
|
52354
|
-
toolCallId: stringType(),
|
|
52358
|
+
toolCallId: nullableType(stringType()),
|
|
52355
52359
|
cacheControl: lazyType(() => DeploymentStreamPrefixMessagesCacheControl$outboundSchema).optional()
|
|
52356
52360
|
}).transform((v2) => {
|
|
52357
52361
|
return remap(v2, {
|
|
@@ -52639,7 +52643,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
52639
52643
|
stringType(),
|
|
52640
52644
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
52641
52645
|
]),
|
|
52642
|
-
tool_call_id: stringType(),
|
|
52646
|
+
tool_call_id: nullableType(stringType()),
|
|
52643
52647
|
cache_control: lazyType(() => DeploymentStreamMessagesCacheControl$inboundSchema).optional()
|
|
52644
52648
|
}).transform((v2) => {
|
|
52645
52649
|
return remap(v2, {
|
|
@@ -52653,7 +52657,7 @@ var init_deploymentstream = __esm(() => {
|
|
|
52653
52657
|
stringType(),
|
|
52654
52658
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
52655
52659
|
]),
|
|
52656
|
-
toolCallId: stringType(),
|
|
52660
|
+
toolCallId: nullableType(stringType()),
|
|
52657
52661
|
cacheControl: lazyType(() => DeploymentStreamMessagesCacheControl$outboundSchema).optional()
|
|
52658
52662
|
}).transform((v2) => {
|
|
52659
52663
|
return remap(v2, {
|
|
@@ -53712,7 +53716,7 @@ var init_fileget = __esm(() => {
|
|
|
53712
53716
|
bytes: numberType(),
|
|
53713
53717
|
file_name: stringType(),
|
|
53714
53718
|
workspace_id: stringType(),
|
|
53715
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53719
|
+
created: stringType().datetime({ offset: true }).default("2025-12-11T05:01:31.877Z").transform((v2) => new Date(v2))
|
|
53716
53720
|
}).transform((v2) => {
|
|
53717
53721
|
return remap(v2, {
|
|
53718
53722
|
_id: "id",
|
|
@@ -53728,7 +53732,7 @@ var init_fileget = __esm(() => {
|
|
|
53728
53732
|
bytes: numberType(),
|
|
53729
53733
|
fileName: stringType(),
|
|
53730
53734
|
workspaceId: stringType(),
|
|
53731
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53735
|
+
created: dateType().default(() => new Date("2025-12-11T05:01:31.877Z")).transform((v2) => v2.toISOString())
|
|
53732
53736
|
}).transform((v2) => {
|
|
53733
53737
|
return remap(v2, {
|
|
53734
53738
|
id: "_id",
|
|
@@ -53783,7 +53787,7 @@ var init_filelist = __esm(() => {
|
|
|
53783
53787
|
bytes: numberType(),
|
|
53784
53788
|
file_name: stringType(),
|
|
53785
53789
|
workspace_id: stringType(),
|
|
53786
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53790
|
+
created: stringType().datetime({ offset: true }).default("2025-12-11T05:01:31.877Z").transform((v2) => new Date(v2))
|
|
53787
53791
|
}).transform((v2) => {
|
|
53788
53792
|
return remap(v2, {
|
|
53789
53793
|
_id: "id",
|
|
@@ -53799,7 +53803,7 @@ var init_filelist = __esm(() => {
|
|
|
53799
53803
|
bytes: numberType(),
|
|
53800
53804
|
fileName: stringType(),
|
|
53801
53805
|
workspaceId: stringType(),
|
|
53802
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53806
|
+
created: dateType().default(() => new Date("2025-12-11T05:01:31.877Z")).transform((v2) => v2.toISOString())
|
|
53803
53807
|
}).transform((v2) => {
|
|
53804
53808
|
return remap(v2, {
|
|
53805
53809
|
id: "_id",
|
|
@@ -53907,7 +53911,7 @@ var init_fileupload = __esm(() => {
|
|
|
53907
53911
|
bytes: numberType(),
|
|
53908
53912
|
file_name: stringType(),
|
|
53909
53913
|
workspace_id: stringType(),
|
|
53910
|
-
created: stringType().datetime({ offset: true }).default("2025-12-
|
|
53914
|
+
created: stringType().datetime({ offset: true }).default("2025-12-11T05:01:31.877Z").transform((v2) => new Date(v2))
|
|
53911
53915
|
}).transform((v2) => {
|
|
53912
53916
|
return remap(v2, {
|
|
53913
53917
|
_id: "id",
|
|
@@ -53923,7 +53927,7 @@ var init_fileupload = __esm(() => {
|
|
|
53923
53927
|
bytes: numberType(),
|
|
53924
53928
|
fileName: stringType(),
|
|
53925
53929
|
workspaceId: stringType(),
|
|
53926
|
-
created: dateType().default(() => new Date("2025-12-
|
|
53930
|
+
created: dateType().default(() => new Date("2025-12-11T05:01:31.877Z")).transform((v2) => v2.toISOString())
|
|
53927
53931
|
}).transform((v2) => {
|
|
53928
53932
|
return remap(v2, {
|
|
53929
53933
|
id: "_id",
|
|
@@ -53987,7 +53991,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
53987
53991
|
});
|
|
53988
53992
|
});
|
|
53989
53993
|
GenerateConversationNameResponseBody$inboundSchema2 = objectType({
|
|
53990
|
-
_id: stringType().default("
|
|
53994
|
+
_id: stringType().default("conv_01kc5wjpabsngs3xcwbmqj3nqp"),
|
|
53991
53995
|
entity_id: stringType(),
|
|
53992
53996
|
kind: GenerateConversationNameKind$inboundSchema,
|
|
53993
53997
|
display_name: stringType(),
|
|
@@ -54008,7 +54012,7 @@ var init_generateconversationname2 = __esm(() => {
|
|
|
54008
54012
|
});
|
|
54009
54013
|
});
|
|
54010
54014
|
GenerateConversationNameResponseBody$outboundSchema2 = objectType({
|
|
54011
|
-
id: stringType().default("
|
|
54015
|
+
id: stringType().default("conv_01kc5wjpabsngs3xcwbmqj3nqp"),
|
|
54012
54016
|
entityId: stringType(),
|
|
54013
54017
|
kind: GenerateConversationNameKind$outboundSchema,
|
|
54014
54018
|
displayName: stringType(),
|
|
@@ -54435,7 +54439,8 @@ var init_getallprompts = __esm(() => {
|
|
|
54435
54439
|
Mistral: "mistral",
|
|
54436
54440
|
Deepseek: "deepseek",
|
|
54437
54441
|
Contextualai: "contextualai",
|
|
54438
|
-
Moonshotai: "moonshotai"
|
|
54442
|
+
Moonshotai: "moonshotai",
|
|
54443
|
+
Zai: "zai"
|
|
54439
54444
|
};
|
|
54440
54445
|
GetAllPromptsRole = {
|
|
54441
54446
|
System: "system",
|
|
@@ -55050,7 +55055,7 @@ var init_getalltools = __esm(() => {
|
|
|
55050
55055
|
code: stringType()
|
|
55051
55056
|
});
|
|
55052
55057
|
DataCodeExecutionTool$inboundSchema = objectType({
|
|
55053
|
-
_id: stringType().default("
|
|
55058
|
+
_id: stringType().default("tool_01KC5WJPHFDW99AP4R3S3DHM1N"),
|
|
55054
55059
|
path: stringType(),
|
|
55055
55060
|
key: stringType(),
|
|
55056
55061
|
display_name: stringType().optional(),
|
|
@@ -55078,7 +55083,7 @@ var init_getalltools = __esm(() => {
|
|
|
55078
55083
|
});
|
|
55079
55084
|
});
|
|
55080
55085
|
DataCodeExecutionTool$outboundSchema = objectType({
|
|
55081
|
-
id: stringType().default("
|
|
55086
|
+
id: stringType().default("tool_01KC5WJPHFDW99AP4R3S3DHM1N"),
|
|
55082
55087
|
path: stringType(),
|
|
55083
55088
|
key: stringType(),
|
|
55084
55089
|
displayName: stringType().optional(),
|
|
@@ -55128,13 +55133,13 @@ var init_getalltools = __esm(() => {
|
|
|
55128
55133
|
required: arrayType(stringType()).optional()
|
|
55129
55134
|
});
|
|
55130
55135
|
DataTools$inboundSchema = objectType({
|
|
55131
|
-
id: stringType().default("
|
|
55136
|
+
id: stringType().default("01KC5WJPHEXJBCNKFV1WP6Y4RC"),
|
|
55132
55137
|
name: stringType(),
|
|
55133
55138
|
description: stringType().optional(),
|
|
55134
55139
|
schema: lazyType(() => GetAllToolsDataSchema$inboundSchema)
|
|
55135
55140
|
});
|
|
55136
55141
|
DataTools$outboundSchema = objectType({
|
|
55137
|
-
id: stringType().default("
|
|
55142
|
+
id: stringType().default("01KC5WJPHEXJBCNKFV1WP6Y4RC"),
|
|
55138
55143
|
name: stringType(),
|
|
55139
55144
|
description: stringType().optional(),
|
|
55140
55145
|
schema: lazyType(() => GetAllToolsDataSchema$outboundSchema)
|
|
@@ -55164,7 +55169,7 @@ var init_getalltools = __esm(() => {
|
|
|
55164
55169
|
});
|
|
55165
55170
|
});
|
|
55166
55171
|
DataMCPTool$inboundSchema = objectType({
|
|
55167
|
-
_id: stringType().default("
|
|
55172
|
+
_id: stringType().default("tool_01KC5WJPHC802T9S81BRJVM6Y3"),
|
|
55168
55173
|
path: stringType(),
|
|
55169
55174
|
key: stringType(),
|
|
55170
55175
|
display_name: stringType().optional(),
|
|
@@ -55191,7 +55196,7 @@ var init_getalltools = __esm(() => {
|
|
|
55191
55196
|
});
|
|
55192
55197
|
});
|
|
55193
55198
|
DataMCPTool$outboundSchema = objectType({
|
|
55194
|
-
id: stringType().default("
|
|
55199
|
+
id: stringType().default("tool_01KC5WJPHC802T9S81BRJVM6Y3"),
|
|
55195
55200
|
path: stringType(),
|
|
55196
55201
|
key: stringType(),
|
|
55197
55202
|
displayName: stringType().optional(),
|
|
@@ -55278,7 +55283,7 @@ var init_getalltools = __esm(() => {
|
|
|
55278
55283
|
arguments: recordType(lazyType(() => DataArguments$outboundSchema)).optional()
|
|
55279
55284
|
});
|
|
55280
55285
|
DataHTTPTool$inboundSchema = objectType({
|
|
55281
|
-
_id: stringType().default("
|
|
55286
|
+
_id: stringType().default("tool_01KC5WJPHAZ526YRDQ6A2EV293"),
|
|
55282
55287
|
path: stringType(),
|
|
55283
55288
|
key: stringType(),
|
|
55284
55289
|
display_name: stringType().optional(),
|
|
@@ -55305,7 +55310,7 @@ var init_getalltools = __esm(() => {
|
|
|
55305
55310
|
});
|
|
55306
55311
|
});
|
|
55307
55312
|
DataHTTPTool$outboundSchema = objectType({
|
|
55308
|
-
id: stringType().default("
|
|
55313
|
+
id: stringType().default("tool_01KC5WJPHAZ526YRDQ6A2EV293"),
|
|
55309
55314
|
path: stringType(),
|
|
55310
55315
|
key: stringType(),
|
|
55311
55316
|
displayName: stringType().optional(),
|
|
@@ -55364,7 +55369,7 @@ var init_getalltools = __esm(() => {
|
|
|
55364
55369
|
strict: booleanType().optional()
|
|
55365
55370
|
});
|
|
55366
55371
|
DataJSONSchemaTool$inboundSchema = objectType({
|
|
55367
|
-
_id: stringType().default("
|
|
55372
|
+
_id: stringType().default("tool_01KC5WJPH815S03077H48AZVYV"),
|
|
55368
55373
|
path: stringType(),
|
|
55369
55374
|
key: stringType(),
|
|
55370
55375
|
display_name: stringType().optional(),
|
|
@@ -55392,7 +55397,7 @@ var init_getalltools = __esm(() => {
|
|
|
55392
55397
|
});
|
|
55393
55398
|
});
|
|
55394
55399
|
DataJSONSchemaTool$outboundSchema = objectType({
|
|
55395
|
-
id: stringType().default("
|
|
55400
|
+
id: stringType().default("tool_01KC5WJPH815S03077H48AZVYV"),
|
|
55396
55401
|
path: stringType(),
|
|
55397
55402
|
key: stringType(),
|
|
55398
55403
|
displayName: stringType().optional(),
|
|
@@ -55454,7 +55459,7 @@ var init_getalltools = __esm(() => {
|
|
|
55454
55459
|
parameters: lazyType(() => DataParameters$outboundSchema).optional()
|
|
55455
55460
|
});
|
|
55456
55461
|
DataFunctionTool$inboundSchema = objectType({
|
|
55457
|
-
_id: stringType().default("
|
|
55462
|
+
_id: stringType().default("tool_01KC5WJPH76R66J1555MXA4DWK"),
|
|
55458
55463
|
path: stringType(),
|
|
55459
55464
|
key: stringType(),
|
|
55460
55465
|
display_name: stringType().optional(),
|
|
@@ -55481,7 +55486,7 @@ var init_getalltools = __esm(() => {
|
|
|
55481
55486
|
});
|
|
55482
55487
|
});
|
|
55483
55488
|
DataFunctionTool$outboundSchema = objectType({
|
|
55484
|
-
id: stringType().default("
|
|
55489
|
+
id: stringType().default("tool_01KC5WJPH76R66J1555MXA4DWK"),
|
|
55485
55490
|
path: stringType(),
|
|
55486
55491
|
key: stringType(),
|
|
55487
55492
|
displayName: stringType().optional(),
|
|
@@ -55624,7 +55629,7 @@ var init_getbudget = __esm(() => {
|
|
|
55624
55629
|
is_active: booleanType(),
|
|
55625
55630
|
consumption: lazyType(() => GetBudgetConsumption$inboundSchema).optional(),
|
|
55626
55631
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
55627
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
55632
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.677Z").transform((v2) => new Date(v2))
|
|
55628
55633
|
}).transform((v2) => {
|
|
55629
55634
|
return remap(v2, {
|
|
55630
55635
|
_id: "id",
|
|
@@ -55644,7 +55649,7 @@ var init_getbudget = __esm(() => {
|
|
|
55644
55649
|
isActive: booleanType(),
|
|
55645
55650
|
consumption: lazyType(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
55646
55651
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
55647
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
55652
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.677Z")).transform((v2) => v2.toISOString())
|
|
55648
55653
|
}).transform((v2) => {
|
|
55649
55654
|
return remap(v2, {
|
|
55650
55655
|
id: "_id",
|
|
@@ -55840,8 +55845,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55840
55845
|
DataTypescript$inboundSchema = objectType({
|
|
55841
55846
|
_id: stringType(),
|
|
55842
55847
|
description: stringType(),
|
|
55843
|
-
created: stringType().default("2025-12-
|
|
55844
|
-
updated: stringType().default("2025-12-
|
|
55848
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55849
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55845
55850
|
guardrail_config: unionType([
|
|
55846
55851
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
55847
55852
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -55858,8 +55863,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55858
55863
|
DataTypescript$outboundSchema = objectType({
|
|
55859
55864
|
id: stringType(),
|
|
55860
55865
|
description: stringType(),
|
|
55861
|
-
created: stringType().default("2025-12-
|
|
55862
|
-
updated: stringType().default("2025-12-
|
|
55866
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55867
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55863
55868
|
guardrailConfig: unionType([
|
|
55864
55869
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
55865
55870
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -55910,8 +55915,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55910
55915
|
DataRagas$inboundSchema = objectType({
|
|
55911
55916
|
_id: stringType(),
|
|
55912
55917
|
description: stringType(),
|
|
55913
|
-
created: stringType().default("2025-12-
|
|
55914
|
-
updated: stringType().default("2025-12-
|
|
55918
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55919
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55915
55920
|
guardrail_config: unionType([
|
|
55916
55921
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
55917
55922
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -55930,8 +55935,8 @@ var init_getevals2 = __esm(() => {
|
|
|
55930
55935
|
DataRagas$outboundSchema = objectType({
|
|
55931
55936
|
id: stringType(),
|
|
55932
55937
|
description: stringType(),
|
|
55933
|
-
created: stringType().default("2025-12-
|
|
55934
|
-
updated: stringType().default("2025-12-
|
|
55938
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55939
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
55935
55940
|
guardrailConfig: unionType([
|
|
55936
55941
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
55937
55942
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -56266,8 +56271,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56266
56271
|
DataFunction$inboundSchema = objectType({
|
|
56267
56272
|
_id: stringType(),
|
|
56268
56273
|
description: stringType(),
|
|
56269
|
-
created: stringType().default("2025-12-
|
|
56270
|
-
updated: stringType().default("2025-12-
|
|
56274
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56275
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56271
56276
|
guardrail_config: unionType([
|
|
56272
56277
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
56273
56278
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -56318,8 +56323,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56318
56323
|
DataFunction$outboundSchema = objectType({
|
|
56319
56324
|
id: stringType(),
|
|
56320
56325
|
description: stringType(),
|
|
56321
|
-
created: stringType().default("2025-12-
|
|
56322
|
-
updated: stringType().default("2025-12-
|
|
56326
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56327
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56323
56328
|
guardrailConfig: unionType([
|
|
56324
56329
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
56325
56330
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -56402,8 +56407,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56402
56407
|
DataPython$inboundSchema = objectType({
|
|
56403
56408
|
_id: stringType(),
|
|
56404
56409
|
description: stringType(),
|
|
56405
|
-
created: stringType().default("2025-12-
|
|
56406
|
-
updated: stringType().default("2025-12-
|
|
56410
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56411
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56407
56412
|
guardrail_config: unionType([
|
|
56408
56413
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
56409
56414
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema)
|
|
@@ -56420,8 +56425,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56420
56425
|
DataPython$outboundSchema = objectType({
|
|
56421
56426
|
id: stringType(),
|
|
56422
56427
|
description: stringType(),
|
|
56423
|
-
created: stringType().default("2025-12-
|
|
56424
|
-
updated: stringType().default("2025-12-
|
|
56428
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56429
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56425
56430
|
guardrailConfig: unionType([
|
|
56426
56431
|
lazyType(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
56427
56432
|
lazyType(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema)
|
|
@@ -56472,8 +56477,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56472
56477
|
DataHTTP$inboundSchema = objectType({
|
|
56473
56478
|
_id: stringType(),
|
|
56474
56479
|
description: stringType(),
|
|
56475
|
-
created: stringType().default("2025-12-
|
|
56476
|
-
updated: stringType().default("2025-12-
|
|
56480
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56481
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56477
56482
|
guardrail_config: unionType([
|
|
56478
56483
|
lazyType(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
56479
56484
|
lazyType(() => GetEvalsGuardrailConfigNumber$inboundSchema)
|
|
@@ -56493,8 +56498,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56493
56498
|
DataHTTP$outboundSchema = objectType({
|
|
56494
56499
|
id: stringType(),
|
|
56495
56500
|
description: stringType(),
|
|
56496
|
-
created: stringType().default("2025-12-
|
|
56497
|
-
updated: stringType().default("2025-12-
|
|
56501
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56502
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56498
56503
|
guardrailConfig: unionType([
|
|
56499
56504
|
lazyType(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
56500
56505
|
lazyType(() => GetEvalsGuardrailConfigNumber$outboundSchema)
|
|
@@ -56546,8 +56551,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56546
56551
|
DataJSON$inboundSchema = objectType({
|
|
56547
56552
|
_id: stringType(),
|
|
56548
56553
|
description: stringType(),
|
|
56549
|
-
created: stringType().default("2025-12-
|
|
56550
|
-
updated: stringType().default("2025-12-
|
|
56554
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56555
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56551
56556
|
guardrail_config: unionType([
|
|
56552
56557
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema),
|
|
56553
56558
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema)
|
|
@@ -56564,8 +56569,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56564
56569
|
DataJSON$outboundSchema = objectType({
|
|
56565
56570
|
id: stringType(),
|
|
56566
56571
|
description: stringType(),
|
|
56567
|
-
created: stringType().default("2025-12-
|
|
56568
|
-
updated: stringType().default("2025-12-
|
|
56572
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56573
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56569
56574
|
guardrailConfig: unionType([
|
|
56570
56575
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema),
|
|
56571
56576
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema)
|
|
@@ -56614,8 +56619,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56614
56619
|
DataLLM$inboundSchema = objectType({
|
|
56615
56620
|
_id: stringType(),
|
|
56616
56621
|
description: stringType(),
|
|
56617
|
-
created: stringType().default("2025-12-
|
|
56618
|
-
updated: stringType().default("2025-12-
|
|
56622
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56623
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56619
56624
|
guardrail_config: unionType([
|
|
56620
56625
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
56621
56626
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -56633,8 +56638,8 @@ var init_getevals2 = __esm(() => {
|
|
|
56633
56638
|
DataLLM$outboundSchema = objectType({
|
|
56634
56639
|
id: stringType(),
|
|
56635
56640
|
description: stringType(),
|
|
56636
|
-
created: stringType().default("2025-12-
|
|
56637
|
-
updated: stringType().default("2025-12-
|
|
56641
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56642
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
56638
56643
|
guardrailConfig: unionType([
|
|
56639
56644
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
56640
56645
|
lazyType(() => GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -57139,7 +57144,8 @@ var init_getoneprompt = __esm(() => {
|
|
|
57139
57144
|
Mistral: "mistral",
|
|
57140
57145
|
Deepseek: "deepseek",
|
|
57141
57146
|
Contextualai: "contextualai",
|
|
57142
|
-
Moonshotai: "moonshotai"
|
|
57147
|
+
Moonshotai: "moonshotai",
|
|
57148
|
+
Zai: "zai"
|
|
57143
57149
|
};
|
|
57144
57150
|
GetOnePromptRole = {
|
|
57145
57151
|
System: "system",
|
|
@@ -57696,7 +57702,8 @@ var init_getpromptversion2 = __esm(() => {
|
|
|
57696
57702
|
Mistral: "mistral",
|
|
57697
57703
|
Deepseek: "deepseek",
|
|
57698
57704
|
Contextualai: "contextualai",
|
|
57699
|
-
Moonshotai: "moonshotai"
|
|
57705
|
+
Moonshotai: "moonshotai",
|
|
57706
|
+
Zai: "zai"
|
|
57700
57707
|
};
|
|
57701
57708
|
GetPromptVersionRole = {
|
|
57702
57709
|
System: "system",
|
|
@@ -59687,6 +59694,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59687
59694
|
init_primitives();
|
|
59688
59695
|
init_rfcdate();
|
|
59689
59696
|
QueryParamType = {
|
|
59697
|
+
ApiKey: "api_key",
|
|
59690
59698
|
Contact: "contact",
|
|
59691
59699
|
Workspace: "workspace"
|
|
59692
59700
|
};
|
|
@@ -59785,7 +59793,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59785
59793
|
is_active: booleanType(),
|
|
59786
59794
|
consumption: lazyType(() => ListBudgetsConsumption$inboundSchema).optional(),
|
|
59787
59795
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
59788
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
59796
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.677Z").transform((v2) => new Date(v2))
|
|
59789
59797
|
}).transform((v2) => {
|
|
59790
59798
|
return remap(v2, {
|
|
59791
59799
|
_id: "id",
|
|
@@ -59803,7 +59811,7 @@ var init_listbudgets = __esm(() => {
|
|
|
59803
59811
|
isActive: booleanType(),
|
|
59804
59812
|
consumption: lazyType(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
59805
59813
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
59806
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
59814
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.677Z")).transform((v2) => v2.toISOString())
|
|
59807
59815
|
}).transform((v2) => {
|
|
59808
59816
|
return remap(v2, {
|
|
59809
59817
|
id: "_id",
|
|
@@ -60133,7 +60141,7 @@ var init_listcontacts = __esm(() => {
|
|
|
60133
60141
|
tags: arrayType(stringType()).optional(),
|
|
60134
60142
|
metadata: recordType(anyType()).optional(),
|
|
60135
60143
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60136
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60144
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2)),
|
|
60137
60145
|
metrics: lazyType(() => ListContactsMetrics$inboundSchema)
|
|
60138
60146
|
}).transform((v2) => {
|
|
60139
60147
|
return remap(v2, {
|
|
@@ -60152,7 +60160,7 @@ var init_listcontacts = __esm(() => {
|
|
|
60152
60160
|
tags: arrayType(stringType()).optional(),
|
|
60153
60161
|
metadata: recordType(anyType()).optional(),
|
|
60154
60162
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60155
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60163
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString()),
|
|
60156
60164
|
metrics: lazyType(() => ListContactsMetrics$outboundSchema)
|
|
60157
60165
|
}).transform((v2) => {
|
|
60158
60166
|
return remap(v2, {
|
|
@@ -60332,7 +60340,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60332
60340
|
stringType(),
|
|
60333
60341
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
60334
60342
|
]),
|
|
60335
|
-
tool_call_id: stringType(),
|
|
60343
|
+
tool_call_id: nullableType(stringType()),
|
|
60336
60344
|
cache_control: lazyType(() => ListDatasetDatapointsMessagesCacheControl$inboundSchema).optional()
|
|
60337
60345
|
}).transform((v2) => {
|
|
60338
60346
|
return remap(v2, {
|
|
@@ -60346,7 +60354,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60346
60354
|
stringType(),
|
|
60347
60355
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
60348
60356
|
]),
|
|
60349
|
-
toolCallId: stringType(),
|
|
60357
|
+
toolCallId: nullableType(stringType()),
|
|
60350
60358
|
cacheControl: lazyType(() => ListDatasetDatapointsMessagesCacheControl$outboundSchema).optional()
|
|
60351
60359
|
}).transform((v2) => {
|
|
60352
60360
|
return remap(v2, {
|
|
@@ -60618,7 +60626,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60618
60626
|
human_review_id: stringType(),
|
|
60619
60627
|
source: ListDatasetDatapointsEvaluationsSource$inboundSchema.default("orq"),
|
|
60620
60628
|
reviewed_by_id: stringType(),
|
|
60621
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60629
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.164Z").transform((v2) => new Date(v2)),
|
|
60622
60630
|
type: literalType("string_array"),
|
|
60623
60631
|
values: arrayType(stringType())
|
|
60624
60632
|
}).transform((v2) => {
|
|
@@ -60635,7 +60643,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60635
60643
|
humanReviewId: stringType(),
|
|
60636
60644
|
source: ListDatasetDatapointsEvaluationsSource$outboundSchema.default("orq"),
|
|
60637
60645
|
reviewedById: stringType(),
|
|
60638
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60646
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.164Z")).transform((v2) => v2.toISOString()),
|
|
60639
60647
|
type: literalType("string_array"),
|
|
60640
60648
|
values: arrayType(stringType())
|
|
60641
60649
|
}).transform((v2) => {
|
|
@@ -60656,7 +60664,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60656
60664
|
human_review_id: stringType(),
|
|
60657
60665
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
60658
60666
|
reviewed_by_id: stringType(),
|
|
60659
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60667
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.163Z").transform((v2) => new Date(v2)),
|
|
60660
60668
|
type: literalType("number"),
|
|
60661
60669
|
value: numberType()
|
|
60662
60670
|
}).transform((v2) => {
|
|
@@ -60673,7 +60681,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60673
60681
|
humanReviewId: stringType(),
|
|
60674
60682
|
source: ListDatasetDatapointsEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
60675
60683
|
reviewedById: stringType(),
|
|
60676
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60684
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.163Z")).transform((v2) => v2.toISOString()),
|
|
60677
60685
|
type: literalType("number"),
|
|
60678
60686
|
value: numberType()
|
|
60679
60687
|
}).transform((v2) => {
|
|
@@ -60694,7 +60702,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60694
60702
|
human_review_id: stringType(),
|
|
60695
60703
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
60696
60704
|
reviewed_by_id: stringType(),
|
|
60697
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
60705
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.154Z").transform((v2) => new Date(v2)),
|
|
60698
60706
|
type: literalType("string"),
|
|
60699
60707
|
value: stringType()
|
|
60700
60708
|
}).transform((v2) => {
|
|
@@ -60711,7 +60719,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60711
60719
|
humanReviewId: stringType(),
|
|
60712
60720
|
source: ListDatasetDatapointsEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
60713
60721
|
reviewedById: stringType(),
|
|
60714
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
60722
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.154Z")).transform((v2) => v2.toISOString()),
|
|
60715
60723
|
type: literalType("string"),
|
|
60716
60724
|
value: stringType()
|
|
60717
60725
|
}).transform((v2) => {
|
|
@@ -60754,7 +60762,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60754
60762
|
created_by_id: stringType().optional(),
|
|
60755
60763
|
updated_by_id: stringType().optional(),
|
|
60756
60764
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60757
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60765
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
60758
60766
|
}).transform((v2) => {
|
|
60759
60767
|
return remap(v2, {
|
|
60760
60768
|
_id: "id",
|
|
@@ -60788,7 +60796,7 @@ var init_listdatasetdatapoints = __esm(() => {
|
|
|
60788
60796
|
createdById: stringType().optional(),
|
|
60789
60797
|
updatedById: stringType().optional(),
|
|
60790
60798
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60791
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60799
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
60792
60800
|
}).transform((v2) => {
|
|
60793
60801
|
return remap(v2, {
|
|
60794
60802
|
id: "_id",
|
|
@@ -60877,7 +60885,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60877
60885
|
created_by_id: stringType().optional(),
|
|
60878
60886
|
updated_by_id: stringType().optional(),
|
|
60879
60887
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
60880
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
60888
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
60881
60889
|
}).transform((v2) => {
|
|
60882
60890
|
return remap(v2, {
|
|
60883
60891
|
_id: "id",
|
|
@@ -60897,7 +60905,7 @@ var init_listdatasets = __esm(() => {
|
|
|
60897
60905
|
createdById: stringType().optional(),
|
|
60898
60906
|
updatedById: stringType().optional(),
|
|
60899
60907
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
60900
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
60908
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
60901
60909
|
}).transform((v2) => {
|
|
60902
60910
|
return remap(v2, {
|
|
60903
60911
|
id: "_id",
|
|
@@ -60978,7 +60986,7 @@ var init_listdatasources = __esm(() => {
|
|
|
60978
60986
|
ListDatasourcesStatus$inboundSchema = nativeEnumType(ListDatasourcesStatus);
|
|
60979
60987
|
ListDatasourcesStatus$outboundSchema = ListDatasourcesStatus$inboundSchema;
|
|
60980
60988
|
ListDatasourcesData$inboundSchema = objectType({
|
|
60981
|
-
_id: stringType().default("
|
|
60989
|
+
_id: stringType().default("01KC5WJPR9VBNRMT8W2JKA9NPY"),
|
|
60982
60990
|
display_name: stringType(),
|
|
60983
60991
|
description: stringType().optional(),
|
|
60984
60992
|
status: ListDatasourcesStatus$inboundSchema,
|
|
@@ -61001,7 +61009,7 @@ var init_listdatasources = __esm(() => {
|
|
|
61001
61009
|
});
|
|
61002
61010
|
});
|
|
61003
61011
|
ListDatasourcesData$outboundSchema = objectType({
|
|
61004
|
-
id: stringType().default("
|
|
61012
|
+
id: stringType().default("01KC5WJPR9VBNRMT8W2JKA9NPY"),
|
|
61005
61013
|
displayName: stringType(),
|
|
61006
61014
|
description: stringType().optional(),
|
|
61007
61015
|
status: ListDatasourcesStatus$outboundSchema,
|
|
@@ -61509,7 +61517,8 @@ var init_listpromptversions = __esm(() => {
|
|
|
61509
61517
|
Mistral: "mistral",
|
|
61510
61518
|
Deepseek: "deepseek",
|
|
61511
61519
|
Contextualai: "contextualai",
|
|
61512
|
-
Moonshotai: "moonshotai"
|
|
61520
|
+
Moonshotai: "moonshotai",
|
|
61521
|
+
Zai: "zai"
|
|
61513
61522
|
};
|
|
61514
61523
|
ListPromptVersionsRole = {
|
|
61515
61524
|
System: "system",
|
|
@@ -63125,7 +63134,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63125
63134
|
tags: arrayType(stringType()).optional(),
|
|
63126
63135
|
metadata: recordType(anyType()).optional(),
|
|
63127
63136
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63128
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63137
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
63129
63138
|
}).transform((v2) => {
|
|
63130
63139
|
return remap(v2, {
|
|
63131
63140
|
_id: "id",
|
|
@@ -63143,7 +63152,7 @@ var init_retrievecontact2 = __esm(() => {
|
|
|
63143
63152
|
tags: arrayType(stringType()).optional(),
|
|
63144
63153
|
metadata: recordType(anyType()).optional(),
|
|
63145
63154
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63146
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63155
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
63147
63156
|
}).transform((v2) => {
|
|
63148
63157
|
return remap(v2, {
|
|
63149
63158
|
id: "_id",
|
|
@@ -63197,7 +63206,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
63197
63206
|
});
|
|
63198
63207
|
});
|
|
63199
63208
|
RetrieveConversationResponseBody$inboundSchema2 = objectType({
|
|
63200
|
-
_id: stringType().default("
|
|
63209
|
+
_id: stringType().default("conv_01kc5wjpadmnt618bk03vpzrxn"),
|
|
63201
63210
|
entity_id: stringType(),
|
|
63202
63211
|
kind: RetrieveConversationKind$inboundSchema,
|
|
63203
63212
|
display_name: stringType(),
|
|
@@ -63218,7 +63227,7 @@ var init_retrieveconversation2 = __esm(() => {
|
|
|
63218
63227
|
});
|
|
63219
63228
|
});
|
|
63220
63229
|
RetrieveConversationResponseBody$outboundSchema2 = objectType({
|
|
63221
|
-
id: stringType().default("
|
|
63230
|
+
id: stringType().default("conv_01kc5wjpadmnt618bk03vpzrxn"),
|
|
63222
63231
|
entityId: stringType(),
|
|
63223
63232
|
kind: RetrieveConversationKind$outboundSchema,
|
|
63224
63233
|
displayName: stringType(),
|
|
@@ -63328,7 +63337,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63328
63337
|
stringType(),
|
|
63329
63338
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
63330
63339
|
]),
|
|
63331
|
-
tool_call_id: stringType(),
|
|
63340
|
+
tool_call_id: nullableType(stringType()),
|
|
63332
63341
|
cache_control: lazyType(() => RetrieveDatapointMessagesCacheControl$inboundSchema).optional()
|
|
63333
63342
|
}).transform((v2) => {
|
|
63334
63343
|
return remap(v2, {
|
|
@@ -63342,7 +63351,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63342
63351
|
stringType(),
|
|
63343
63352
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
63344
63353
|
]),
|
|
63345
|
-
toolCallId: stringType(),
|
|
63354
|
+
toolCallId: nullableType(stringType()),
|
|
63346
63355
|
cacheControl: lazyType(() => RetrieveDatapointMessagesCacheControl$outboundSchema).optional()
|
|
63347
63356
|
}).transform((v2) => {
|
|
63348
63357
|
return remap(v2, {
|
|
@@ -63614,7 +63623,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63614
63623
|
human_review_id: stringType(),
|
|
63615
63624
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
63616
63625
|
reviewed_by_id: stringType(),
|
|
63617
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63626
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.173Z").transform((v2) => new Date(v2)),
|
|
63618
63627
|
type: literalType("string_array"),
|
|
63619
63628
|
values: arrayType(stringType())
|
|
63620
63629
|
}).transform((v2) => {
|
|
@@ -63631,7 +63640,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63631
63640
|
humanReviewId: stringType(),
|
|
63632
63641
|
source: RetrieveDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
63633
63642
|
reviewedById: stringType(),
|
|
63634
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63643
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.173Z")).transform((v2) => v2.toISOString()),
|
|
63635
63644
|
type: literalType("string_array"),
|
|
63636
63645
|
values: arrayType(stringType())
|
|
63637
63646
|
}).transform((v2) => {
|
|
@@ -63652,7 +63661,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63652
63661
|
human_review_id: stringType(),
|
|
63653
63662
|
source: RetrieveDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
63654
63663
|
reviewed_by_id: stringType(),
|
|
63655
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63664
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.172Z").transform((v2) => new Date(v2)),
|
|
63656
63665
|
type: literalType("number"),
|
|
63657
63666
|
value: numberType()
|
|
63658
63667
|
}).transform((v2) => {
|
|
@@ -63669,7 +63678,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63669
63678
|
humanReviewId: stringType(),
|
|
63670
63679
|
source: RetrieveDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
63671
63680
|
reviewedById: stringType(),
|
|
63672
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63681
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.172Z")).transform((v2) => v2.toISOString()),
|
|
63673
63682
|
type: literalType("number"),
|
|
63674
63683
|
value: numberType()
|
|
63675
63684
|
}).transform((v2) => {
|
|
@@ -63690,7 +63699,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63690
63699
|
human_review_id: stringType(),
|
|
63691
63700
|
source: RetrieveDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
63692
63701
|
reviewed_by_id: stringType(),
|
|
63693
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
63702
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.172Z").transform((v2) => new Date(v2)),
|
|
63694
63703
|
type: literalType("string"),
|
|
63695
63704
|
value: stringType()
|
|
63696
63705
|
}).transform((v2) => {
|
|
@@ -63707,7 +63716,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63707
63716
|
humanReviewId: stringType(),
|
|
63708
63717
|
source: RetrieveDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
63709
63718
|
reviewedById: stringType(),
|
|
63710
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
63719
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.172Z")).transform((v2) => v2.toISOString()),
|
|
63711
63720
|
type: literalType("string"),
|
|
63712
63721
|
value: stringType()
|
|
63713
63722
|
}).transform((v2) => {
|
|
@@ -63750,7 +63759,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63750
63759
|
created_by_id: stringType().optional(),
|
|
63751
63760
|
updated_by_id: stringType().optional(),
|
|
63752
63761
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63753
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63762
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
63754
63763
|
}).transform((v2) => {
|
|
63755
63764
|
return remap(v2, {
|
|
63756
63765
|
_id: "id",
|
|
@@ -63784,7 +63793,7 @@ var init_retrievedatapoint = __esm(() => {
|
|
|
63784
63793
|
createdById: stringType().optional(),
|
|
63785
63794
|
updatedById: stringType().optional(),
|
|
63786
63795
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63787
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63796
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
63788
63797
|
}).transform((v2) => {
|
|
63789
63798
|
return remap(v2, {
|
|
63790
63799
|
id: "_id",
|
|
@@ -63844,7 +63853,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63844
63853
|
created_by_id: stringType().optional(),
|
|
63845
63854
|
updated_by_id: stringType().optional(),
|
|
63846
63855
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
63847
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
63856
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
63848
63857
|
}).transform((v2) => {
|
|
63849
63858
|
return remap(v2, {
|
|
63850
63859
|
_id: "id",
|
|
@@ -63864,7 +63873,7 @@ var init_retrievedataset = __esm(() => {
|
|
|
63864
63873
|
createdById: stringType().optional(),
|
|
63865
63874
|
updatedById: stringType().optional(),
|
|
63866
63875
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
63867
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
63876
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
63868
63877
|
}).transform((v2) => {
|
|
63869
63878
|
return remap(v2, {
|
|
63870
63879
|
id: "_id",
|
|
@@ -63910,7 +63919,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
63910
63919
|
RetrieveDatasourceStatus$inboundSchema = nativeEnumType(RetrieveDatasourceStatus);
|
|
63911
63920
|
RetrieveDatasourceStatus$outboundSchema = RetrieveDatasourceStatus$inboundSchema;
|
|
63912
63921
|
RetrieveDatasourceResponseBody$inboundSchema = objectType({
|
|
63913
|
-
_id: stringType().default("
|
|
63922
|
+
_id: stringType().default("01KC5WJPRB7V0BXGHJBD5DY51C"),
|
|
63914
63923
|
display_name: stringType(),
|
|
63915
63924
|
description: stringType().optional(),
|
|
63916
63925
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -63933,7 +63942,7 @@ var init_retrievedatasource = __esm(() => {
|
|
|
63933
63942
|
});
|
|
63934
63943
|
});
|
|
63935
63944
|
RetrieveDatasourceResponseBody$outboundSchema = objectType({
|
|
63936
|
-
id: stringType().default("
|
|
63945
|
+
id: stringType().default("01KC5WJPRB7V0BXGHJBD5DY51C"),
|
|
63937
63946
|
displayName: stringType(),
|
|
63938
63947
|
description: stringType().optional(),
|
|
63939
63948
|
status: RetrieveDatasourceStatus$outboundSchema,
|
|
@@ -64272,7 +64281,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64272
64281
|
code: stringType()
|
|
64273
64282
|
});
|
|
64274
64283
|
RetrieveToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
64275
|
-
_id: stringType().default("
|
|
64284
|
+
_id: stringType().default("tool_01KC5WJPMT8C0690BYBH3KTBXA"),
|
|
64276
64285
|
path: stringType(),
|
|
64277
64286
|
key: stringType(),
|
|
64278
64287
|
display_name: stringType().optional(),
|
|
@@ -64300,7 +64309,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64300
64309
|
});
|
|
64301
64310
|
});
|
|
64302
64311
|
RetrieveToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
64303
|
-
id: stringType().default("
|
|
64312
|
+
id: stringType().default("tool_01KC5WJPMT8C0690BYBH3KTBXA"),
|
|
64304
64313
|
path: stringType(),
|
|
64305
64314
|
key: stringType(),
|
|
64306
64315
|
displayName: stringType().optional(),
|
|
@@ -64350,13 +64359,13 @@ var init_retrievetool = __esm(() => {
|
|
|
64350
64359
|
required: arrayType(stringType()).optional()
|
|
64351
64360
|
});
|
|
64352
64361
|
RetrieveToolResponseBodyTools$inboundSchema = objectType({
|
|
64353
|
-
id: stringType().default("
|
|
64362
|
+
id: stringType().default("01KC5WJPMTQZAS78QT96947ZHG"),
|
|
64354
64363
|
name: stringType(),
|
|
64355
64364
|
description: stringType().optional(),
|
|
64356
64365
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$inboundSchema)
|
|
64357
64366
|
});
|
|
64358
64367
|
RetrieveToolResponseBodyTools$outboundSchema = objectType({
|
|
64359
|
-
id: stringType().default("
|
|
64368
|
+
id: stringType().default("01KC5WJPMTQZAS78QT96947ZHG"),
|
|
64360
64369
|
name: stringType(),
|
|
64361
64370
|
description: stringType().optional(),
|
|
64362
64371
|
schema: lazyType(() => RetrieveToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -64386,7 +64395,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64386
64395
|
});
|
|
64387
64396
|
});
|
|
64388
64397
|
RetrieveToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
64389
|
-
_id: stringType().default("
|
|
64398
|
+
_id: stringType().default("tool_01KC5WJPMRP4XH8ZR7S0FCK3Y2"),
|
|
64390
64399
|
path: stringType(),
|
|
64391
64400
|
key: stringType(),
|
|
64392
64401
|
display_name: stringType().optional(),
|
|
@@ -64413,7 +64422,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64413
64422
|
});
|
|
64414
64423
|
});
|
|
64415
64424
|
RetrieveToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
64416
|
-
id: stringType().default("
|
|
64425
|
+
id: stringType().default("tool_01KC5WJPMRP4XH8ZR7S0FCK3Y2"),
|
|
64417
64426
|
path: stringType(),
|
|
64418
64427
|
key: stringType(),
|
|
64419
64428
|
displayName: stringType().optional(),
|
|
@@ -64500,7 +64509,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64500
64509
|
arguments: recordType(lazyType(() => RetrieveToolResponseBodyArguments$outboundSchema)).optional()
|
|
64501
64510
|
});
|
|
64502
64511
|
RetrieveToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
64503
|
-
_id: stringType().default("
|
|
64512
|
+
_id: stringType().default("tool_01KC5WJPMMNBXTMSN6G666NKGQ"),
|
|
64504
64513
|
path: stringType(),
|
|
64505
64514
|
key: stringType(),
|
|
64506
64515
|
display_name: stringType().optional(),
|
|
@@ -64527,7 +64536,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64527
64536
|
});
|
|
64528
64537
|
});
|
|
64529
64538
|
RetrieveToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
64530
|
-
id: stringType().default("
|
|
64539
|
+
id: stringType().default("tool_01KC5WJPMMNBXTMSN6G666NKGQ"),
|
|
64531
64540
|
path: stringType(),
|
|
64532
64541
|
key: stringType(),
|
|
64533
64542
|
displayName: stringType().optional(),
|
|
@@ -64586,7 +64595,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64586
64595
|
strict: booleanType().optional()
|
|
64587
64596
|
});
|
|
64588
64597
|
RetrieveToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
64589
|
-
_id: stringType().default("
|
|
64598
|
+
_id: stringType().default("tool_01KC5WJPMG9V832DC7FKG243MX"),
|
|
64590
64599
|
path: stringType(),
|
|
64591
64600
|
key: stringType(),
|
|
64592
64601
|
display_name: stringType().optional(),
|
|
@@ -64614,7 +64623,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64614
64623
|
});
|
|
64615
64624
|
});
|
|
64616
64625
|
RetrieveToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
64617
|
-
id: stringType().default("
|
|
64626
|
+
id: stringType().default("tool_01KC5WJPMG9V832DC7FKG243MX"),
|
|
64618
64627
|
path: stringType(),
|
|
64619
64628
|
key: stringType(),
|
|
64620
64629
|
displayName: stringType().optional(),
|
|
@@ -64676,7 +64685,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64676
64685
|
parameters: lazyType(() => RetrieveToolResponseBodyParameters$outboundSchema).optional()
|
|
64677
64686
|
});
|
|
64678
64687
|
RetrieveToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
64679
|
-
_id: stringType().default("
|
|
64688
|
+
_id: stringType().default("tool_01KC5WJPMDH1CK9B20F90VRD34"),
|
|
64680
64689
|
path: stringType(),
|
|
64681
64690
|
key: stringType(),
|
|
64682
64691
|
display_name: stringType().optional(),
|
|
@@ -64703,7 +64712,7 @@ var init_retrievetool = __esm(() => {
|
|
|
64703
64712
|
});
|
|
64704
64713
|
});
|
|
64705
64714
|
RetrieveToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
64706
|
-
id: stringType().default("
|
|
64715
|
+
id: stringType().default("tool_01KC5WJPMDH1CK9B20F90VRD34"),
|
|
64707
64716
|
path: stringType(),
|
|
64708
64717
|
key: stringType(),
|
|
64709
64718
|
displayName: stringType().optional(),
|
|
@@ -65481,13 +65490,13 @@ var init_runagent = __esm(() => {
|
|
|
65481
65490
|
required: arrayType(stringType()).optional()
|
|
65482
65491
|
});
|
|
65483
65492
|
Tools$inboundSchema2 = objectType({
|
|
65484
|
-
id: stringType().default("
|
|
65493
|
+
id: stringType().default("01KC5WJP4ST39VHJYTRBYRKPCA"),
|
|
65485
65494
|
name: stringType(),
|
|
65486
65495
|
description: stringType().optional(),
|
|
65487
65496
|
schema: lazyType(() => Schema$inboundSchema)
|
|
65488
65497
|
});
|
|
65489
65498
|
Tools$outboundSchema2 = objectType({
|
|
65490
|
-
id: stringType().default("
|
|
65499
|
+
id: stringType().default("01KC5WJP4ST39VHJYTRBYRKPCA"),
|
|
65491
65500
|
name: stringType(),
|
|
65492
65501
|
description: stringType().optional(),
|
|
65493
65502
|
schema: lazyType(() => Schema$outboundSchema)
|
|
@@ -67691,13 +67700,13 @@ var init_streamrunagent2 = __esm(() => {
|
|
|
67691
67700
|
required: arrayType(stringType()).optional()
|
|
67692
67701
|
});
|
|
67693
67702
|
AgentToolInputRunTools$inboundSchema = objectType({
|
|
67694
|
-
id: stringType().default("
|
|
67703
|
+
id: stringType().default("01KC5WJP85WV2T5E4PMK7CTS7H"),
|
|
67695
67704
|
name: stringType(),
|
|
67696
67705
|
description: stringType().optional(),
|
|
67697
67706
|
schema: lazyType(() => AgentToolInputRunSchema$inboundSchema)
|
|
67698
67707
|
});
|
|
67699
67708
|
AgentToolInputRunTools$outboundSchema = objectType({
|
|
67700
|
-
id: stringType().default("
|
|
67709
|
+
id: stringType().default("01KC5WJP85WV2T5E4PMK7CTS7H"),
|
|
67701
67710
|
name: stringType(),
|
|
67702
67711
|
description: stringType().optional(),
|
|
67703
67712
|
schema: lazyType(() => AgentToolInputRunSchema$outboundSchema)
|
|
@@ -70406,7 +70415,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70406
70415
|
is_active: booleanType(),
|
|
70407
70416
|
consumption: lazyType(() => UpdateBudgetConsumption$inboundSchema).optional(),
|
|
70408
70417
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70409
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
70418
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.677Z").transform((v2) => new Date(v2))
|
|
70410
70419
|
}).transform((v2) => {
|
|
70411
70420
|
return remap(v2, {
|
|
70412
70421
|
_id: "id",
|
|
@@ -70426,7 +70435,7 @@ var init_updatebudget = __esm(() => {
|
|
|
70426
70435
|
isActive: booleanType(),
|
|
70427
70436
|
consumption: lazyType(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
70428
70437
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70429
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
70438
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.677Z")).transform((v2) => v2.toISOString())
|
|
70430
70439
|
}).transform((v2) => {
|
|
70431
70440
|
return remap(v2, {
|
|
70432
70441
|
id: "_id",
|
|
@@ -70582,7 +70591,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
70582
70591
|
tags: arrayType(stringType()).optional(),
|
|
70583
70592
|
metadata: recordType(anyType()).optional(),
|
|
70584
70593
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
70585
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
70594
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
70586
70595
|
}).transform((v2) => {
|
|
70587
70596
|
return remap(v2, {
|
|
70588
70597
|
_id: "id",
|
|
@@ -70600,7 +70609,7 @@ var init_updatecontact2 = __esm(() => {
|
|
|
70600
70609
|
tags: arrayType(stringType()).optional(),
|
|
70601
70610
|
metadata: recordType(anyType()).optional(),
|
|
70602
70611
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
70603
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
70612
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
70604
70613
|
}).transform((v2) => {
|
|
70605
70614
|
return remap(v2, {
|
|
70606
70615
|
id: "_id",
|
|
@@ -70692,7 +70701,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
70692
70701
|
});
|
|
70693
70702
|
});
|
|
70694
70703
|
UpdateConversationResponseBody$inboundSchema2 = objectType({
|
|
70695
|
-
_id: stringType().default("
|
|
70704
|
+
_id: stringType().default("conv_01kc5wjpafv8xkvm3drkb99fpr"),
|
|
70696
70705
|
entity_id: stringType(),
|
|
70697
70706
|
kind: UpdateConversationKind$inboundSchema,
|
|
70698
70707
|
display_name: stringType(),
|
|
@@ -70713,7 +70722,7 @@ var init_updateconversation2 = __esm(() => {
|
|
|
70713
70722
|
});
|
|
70714
70723
|
});
|
|
70715
70724
|
UpdateConversationResponseBody$outboundSchema2 = objectType({
|
|
70716
|
-
id: stringType().default("
|
|
70725
|
+
id: stringType().default("conv_01kc5wjpafv8xkvm3drkb99fpr"),
|
|
70717
70726
|
entityId: stringType(),
|
|
70718
70727
|
kind: UpdateConversationKind$outboundSchema,
|
|
70719
70728
|
displayName: stringType(),
|
|
@@ -70822,7 +70831,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
70822
70831
|
stringType(),
|
|
70823
70832
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
70824
70833
|
]),
|
|
70825
|
-
tool_call_id: stringType(),
|
|
70834
|
+
tool_call_id: nullableType(stringType()),
|
|
70826
70835
|
cache_control: lazyType(() => UpdateDatapointMessagesCacheControl$inboundSchema).optional()
|
|
70827
70836
|
}).transform((v2) => {
|
|
70828
70837
|
return remap(v2, {
|
|
@@ -70836,7 +70845,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
70836
70845
|
stringType(),
|
|
70837
70846
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
70838
70847
|
]),
|
|
70839
|
-
toolCallId: stringType(),
|
|
70848
|
+
toolCallId: nullableType(stringType()),
|
|
70840
70849
|
cacheControl: lazyType(() => UpdateDatapointMessagesCacheControl$outboundSchema).optional()
|
|
70841
70850
|
}).transform((v2) => {
|
|
70842
70851
|
return remap(v2, {
|
|
@@ -71176,7 +71185,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71176
71185
|
stringType(),
|
|
71177
71186
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
71178
71187
|
]),
|
|
71179
|
-
tool_call_id: stringType(),
|
|
71188
|
+
tool_call_id: nullableType(stringType()),
|
|
71180
71189
|
cache_control: lazyType(() => UpdateDatapointMessagesDatasetsCacheControl$inboundSchema).optional()
|
|
71181
71190
|
}).transform((v2) => {
|
|
71182
71191
|
return remap(v2, {
|
|
@@ -71190,7 +71199,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71190
71199
|
stringType(),
|
|
71191
71200
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
71192
71201
|
]),
|
|
71193
|
-
toolCallId: stringType(),
|
|
71202
|
+
toolCallId: nullableType(stringType()),
|
|
71194
71203
|
cacheControl: lazyType(() => UpdateDatapointMessagesDatasetsCacheControl$outboundSchema).optional()
|
|
71195
71204
|
}).transform((v2) => {
|
|
71196
71205
|
return remap(v2, {
|
|
@@ -71462,7 +71471,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71462
71471
|
human_review_id: stringType(),
|
|
71463
71472
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$inboundSchema.default("orq"),
|
|
71464
71473
|
reviewed_by_id: stringType(),
|
|
71465
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71474
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.239Z").transform((v2) => new Date(v2)),
|
|
71466
71475
|
type: literalType("string_array"),
|
|
71467
71476
|
values: arrayType(stringType())
|
|
71468
71477
|
}).transform((v2) => {
|
|
@@ -71479,7 +71488,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71479
71488
|
humanReviewId: stringType(),
|
|
71480
71489
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema.default("orq"),
|
|
71481
71490
|
reviewedById: stringType(),
|
|
71482
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71491
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.239Z")).transform((v2) => v2.toISOString()),
|
|
71483
71492
|
type: literalType("string_array"),
|
|
71484
71493
|
values: arrayType(stringType())
|
|
71485
71494
|
}).transform((v2) => {
|
|
@@ -71500,7 +71509,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71500
71509
|
human_review_id: stringType(),
|
|
71501
71510
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
71502
71511
|
reviewed_by_id: stringType(),
|
|
71503
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71512
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.238Z").transform((v2) => new Date(v2)),
|
|
71504
71513
|
type: literalType("number"),
|
|
71505
71514
|
value: numberType()
|
|
71506
71515
|
}).transform((v2) => {
|
|
@@ -71517,7 +71526,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71517
71526
|
humanReviewId: stringType(),
|
|
71518
71527
|
source: UpdateDatapointEvaluationsDatasetsSource$outboundSchema.default("orq"),
|
|
71519
71528
|
reviewedById: stringType(),
|
|
71520
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71529
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.238Z")).transform((v2) => v2.toISOString()),
|
|
71521
71530
|
type: literalType("number"),
|
|
71522
71531
|
value: numberType()
|
|
71523
71532
|
}).transform((v2) => {
|
|
@@ -71538,7 +71547,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71538
71547
|
human_review_id: stringType(),
|
|
71539
71548
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
71540
71549
|
reviewed_by_id: stringType(),
|
|
71541
|
-
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-
|
|
71550
|
+
reviewed_at: stringType().datetime({ offset: true }).default("2025-12-11T05:01:44.238Z").transform((v2) => new Date(v2)),
|
|
71542
71551
|
type: literalType("string"),
|
|
71543
71552
|
value: stringType()
|
|
71544
71553
|
}).transform((v2) => {
|
|
@@ -71555,7 +71564,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71555
71564
|
humanReviewId: stringType(),
|
|
71556
71565
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
71557
71566
|
reviewedById: stringType(),
|
|
71558
|
-
reviewedAt: dateType().default(() => new Date("2025-12-
|
|
71567
|
+
reviewedAt: dateType().default(() => new Date("2025-12-11T05:01:44.238Z")).transform((v2) => v2.toISOString()),
|
|
71559
71568
|
type: literalType("string"),
|
|
71560
71569
|
value: stringType()
|
|
71561
71570
|
}).transform((v2) => {
|
|
@@ -71598,7 +71607,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71598
71607
|
created_by_id: stringType().optional(),
|
|
71599
71608
|
updated_by_id: stringType().optional(),
|
|
71600
71609
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71601
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
71610
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
71602
71611
|
}).transform((v2) => {
|
|
71603
71612
|
return remap(v2, {
|
|
71604
71613
|
_id: "id",
|
|
@@ -71632,7 +71641,7 @@ var init_updatedatapoint = __esm(() => {
|
|
|
71632
71641
|
createdById: stringType().optional(),
|
|
71633
71642
|
updatedById: stringType().optional(),
|
|
71634
71643
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71635
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
71644
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
71636
71645
|
}).transform((v2) => {
|
|
71637
71646
|
return remap(v2, {
|
|
71638
71647
|
id: "_id",
|
|
@@ -71716,7 +71725,7 @@ var init_updatedataset = __esm(() => {
|
|
|
71716
71725
|
created_by_id: stringType().optional(),
|
|
71717
71726
|
updated_by_id: stringType().optional(),
|
|
71718
71727
|
created: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)).optional(),
|
|
71719
|
-
updated: stringType().datetime({ offset: true }).default("2025-12-
|
|
71728
|
+
updated: stringType().datetime({ offset: true }).default("2025-12-11T05:01:28.270Z").transform((v2) => new Date(v2))
|
|
71720
71729
|
}).transform((v2) => {
|
|
71721
71730
|
return remap(v2, {
|
|
71722
71731
|
_id: "id",
|
|
@@ -71736,7 +71745,7 @@ var init_updatedataset = __esm(() => {
|
|
|
71736
71745
|
createdById: stringType().optional(),
|
|
71737
71746
|
updatedById: stringType().optional(),
|
|
71738
71747
|
created: dateType().transform((v2) => v2.toISOString()).optional(),
|
|
71739
|
-
updated: dateType().default(() => new Date("2025-12-
|
|
71748
|
+
updated: dateType().default(() => new Date("2025-12-11T05:01:28.270Z")).transform((v2) => v2.toISOString())
|
|
71740
71749
|
}).transform((v2) => {
|
|
71741
71750
|
return remap(v2, {
|
|
71742
71751
|
id: "_id",
|
|
@@ -71800,7 +71809,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
71800
71809
|
UpdateDatasourceStatus$inboundSchema = nativeEnumType(UpdateDatasourceStatus);
|
|
71801
71810
|
UpdateDatasourceStatus$outboundSchema = UpdateDatasourceStatus$inboundSchema;
|
|
71802
71811
|
UpdateDatasourceResponseBody$inboundSchema = objectType({
|
|
71803
|
-
_id: stringType().default("
|
|
71812
|
+
_id: stringType().default("01KC5WJPRF7EJGAA46742S7Q9P"),
|
|
71804
71813
|
display_name: stringType(),
|
|
71805
71814
|
description: stringType().optional(),
|
|
71806
71815
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -71823,7 +71832,7 @@ var init_updatedatasource = __esm(() => {
|
|
|
71823
71832
|
});
|
|
71824
71833
|
});
|
|
71825
71834
|
UpdateDatasourceResponseBody$outboundSchema = objectType({
|
|
71826
|
-
id: stringType().default("
|
|
71835
|
+
id: stringType().default("01KC5WJPRF7EJGAA46742S7Q9P"),
|
|
71827
71836
|
displayName: stringType(),
|
|
71828
71837
|
description: stringType().optional(),
|
|
71829
71838
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -72336,8 +72345,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72336
72345
|
ResponseBodyTypescript$inboundSchema = objectType({
|
|
72337
72346
|
_id: stringType(),
|
|
72338
72347
|
description: stringType(),
|
|
72339
|
-
created: stringType().default("2025-12-
|
|
72340
|
-
updated: stringType().default("2025-12-
|
|
72348
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72349
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72341
72350
|
guardrail_config: unionType([
|
|
72342
72351
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
72343
72352
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema)
|
|
@@ -72354,8 +72363,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72354
72363
|
ResponseBodyTypescript$outboundSchema = objectType({
|
|
72355
72364
|
id: stringType(),
|
|
72356
72365
|
description: stringType(),
|
|
72357
|
-
created: stringType().default("2025-12-
|
|
72358
|
-
updated: stringType().default("2025-12-
|
|
72366
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72367
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72359
72368
|
guardrailConfig: unionType([
|
|
72360
72369
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
72361
72370
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema)
|
|
@@ -72406,8 +72415,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72406
72415
|
ResponseBodyRagas$inboundSchema = objectType({
|
|
72407
72416
|
_id: stringType(),
|
|
72408
72417
|
description: stringType(),
|
|
72409
|
-
created: stringType().default("2025-12-
|
|
72410
|
-
updated: stringType().default("2025-12-
|
|
72418
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72419
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72411
72420
|
guardrail_config: unionType([
|
|
72412
72421
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
72413
72422
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema)
|
|
@@ -72426,8 +72435,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72426
72435
|
ResponseBodyRagas$outboundSchema = objectType({
|
|
72427
72436
|
id: stringType(),
|
|
72428
72437
|
description: stringType(),
|
|
72429
|
-
created: stringType().default("2025-12-
|
|
72430
|
-
updated: stringType().default("2025-12-
|
|
72438
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72439
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72431
72440
|
guardrailConfig: unionType([
|
|
72432
72441
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
72433
72442
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema)
|
|
@@ -72762,8 +72771,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72762
72771
|
ResponseBodyFunction$inboundSchema = objectType({
|
|
72763
72772
|
_id: stringType(),
|
|
72764
72773
|
description: stringType(),
|
|
72765
|
-
created: stringType().default("2025-12-
|
|
72766
|
-
updated: stringType().default("2025-12-
|
|
72774
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72775
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72767
72776
|
guardrail_config: unionType([
|
|
72768
72777
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
72769
72778
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema)
|
|
@@ -72814,8 +72823,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72814
72823
|
ResponseBodyFunction$outboundSchema = objectType({
|
|
72815
72824
|
id: stringType(),
|
|
72816
72825
|
description: stringType(),
|
|
72817
|
-
created: stringType().default("2025-12-
|
|
72818
|
-
updated: stringType().default("2025-12-
|
|
72826
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72827
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72819
72828
|
guardrailConfig: unionType([
|
|
72820
72829
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
72821
72830
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema)
|
|
@@ -72898,8 +72907,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72898
72907
|
UpdateEvalResponseBodyPython$inboundSchema = objectType({
|
|
72899
72908
|
_id: stringType(),
|
|
72900
72909
|
description: stringType(),
|
|
72901
|
-
created: stringType().default("2025-12-
|
|
72902
|
-
updated: stringType().default("2025-12-
|
|
72910
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72911
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72903
72912
|
guardrail_config: unionType([
|
|
72904
72913
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
72905
72914
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema)
|
|
@@ -72916,8 +72925,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72916
72925
|
UpdateEvalResponseBodyPython$outboundSchema = objectType({
|
|
72917
72926
|
id: stringType(),
|
|
72918
72927
|
description: stringType(),
|
|
72919
|
-
created: stringType().default("2025-12-
|
|
72920
|
-
updated: stringType().default("2025-12-
|
|
72928
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72929
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72921
72930
|
guardrailConfig: unionType([
|
|
72922
72931
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
72923
72932
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema)
|
|
@@ -72968,8 +72977,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72968
72977
|
UpdateEvalResponseBodyHTTP$inboundSchema = objectType({
|
|
72969
72978
|
_id: stringType(),
|
|
72970
72979
|
description: stringType(),
|
|
72971
|
-
created: stringType().default("2025-12-
|
|
72972
|
-
updated: stringType().default("2025-12-
|
|
72980
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72981
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72973
72982
|
guardrail_config: unionType([
|
|
72974
72983
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
72975
72984
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema)
|
|
@@ -72989,8 +72998,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
72989
72998
|
UpdateEvalResponseBodyHTTP$outboundSchema = objectType({
|
|
72990
72999
|
id: stringType(),
|
|
72991
73000
|
description: stringType(),
|
|
72992
|
-
created: stringType().default("2025-12-
|
|
72993
|
-
updated: stringType().default("2025-12-
|
|
73001
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73002
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
72994
73003
|
guardrailConfig: unionType([
|
|
72995
73004
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
72996
73005
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema)
|
|
@@ -73042,8 +73051,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73042
73051
|
UpdateEvalResponseBodyJSON$inboundSchema = objectType({
|
|
73043
73052
|
_id: stringType(),
|
|
73044
73053
|
description: stringType(),
|
|
73045
|
-
created: stringType().default("2025-12-
|
|
73046
|
-
updated: stringType().default("2025-12-
|
|
73054
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73055
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73047
73056
|
guardrail_config: unionType([
|
|
73048
73057
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
73049
73058
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema)
|
|
@@ -73060,8 +73069,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73060
73069
|
UpdateEvalResponseBodyJSON$outboundSchema = objectType({
|
|
73061
73070
|
id: stringType(),
|
|
73062
73071
|
description: stringType(),
|
|
73063
|
-
created: stringType().default("2025-12-
|
|
73064
|
-
updated: stringType().default("2025-12-
|
|
73072
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73073
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73065
73074
|
guardrailConfig: unionType([
|
|
73066
73075
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
73067
73076
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema)
|
|
@@ -73110,8 +73119,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73110
73119
|
UpdateEvalResponseBodyLLM$inboundSchema = objectType({
|
|
73111
73120
|
_id: stringType(),
|
|
73112
73121
|
description: stringType(),
|
|
73113
|
-
created: stringType().default("2025-12-
|
|
73114
|
-
updated: stringType().default("2025-12-
|
|
73122
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73123
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73115
73124
|
guardrail_config: unionType([
|
|
73116
73125
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
73117
73126
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema)
|
|
@@ -73129,8 +73138,8 @@ var init_updateeval2 = __esm(() => {
|
|
|
73129
73138
|
UpdateEvalResponseBodyLLM$outboundSchema = objectType({
|
|
73130
73139
|
id: stringType(),
|
|
73131
73140
|
description: stringType(),
|
|
73132
|
-
created: stringType().default("2025-12-
|
|
73133
|
-
updated: stringType().default("2025-12-
|
|
73141
|
+
created: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73142
|
+
updated: stringType().default("2025-12-11T05:01:30.691Z"),
|
|
73134
73143
|
guardrailConfig: unionType([
|
|
73135
73144
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
73136
73145
|
lazyType(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema)
|
|
@@ -73837,7 +73846,8 @@ var init_updatememorystore = __esm(() => {
|
|
|
73837
73846
|
Mistral: "mistral",
|
|
73838
73847
|
Deepseek: "deepseek",
|
|
73839
73848
|
Contextualai: "contextualai",
|
|
73840
|
-
Moonshotai: "moonshotai"
|
|
73849
|
+
Moonshotai: "moonshotai",
|
|
73850
|
+
Zai: "zai"
|
|
73841
73851
|
};
|
|
73842
73852
|
UpdateMemoryStoreRequestBody$inboundSchema = objectType({
|
|
73843
73853
|
description: stringType().optional(),
|
|
@@ -74024,7 +74034,8 @@ var init_updateprompt2 = __esm(() => {
|
|
|
74024
74034
|
Mistral: "mistral",
|
|
74025
74035
|
Deepseek: "deepseek",
|
|
74026
74036
|
Contextualai: "contextualai",
|
|
74027
|
-
Moonshotai: "moonshotai"
|
|
74037
|
+
Moonshotai: "moonshotai",
|
|
74038
|
+
Zai: "zai"
|
|
74028
74039
|
};
|
|
74029
74040
|
UpdatePromptRole = {
|
|
74030
74041
|
System: "system",
|
|
@@ -74195,7 +74206,8 @@ var init_updateprompt2 = __esm(() => {
|
|
|
74195
74206
|
Mistral: "mistral",
|
|
74196
74207
|
Deepseek: "deepseek",
|
|
74197
74208
|
Contextualai: "contextualai",
|
|
74198
|
-
Moonshotai: "moonshotai"
|
|
74209
|
+
Moonshotai: "moonshotai",
|
|
74210
|
+
Zai: "zai"
|
|
74199
74211
|
};
|
|
74200
74212
|
UpdatePromptPromptsRole = {
|
|
74201
74213
|
System: "system",
|
|
@@ -74625,7 +74637,7 @@ var init_updateprompt2 = __esm(() => {
|
|
|
74625
74637
|
stringType(),
|
|
74626
74638
|
arrayType(TextContentPartSchema$inboundSchema)
|
|
74627
74639
|
]),
|
|
74628
|
-
tool_call_id: stringType(),
|
|
74640
|
+
tool_call_id: nullableType(stringType()),
|
|
74629
74641
|
cache_control: lazyType(() => UpdatePromptMessagesCacheControl$inboundSchema).optional()
|
|
74630
74642
|
}).transform((v2) => {
|
|
74631
74643
|
return remap(v2, {
|
|
@@ -74639,7 +74651,7 @@ var init_updateprompt2 = __esm(() => {
|
|
|
74639
74651
|
stringType(),
|
|
74640
74652
|
arrayType(TextContentPartSchema$outboundSchema)
|
|
74641
74653
|
]),
|
|
74642
|
-
toolCallId: stringType(),
|
|
74654
|
+
toolCallId: nullableType(stringType()),
|
|
74643
74655
|
cacheControl: lazyType(() => UpdatePromptMessagesCacheControl$outboundSchema).optional()
|
|
74644
74656
|
}).transform((v2) => {
|
|
74645
74657
|
return remap(v2, {
|
|
@@ -75642,13 +75654,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
75642
75654
|
required: arrayType(stringType()).optional()
|
|
75643
75655
|
});
|
|
75644
75656
|
RequestBodyTools$inboundSchema = objectType({
|
|
75645
|
-
id: stringType().default("
|
|
75657
|
+
id: stringType().default("01KC5WJPKJAT2SPMWVNX8ZYRRY"),
|
|
75646
75658
|
name: stringType(),
|
|
75647
75659
|
description: stringType().optional(),
|
|
75648
75660
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$inboundSchema)
|
|
75649
75661
|
});
|
|
75650
75662
|
RequestBodyTools$outboundSchema = objectType({
|
|
75651
|
-
id: stringType().default("
|
|
75663
|
+
id: stringType().default("01KC5WJPKJAT2SPMWVNX8ZYRRY"),
|
|
75652
75664
|
name: stringType(),
|
|
75653
75665
|
description: stringType().optional(),
|
|
75654
75666
|
schema: lazyType(() => UpdateToolRequestBodyToolsSchema$outboundSchema)
|
|
@@ -75988,7 +76000,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
75988
76000
|
code: stringType()
|
|
75989
76001
|
});
|
|
75990
76002
|
UpdateToolResponseBodyCodeExecutionTool$inboundSchema = objectType({
|
|
75991
|
-
_id: stringType().default("
|
|
76003
|
+
_id: stringType().default("tool_01KC5WJPKBHZQE76DJCGN6RKKA"),
|
|
75992
76004
|
path: stringType(),
|
|
75993
76005
|
key: stringType(),
|
|
75994
76006
|
display_name: stringType().optional(),
|
|
@@ -76016,7 +76028,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76016
76028
|
});
|
|
76017
76029
|
});
|
|
76018
76030
|
UpdateToolResponseBodyCodeExecutionTool$outboundSchema = objectType({
|
|
76019
|
-
id: stringType().default("
|
|
76031
|
+
id: stringType().default("tool_01KC5WJPKBHZQE76DJCGN6RKKA"),
|
|
76020
76032
|
path: stringType(),
|
|
76021
76033
|
key: stringType(),
|
|
76022
76034
|
displayName: stringType().optional(),
|
|
@@ -76066,13 +76078,13 @@ var init_updatetool2 = __esm(() => {
|
|
|
76066
76078
|
required: arrayType(stringType()).optional()
|
|
76067
76079
|
});
|
|
76068
76080
|
UpdateToolResponseBodyTools$inboundSchema = objectType({
|
|
76069
|
-
id: stringType().default("
|
|
76081
|
+
id: stringType().default("01KC5WJPK94AA0DD67ZWDX7FG8"),
|
|
76070
76082
|
name: stringType(),
|
|
76071
76083
|
description: stringType().optional(),
|
|
76072
76084
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$inboundSchema)
|
|
76073
76085
|
});
|
|
76074
76086
|
UpdateToolResponseBodyTools$outboundSchema = objectType({
|
|
76075
|
-
id: stringType().default("
|
|
76087
|
+
id: stringType().default("01KC5WJPK94AA0DD67ZWDX7FG8"),
|
|
76076
76088
|
name: stringType(),
|
|
76077
76089
|
description: stringType().optional(),
|
|
76078
76090
|
schema: lazyType(() => UpdateToolResponseBodyToolsSchema$outboundSchema)
|
|
@@ -76102,7 +76114,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76102
76114
|
});
|
|
76103
76115
|
});
|
|
76104
76116
|
UpdateToolResponseBodyMCPTool$inboundSchema = objectType({
|
|
76105
|
-
_id: stringType().default("
|
|
76117
|
+
_id: stringType().default("tool_01KC5WJPK72NWQA7N6P80E35AM"),
|
|
76106
76118
|
path: stringType(),
|
|
76107
76119
|
key: stringType(),
|
|
76108
76120
|
display_name: stringType().optional(),
|
|
@@ -76129,7 +76141,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76129
76141
|
});
|
|
76130
76142
|
});
|
|
76131
76143
|
UpdateToolResponseBodyMCPTool$outboundSchema = objectType({
|
|
76132
|
-
id: stringType().default("
|
|
76144
|
+
id: stringType().default("tool_01KC5WJPK72NWQA7N6P80E35AM"),
|
|
76133
76145
|
path: stringType(),
|
|
76134
76146
|
key: stringType(),
|
|
76135
76147
|
displayName: stringType().optional(),
|
|
@@ -76216,7 +76228,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76216
76228
|
arguments: recordType(lazyType(() => UpdateToolResponseBodyArguments$outboundSchema)).optional()
|
|
76217
76229
|
});
|
|
76218
76230
|
UpdateToolResponseBodyHTTPTool$inboundSchema = objectType({
|
|
76219
|
-
_id: stringType().default("
|
|
76231
|
+
_id: stringType().default("tool_01KC5WJPK4K9TECDF51CVQG7GF"),
|
|
76220
76232
|
path: stringType(),
|
|
76221
76233
|
key: stringType(),
|
|
76222
76234
|
display_name: stringType().optional(),
|
|
@@ -76243,7 +76255,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76243
76255
|
});
|
|
76244
76256
|
});
|
|
76245
76257
|
UpdateToolResponseBodyHTTPTool$outboundSchema = objectType({
|
|
76246
|
-
id: stringType().default("
|
|
76258
|
+
id: stringType().default("tool_01KC5WJPK4K9TECDF51CVQG7GF"),
|
|
76247
76259
|
path: stringType(),
|
|
76248
76260
|
key: stringType(),
|
|
76249
76261
|
displayName: stringType().optional(),
|
|
@@ -76302,7 +76314,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76302
76314
|
strict: booleanType().optional()
|
|
76303
76315
|
});
|
|
76304
76316
|
UpdateToolResponseBodyJSONSchemaTool$inboundSchema = objectType({
|
|
76305
|
-
_id: stringType().default("
|
|
76317
|
+
_id: stringType().default("tool_01KC5WJPK2PS2GYE4YS4C3HZNN"),
|
|
76306
76318
|
path: stringType(),
|
|
76307
76319
|
key: stringType(),
|
|
76308
76320
|
display_name: stringType().optional(),
|
|
@@ -76330,7 +76342,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76330
76342
|
});
|
|
76331
76343
|
});
|
|
76332
76344
|
UpdateToolResponseBodyJSONSchemaTool$outboundSchema = objectType({
|
|
76333
|
-
id: stringType().default("
|
|
76345
|
+
id: stringType().default("tool_01KC5WJPK2PS2GYE4YS4C3HZNN"),
|
|
76334
76346
|
path: stringType(),
|
|
76335
76347
|
key: stringType(),
|
|
76336
76348
|
displayName: stringType().optional(),
|
|
@@ -76392,7 +76404,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76392
76404
|
parameters: lazyType(() => UpdateToolResponseBodyParameters$outboundSchema).optional()
|
|
76393
76405
|
});
|
|
76394
76406
|
UpdateToolResponseBodyFunctionTool$inboundSchema = objectType({
|
|
76395
|
-
_id: stringType().default("
|
|
76407
|
+
_id: stringType().default("tool_01KC5WJPJZ44ECYACAVPAYGW8A"),
|
|
76396
76408
|
path: stringType(),
|
|
76397
76409
|
key: stringType(),
|
|
76398
76410
|
display_name: stringType().optional(),
|
|
@@ -76419,7 +76431,7 @@ var init_updatetool2 = __esm(() => {
|
|
|
76419
76431
|
});
|
|
76420
76432
|
});
|
|
76421
76433
|
UpdateToolResponseBodyFunctionTool$outboundSchema = objectType({
|
|
76422
|
-
id: stringType().default("
|
|
76434
|
+
id: stringType().default("tool_01KC5WJPJZ44ECYACAVPAYGW8A"),
|
|
76423
76435
|
path: stringType(),
|
|
76424
76436
|
key: stringType(),
|
|
76425
76437
|
displayName: stringType().optional(),
|
|
@@ -78100,7 +78112,7 @@ var init_budgetsList2 = __esm(() => {
|
|
|
78100
78112
|
name: "budgets-list",
|
|
78101
78113
|
description: `List budget configurations
|
|
78102
78114
|
|
|
78103
|
-
Retrieves a paginated list of budget configurations in your workspace. Supports filtering by type (contact or workspace). For workspace budgets, only one budget can exist per workspace.`,
|
|
78115
|
+
Retrieves a paginated list of budget configurations in your workspace. Supports filtering by type (api_key, contact or workspace). For workspace budgets, only one budget can exist per workspace.`,
|
|
78104
78116
|
args: args14,
|
|
78105
78117
|
tool: async (client, args15, ctx) => {
|
|
78106
78118
|
const [result, apiCall] = await budgetsList(client, args15.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -87417,7 +87429,7 @@ Updates a tool in the workspace.`,
|
|
|
87417
87429
|
function createMCPServer(deps) {
|
|
87418
87430
|
const server = new McpServer({
|
|
87419
87431
|
name: "Orq",
|
|
87420
|
-
version: "4.1.0-rc.
|
|
87432
|
+
version: "4.1.0-rc.37"
|
|
87421
87433
|
});
|
|
87422
87434
|
const client = new OrqCore({
|
|
87423
87435
|
apiKey: deps.apiKey,
|
|
@@ -88839,7 +88851,7 @@ var routes = rn({
|
|
|
88839
88851
|
var app = Ve(routes, {
|
|
88840
88852
|
name: "mcp",
|
|
88841
88853
|
versionInfo: {
|
|
88842
|
-
currentVersion: "4.1.0-rc.
|
|
88854
|
+
currentVersion: "4.1.0-rc.37"
|
|
88843
88855
|
}
|
|
88844
88856
|
});
|
|
88845
88857
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -88847,5 +88859,5 @@ export {
|
|
|
88847
88859
|
app
|
|
88848
88860
|
};
|
|
88849
88861
|
|
|
88850
|
-
//# debugId=
|
|
88862
|
+
//# debugId=0EDCE74B6063565764756E2164756E21
|
|
88851
88863
|
//# sourceMappingURL=mcp-server.js.map
|