@orq-ai/node 4.0.0-rc.44 → 4.0.0-rc.46
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 +727 -1532
- package/bin/mcp-server.js.map +56 -56
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/operations/createagent.d.ts +88 -8
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +85 -18
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +106 -106
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +242 -234
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +10 -391
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +5 -565
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +40 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +33 -7
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/deploymentgetconfig.d.ts +20 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +22 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +20 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +16 -3
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicateagent.d.ts +40 -0
- package/models/operations/duplicateagent.d.ts.map +1 -1
- package/models/operations/duplicateagent.js +36 -3
- package/models/operations/duplicateagent.js.map +1 -1
- package/models/operations/duplicatetool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +40 -0
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +36 -3
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +5 -195
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +3 -273
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +20 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +16 -3
- 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 +20 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +16 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +20 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +16 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +40 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +37 -4
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +5 -5
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +4 -4
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +20 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +16 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememorystore.d.ts +5 -196
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +3 -273
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +45 -10
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +44 -9
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/syncmcptool.js +12 -12
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -8
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +5 -195
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +3 -290
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +40 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +33 -7
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/createagent.ts +166 -39
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +423 -524
- package/src/models/operations/creatememorystore.ts +14 -1094
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicateagent.ts +72 -0
- package/src/models/operations/duplicatetool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +65 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -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 +30 -0
- package/src/models/operations/getpromptversion.ts +30 -0
- package/src/models/operations/listagents.ts +68 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +9 -9
- package/src/models/operations/listpromptversions.ts +30 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememorystore.ts +7 -596
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +71 -2
- package/src/models/operations/streamrunagent.ts +76 -2
- package/src/models/operations/syncmcptool.ts +12 -12
- package/src/models/operations/updateagent.ts +141 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememorystore.ts +7 -527
- package/src/models/operations/updateprompt.ts +60 -0
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -359,6 +359,20 @@ export const Verbosity = {
|
|
|
359
359
|
*/
|
|
360
360
|
export type Verbosity = ClosedEnum<typeof Verbosity>;
|
|
361
361
|
|
|
362
|
+
/**
|
|
363
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
364
|
+
*/
|
|
365
|
+
export const CreatePromptThinkingLevel = {
|
|
366
|
+
Low: "low",
|
|
367
|
+
High: "high",
|
|
368
|
+
} as const;
|
|
369
|
+
/**
|
|
370
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
371
|
+
*/
|
|
372
|
+
export type CreatePromptThinkingLevel = ClosedEnum<
|
|
373
|
+
typeof CreatePromptThinkingLevel
|
|
374
|
+
>;
|
|
375
|
+
|
|
362
376
|
/**
|
|
363
377
|
* Optional model parameters like temperature and maxTokens.
|
|
364
378
|
*/
|
|
@@ -451,6 +465,10 @@ export type ModelParameters = {
|
|
|
451
465
|
* Controls the verbosity of the model output.
|
|
452
466
|
*/
|
|
453
467
|
verbosity?: Verbosity | undefined;
|
|
468
|
+
/**
|
|
469
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
470
|
+
*/
|
|
471
|
+
thinkingLevel?: CreatePromptThinkingLevel | undefined;
|
|
454
472
|
};
|
|
455
473
|
|
|
456
474
|
/**
|
|
@@ -1273,6 +1291,20 @@ export const CreatePromptVerbosity = {
|
|
|
1273
1291
|
*/
|
|
1274
1292
|
export type CreatePromptVerbosity = ClosedEnum<typeof CreatePromptVerbosity>;
|
|
1275
1293
|
|
|
1294
|
+
/**
|
|
1295
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1296
|
+
*/
|
|
1297
|
+
export const CreatePromptPromptsThinkingLevel = {
|
|
1298
|
+
Low: "low",
|
|
1299
|
+
High: "high",
|
|
1300
|
+
} as const;
|
|
1301
|
+
/**
|
|
1302
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1303
|
+
*/
|
|
1304
|
+
export type CreatePromptPromptsThinkingLevel = ClosedEnum<
|
|
1305
|
+
typeof CreatePromptPromptsThinkingLevel
|
|
1306
|
+
>;
|
|
1307
|
+
|
|
1276
1308
|
/**
|
|
1277
1309
|
* Model Parameters: Not all parameters apply to every model
|
|
1278
1310
|
*/
|
|
@@ -1365,6 +1397,10 @@ export type CreatePromptModelParameters = {
|
|
|
1365
1397
|
* Controls the verbosity of the model output.
|
|
1366
1398
|
*/
|
|
1367
1399
|
verbosity?: CreatePromptVerbosity | undefined;
|
|
1400
|
+
/**
|
|
1401
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1402
|
+
*/
|
|
1403
|
+
thinkingLevel?: CreatePromptPromptsThinkingLevel | undefined;
|
|
1368
1404
|
};
|
|
1369
1405
|
|
|
1370
1406
|
export const CreatePromptProvider = {
|
|
@@ -2591,6 +2627,15 @@ export const Verbosity$inboundSchema: z.ZodNativeEnum<typeof Verbosity> = z
|
|
|
2591
2627
|
export const Verbosity$outboundSchema: z.ZodNativeEnum<typeof Verbosity> =
|
|
2592
2628
|
Verbosity$inboundSchema;
|
|
2593
2629
|
|
|
2630
|
+
/** @internal */
|
|
2631
|
+
export const CreatePromptThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
2632
|
+
typeof CreatePromptThinkingLevel
|
|
2633
|
+
> = z.nativeEnum(CreatePromptThinkingLevel);
|
|
2634
|
+
/** @internal */
|
|
2635
|
+
export const CreatePromptThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
2636
|
+
typeof CreatePromptThinkingLevel
|
|
2637
|
+
> = CreatePromptThinkingLevel$inboundSchema;
|
|
2638
|
+
|
|
2594
2639
|
/** @internal */
|
|
2595
2640
|
export const ModelParameters$inboundSchema: z.ZodType<
|
|
2596
2641
|
ModelParameters,
|
|
@@ -2624,6 +2669,7 @@ export const ModelParameters$inboundSchema: z.ZodType<
|
|
|
2624
2669
|
reasoningEffort: ReasoningEffort$inboundSchema.optional(),
|
|
2625
2670
|
budgetTokens: z.number().optional(),
|
|
2626
2671
|
verbosity: Verbosity$inboundSchema.optional(),
|
|
2672
|
+
thinkingLevel: CreatePromptThinkingLevel$inboundSchema.optional(),
|
|
2627
2673
|
}).transform((v) => {
|
|
2628
2674
|
return remap$(v, {
|
|
2629
2675
|
"encoding_format": "encodingFormat",
|
|
@@ -2657,6 +2703,7 @@ export type ModelParameters$Outbound = {
|
|
|
2657
2703
|
reasoningEffort?: string | undefined;
|
|
2658
2704
|
budgetTokens?: number | undefined;
|
|
2659
2705
|
verbosity?: string | undefined;
|
|
2706
|
+
thinkingLevel?: string | undefined;
|
|
2660
2707
|
};
|
|
2661
2708
|
|
|
2662
2709
|
/** @internal */
|
|
@@ -2692,6 +2739,7 @@ export const ModelParameters$outboundSchema: z.ZodType<
|
|
|
2692
2739
|
reasoningEffort: ReasoningEffort$outboundSchema.optional(),
|
|
2693
2740
|
budgetTokens: z.number().optional(),
|
|
2694
2741
|
verbosity: Verbosity$outboundSchema.optional(),
|
|
2742
|
+
thinkingLevel: CreatePromptThinkingLevel$outboundSchema.optional(),
|
|
2695
2743
|
}).transform((v) => {
|
|
2696
2744
|
return remap$(v, {
|
|
2697
2745
|
encodingFormat: "encoding_format",
|
|
@@ -5163,6 +5211,15 @@ export const CreatePromptVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
5163
5211
|
typeof CreatePromptVerbosity
|
|
5164
5212
|
> = CreatePromptVerbosity$inboundSchema;
|
|
5165
5213
|
|
|
5214
|
+
/** @internal */
|
|
5215
|
+
export const CreatePromptPromptsThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
5216
|
+
typeof CreatePromptPromptsThinkingLevel
|
|
5217
|
+
> = z.nativeEnum(CreatePromptPromptsThinkingLevel);
|
|
5218
|
+
/** @internal */
|
|
5219
|
+
export const CreatePromptPromptsThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
5220
|
+
typeof CreatePromptPromptsThinkingLevel
|
|
5221
|
+
> = CreatePromptPromptsThinkingLevel$inboundSchema;
|
|
5222
|
+
|
|
5166
5223
|
/** @internal */
|
|
5167
5224
|
export const CreatePromptModelParameters$inboundSchema: z.ZodType<
|
|
5168
5225
|
CreatePromptModelParameters,
|
|
@@ -5196,6 +5253,7 @@ export const CreatePromptModelParameters$inboundSchema: z.ZodType<
|
|
|
5196
5253
|
reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional(),
|
|
5197
5254
|
budgetTokens: z.number().optional(),
|
|
5198
5255
|
verbosity: CreatePromptVerbosity$inboundSchema.optional(),
|
|
5256
|
+
thinkingLevel: CreatePromptPromptsThinkingLevel$inboundSchema.optional(),
|
|
5199
5257
|
}).transform((v) => {
|
|
5200
5258
|
return remap$(v, {
|
|
5201
5259
|
"encoding_format": "encodingFormat",
|
|
@@ -5229,6 +5287,7 @@ export type CreatePromptModelParameters$Outbound = {
|
|
|
5229
5287
|
reasoningEffort?: string | undefined;
|
|
5230
5288
|
budgetTokens?: number | undefined;
|
|
5231
5289
|
verbosity?: string | undefined;
|
|
5290
|
+
thinkingLevel?: string | undefined;
|
|
5232
5291
|
};
|
|
5233
5292
|
|
|
5234
5293
|
/** @internal */
|
|
@@ -5264,6 +5323,7 @@ export const CreatePromptModelParameters$outboundSchema: z.ZodType<
|
|
|
5264
5323
|
reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional(),
|
|
5265
5324
|
budgetTokens: z.number().optional(),
|
|
5266
5325
|
verbosity: CreatePromptVerbosity$outboundSchema.optional(),
|
|
5326
|
+
thinkingLevel: CreatePromptPromptsThinkingLevel$outboundSchema.optional(),
|
|
5267
5327
|
}).transform((v) => {
|
|
5268
5328
|
return remap$(v, {
|
|
5269
5329
|
encodingFormat: "encoding_format",
|
|
@@ -2571,7 +2571,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
|
|
|
2571
2571
|
z.ZodTypeDef,
|
|
2572
2572
|
unknown
|
|
2573
2573
|
> = z.object({
|
|
2574
|
-
_id: z.string().default("
|
|
2574
|
+
_id: z.string().default("tool_01KAD4TRJJJDWER1YWTG84PQ0N"),
|
|
2575
2575
|
path: z.string(),
|
|
2576
2576
|
key: z.string(),
|
|
2577
2577
|
display_name: z.string().optional(),
|
|
@@ -2625,7 +2625,7 @@ export const ResponseBody5$outboundSchema: z.ZodType<
|
|
|
2625
2625
|
z.ZodTypeDef,
|
|
2626
2626
|
ResponseBody5
|
|
2627
2627
|
> = z.object({
|
|
2628
|
-
id: z.string().default("
|
|
2628
|
+
id: z.string().default("tool_01KAD4TRJJJDWER1YWTG84PQ0N"),
|
|
2629
2629
|
path: z.string(),
|
|
2630
2630
|
key: z.string(),
|
|
2631
2631
|
displayName: z.string().optional(),
|
|
@@ -2795,7 +2795,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
2795
2795
|
z.ZodTypeDef,
|
|
2796
2796
|
unknown
|
|
2797
2797
|
> = z.object({
|
|
2798
|
-
id: z.string().default("
|
|
2798
|
+
id: z.string().default("01KAD4TRJGS8H447T8NF30XB7N"),
|
|
2799
2799
|
name: z.string(),
|
|
2800
2800
|
description: z.string().optional(),
|
|
2801
2801
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2814,7 +2814,7 @@ export const ResponseBodyTools$outboundSchema: z.ZodType<
|
|
|
2814
2814
|
z.ZodTypeDef,
|
|
2815
2815
|
ResponseBodyTools
|
|
2816
2816
|
> = z.object({
|
|
2817
|
-
id: z.string().default("
|
|
2817
|
+
id: z.string().default("01KAD4TRJGS8H447T8NF30XB7N"),
|
|
2818
2818
|
name: z.string(),
|
|
2819
2819
|
description: z.string().optional(),
|
|
2820
2820
|
schema: z.lazy(() => CreateToolResponseBodySchema$outboundSchema),
|
|
@@ -2909,7 +2909,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
|
|
|
2909
2909
|
z.ZodTypeDef,
|
|
2910
2910
|
unknown
|
|
2911
2911
|
> = z.object({
|
|
2912
|
-
_id: z.string().default("
|
|
2912
|
+
_id: z.string().default("tool_01KAD4TRJEQZ2TC6NCHWHDQC7G"),
|
|
2913
2913
|
path: z.string(),
|
|
2914
2914
|
key: z.string(),
|
|
2915
2915
|
display_name: z.string().optional(),
|
|
@@ -2962,7 +2962,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
|
|
|
2962
2962
|
z.ZodTypeDef,
|
|
2963
2963
|
ResponseBody4
|
|
2964
2964
|
> = z.object({
|
|
2965
|
-
id: z.string().default("
|
|
2965
|
+
id: z.string().default("tool_01KAD4TRJEQZ2TC6NCHWHDQC7G"),
|
|
2966
2966
|
path: z.string(),
|
|
2967
2967
|
key: z.string(),
|
|
2968
2968
|
displayName: z.string().optional(),
|
|
@@ -3318,7 +3318,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
|
|
|
3318
3318
|
z.ZodTypeDef,
|
|
3319
3319
|
unknown
|
|
3320
3320
|
> = z.object({
|
|
3321
|
-
_id: z.string().default("
|
|
3321
|
+
_id: z.string().default("tool_01KAD4TRJBWVMJ6T6YKMEYSTRR"),
|
|
3322
3322
|
path: z.string(),
|
|
3323
3323
|
key: z.string(),
|
|
3324
3324
|
display_name: z.string().optional(),
|
|
@@ -3369,7 +3369,7 @@ export const ResponseBody3$outboundSchema: z.ZodType<
|
|
|
3369
3369
|
z.ZodTypeDef,
|
|
3370
3370
|
ResponseBody3
|
|
3371
3371
|
> = z.object({
|
|
3372
|
-
id: z.string().default("
|
|
3372
|
+
id: z.string().default("tool_01KAD4TRJBWVMJ6T6YKMEYSTRR"),
|
|
3373
3373
|
path: z.string(),
|
|
3374
3374
|
key: z.string(),
|
|
3375
3375
|
displayName: z.string().optional(),
|
|
@@ -3539,7 +3539,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
|
|
|
3539
3539
|
z.ZodTypeDef,
|
|
3540
3540
|
unknown
|
|
3541
3541
|
> = z.object({
|
|
3542
|
-
_id: z.string().default("
|
|
3542
|
+
_id: z.string().default("tool_01KAD4TRJ84MJNYQXQJYS52PS9"),
|
|
3543
3543
|
path: z.string(),
|
|
3544
3544
|
key: z.string(),
|
|
3545
3545
|
display_name: z.string().optional(),
|
|
@@ -3591,7 +3591,7 @@ export const ResponseBody2$outboundSchema: z.ZodType<
|
|
|
3591
3591
|
z.ZodTypeDef,
|
|
3592
3592
|
ResponseBody2
|
|
3593
3593
|
> = z.object({
|
|
3594
|
-
id: z.string().default("
|
|
3594
|
+
id: z.string().default("tool_01KAD4TRJ84MJNYQXQJYS52PS9"),
|
|
3595
3595
|
path: z.string(),
|
|
3596
3596
|
key: z.string(),
|
|
3597
3597
|
displayName: z.string().optional(),
|
|
@@ -3777,7 +3777,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
|
|
|
3777
3777
|
z.ZodTypeDef,
|
|
3778
3778
|
unknown
|
|
3779
3779
|
> = z.object({
|
|
3780
|
-
_id: z.string().default("
|
|
3780
|
+
_id: z.string().default("tool_01KAD4TRJ690JSPA8EBARAKYPS"),
|
|
3781
3781
|
path: z.string(),
|
|
3782
3782
|
key: z.string(),
|
|
3783
3783
|
display_name: z.string().optional(),
|
|
@@ -3828,7 +3828,7 @@ export const ResponseBody1$outboundSchema: z.ZodType<
|
|
|
3828
3828
|
z.ZodTypeDef,
|
|
3829
3829
|
ResponseBody1
|
|
3830
3830
|
> = z.object({
|
|
3831
|
-
id: z.string().default("
|
|
3831
|
+
id: z.string().default("tool_01KAD4TRJ690JSPA8EBARAKYPS"),
|
|
3832
3832
|
path: z.string(),
|
|
3833
3833
|
key: z.string(),
|
|
3834
3834
|
displayName: z.string().optional(),
|
|
@@ -1704,6 +1704,20 @@ export type DeploymentGetConfigVerbosity = ClosedEnum<
|
|
|
1704
1704
|
typeof DeploymentGetConfigVerbosity
|
|
1705
1705
|
>;
|
|
1706
1706
|
|
|
1707
|
+
/**
|
|
1708
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1709
|
+
*/
|
|
1710
|
+
export const DeploymentGetConfigThinkingLevel = {
|
|
1711
|
+
Low: "low",
|
|
1712
|
+
High: "high",
|
|
1713
|
+
} as const;
|
|
1714
|
+
/**
|
|
1715
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1716
|
+
*/
|
|
1717
|
+
export type DeploymentGetConfigThinkingLevel = ClosedEnum<
|
|
1718
|
+
typeof DeploymentGetConfigThinkingLevel
|
|
1719
|
+
>;
|
|
1720
|
+
|
|
1707
1721
|
/**
|
|
1708
1722
|
* Model Parameters: Not all parameters apply to every model
|
|
1709
1723
|
*/
|
|
@@ -1796,6 +1810,10 @@ export type DeploymentGetConfigParameters = {
|
|
|
1796
1810
|
* Controls the verbosity of the model output.
|
|
1797
1811
|
*/
|
|
1798
1812
|
verbosity?: DeploymentGetConfigVerbosity | undefined;
|
|
1813
|
+
/**
|
|
1814
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1815
|
+
*/
|
|
1816
|
+
thinkingLevel?: DeploymentGetConfigThinkingLevel | undefined;
|
|
1799
1817
|
};
|
|
1800
1818
|
|
|
1801
1819
|
/**
|
|
@@ -7734,6 +7752,15 @@ export const DeploymentGetConfigVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
7734
7752
|
typeof DeploymentGetConfigVerbosity
|
|
7735
7753
|
> = DeploymentGetConfigVerbosity$inboundSchema;
|
|
7736
7754
|
|
|
7755
|
+
/** @internal */
|
|
7756
|
+
export const DeploymentGetConfigThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
7757
|
+
typeof DeploymentGetConfigThinkingLevel
|
|
7758
|
+
> = z.nativeEnum(DeploymentGetConfigThinkingLevel);
|
|
7759
|
+
/** @internal */
|
|
7760
|
+
export const DeploymentGetConfigThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
7761
|
+
typeof DeploymentGetConfigThinkingLevel
|
|
7762
|
+
> = DeploymentGetConfigThinkingLevel$inboundSchema;
|
|
7763
|
+
|
|
7737
7764
|
/** @internal */
|
|
7738
7765
|
export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
|
|
7739
7766
|
DeploymentGetConfigParameters,
|
|
@@ -7768,6 +7795,7 @@ export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
|
|
|
7768
7795
|
reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional(),
|
|
7769
7796
|
budgetTokens: z.number().optional(),
|
|
7770
7797
|
verbosity: DeploymentGetConfigVerbosity$inboundSchema.optional(),
|
|
7798
|
+
thinkingLevel: DeploymentGetConfigThinkingLevel$inboundSchema.optional(),
|
|
7771
7799
|
}).transform((v) => {
|
|
7772
7800
|
return remap$(v, {
|
|
7773
7801
|
"encoding_format": "encodingFormat",
|
|
@@ -7801,6 +7829,7 @@ export type DeploymentGetConfigParameters$Outbound = {
|
|
|
7801
7829
|
reasoningEffort?: string | undefined;
|
|
7802
7830
|
budgetTokens?: number | undefined;
|
|
7803
7831
|
verbosity?: string | undefined;
|
|
7832
|
+
thinkingLevel?: string | undefined;
|
|
7804
7833
|
};
|
|
7805
7834
|
|
|
7806
7835
|
/** @internal */
|
|
@@ -7837,6 +7866,7 @@ export const DeploymentGetConfigParameters$outboundSchema: z.ZodType<
|
|
|
7837
7866
|
reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional(),
|
|
7838
7867
|
budgetTokens: z.number().optional(),
|
|
7839
7868
|
verbosity: DeploymentGetConfigVerbosity$outboundSchema.optional(),
|
|
7869
|
+
thinkingLevel: DeploymentGetConfigThinkingLevel$outboundSchema.optional(),
|
|
7840
7870
|
}).transform((v) => {
|
|
7841
7871
|
return remap$(v, {
|
|
7842
7872
|
encodingFormat: "encoding_format",
|
|
@@ -275,6 +275,20 @@ export const DeploymentsVerbosity = {
|
|
|
275
275
|
*/
|
|
276
276
|
export type DeploymentsVerbosity = ClosedEnum<typeof DeploymentsVerbosity>;
|
|
277
277
|
|
|
278
|
+
/**
|
|
279
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
280
|
+
*/
|
|
281
|
+
export const DeploymentsThinkingLevel = {
|
|
282
|
+
Low: "low",
|
|
283
|
+
High: "high",
|
|
284
|
+
} as const;
|
|
285
|
+
/**
|
|
286
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
287
|
+
*/
|
|
288
|
+
export type DeploymentsThinkingLevel = ClosedEnum<
|
|
289
|
+
typeof DeploymentsThinkingLevel
|
|
290
|
+
>;
|
|
291
|
+
|
|
278
292
|
/**
|
|
279
293
|
* Model Parameters: Not all parameters apply to every model
|
|
280
294
|
*/
|
|
@@ -367,6 +381,10 @@ export type DeploymentsModelParameters = {
|
|
|
367
381
|
* Controls the verbosity of the model output.
|
|
368
382
|
*/
|
|
369
383
|
verbosity?: DeploymentsVerbosity | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
386
|
+
*/
|
|
387
|
+
thinkingLevel?: DeploymentsThinkingLevel | undefined;
|
|
370
388
|
};
|
|
371
389
|
|
|
372
390
|
export const DeploymentsProvider = {
|
|
@@ -1172,6 +1190,15 @@ export const DeploymentsVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
1172
1190
|
typeof DeploymentsVerbosity
|
|
1173
1191
|
> = DeploymentsVerbosity$inboundSchema;
|
|
1174
1192
|
|
|
1193
|
+
/** @internal */
|
|
1194
|
+
export const DeploymentsThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1195
|
+
typeof DeploymentsThinkingLevel
|
|
1196
|
+
> = z.nativeEnum(DeploymentsThinkingLevel);
|
|
1197
|
+
/** @internal */
|
|
1198
|
+
export const DeploymentsThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1199
|
+
typeof DeploymentsThinkingLevel
|
|
1200
|
+
> = DeploymentsThinkingLevel$inboundSchema;
|
|
1201
|
+
|
|
1175
1202
|
/** @internal */
|
|
1176
1203
|
export const DeploymentsModelParameters$inboundSchema: z.ZodType<
|
|
1177
1204
|
DeploymentsModelParameters,
|
|
@@ -1205,6 +1232,7 @@ export const DeploymentsModelParameters$inboundSchema: z.ZodType<
|
|
|
1205
1232
|
reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional(),
|
|
1206
1233
|
budgetTokens: z.number().optional(),
|
|
1207
1234
|
verbosity: DeploymentsVerbosity$inboundSchema.optional(),
|
|
1235
|
+
thinkingLevel: DeploymentsThinkingLevel$inboundSchema.optional(),
|
|
1208
1236
|
}).transform((v) => {
|
|
1209
1237
|
return remap$(v, {
|
|
1210
1238
|
"encoding_format": "encodingFormat",
|
|
@@ -1238,6 +1266,7 @@ export type DeploymentsModelParameters$Outbound = {
|
|
|
1238
1266
|
reasoningEffort?: string | undefined;
|
|
1239
1267
|
budgetTokens?: number | undefined;
|
|
1240
1268
|
verbosity?: string | undefined;
|
|
1269
|
+
thinkingLevel?: string | undefined;
|
|
1241
1270
|
};
|
|
1242
1271
|
|
|
1243
1272
|
/** @internal */
|
|
@@ -1273,6 +1302,7 @@ export const DeploymentsModelParameters$outboundSchema: z.ZodType<
|
|
|
1273
1302
|
reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional(),
|
|
1274
1303
|
budgetTokens: z.number().optional(),
|
|
1275
1304
|
verbosity: DeploymentsVerbosity$outboundSchema.optional(),
|
|
1305
|
+
thinkingLevel: DeploymentsThinkingLevel$outboundSchema.optional(),
|
|
1276
1306
|
}).transform((v) => {
|
|
1277
1307
|
return remap$(v, {
|
|
1278
1308
|
encodingFormat: "encoding_format",
|
|
@@ -313,6 +313,20 @@ export const DuplicateAgentType = {
|
|
|
313
313
|
*/
|
|
314
314
|
export type DuplicateAgentType = ClosedEnum<typeof DuplicateAgentType>;
|
|
315
315
|
|
|
316
|
+
/**
|
|
317
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
318
|
+
*/
|
|
319
|
+
export const DuplicateAgentThinkingLevel = {
|
|
320
|
+
Low: "low",
|
|
321
|
+
High: "high",
|
|
322
|
+
} as const;
|
|
323
|
+
/**
|
|
324
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
325
|
+
*/
|
|
326
|
+
export type DuplicateAgentThinkingLevel = ClosedEnum<
|
|
327
|
+
typeof DuplicateAgentThinkingLevel
|
|
328
|
+
>;
|
|
329
|
+
|
|
316
330
|
export type DuplicateAgentThinking = {
|
|
317
331
|
/**
|
|
318
332
|
* Enables or disables the thinking mode capability
|
|
@@ -322,6 +336,10 @@ export type DuplicateAgentThinking = {
|
|
|
322
336
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
323
337
|
*/
|
|
324
338
|
budgetTokens: number;
|
|
339
|
+
/**
|
|
340
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
341
|
+
*/
|
|
342
|
+
thinkingLevel?: DuplicateAgentThinkingLevel | undefined;
|
|
325
343
|
};
|
|
326
344
|
|
|
327
345
|
/**
|
|
@@ -649,6 +667,20 @@ export type DuplicateAgentFallbackModelConfigurationType = ClosedEnum<
|
|
|
649
667
|
typeof DuplicateAgentFallbackModelConfigurationType
|
|
650
668
|
>;
|
|
651
669
|
|
|
670
|
+
/**
|
|
671
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
672
|
+
*/
|
|
673
|
+
export const DuplicateAgentFallbackModelConfigurationThinkingLevel = {
|
|
674
|
+
Low: "low",
|
|
675
|
+
High: "high",
|
|
676
|
+
} as const;
|
|
677
|
+
/**
|
|
678
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
679
|
+
*/
|
|
680
|
+
export type DuplicateAgentFallbackModelConfigurationThinkingLevel = ClosedEnum<
|
|
681
|
+
typeof DuplicateAgentFallbackModelConfigurationThinkingLevel
|
|
682
|
+
>;
|
|
683
|
+
|
|
652
684
|
export type DuplicateAgentFallbackModelConfigurationThinking = {
|
|
653
685
|
/**
|
|
654
686
|
* Enables or disables the thinking mode capability
|
|
@@ -658,6 +690,12 @@ export type DuplicateAgentFallbackModelConfigurationThinking = {
|
|
|
658
690
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
659
691
|
*/
|
|
660
692
|
budgetTokens: number;
|
|
693
|
+
/**
|
|
694
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
695
|
+
*/
|
|
696
|
+
thinkingLevel?:
|
|
697
|
+
| DuplicateAgentFallbackModelConfigurationThinkingLevel
|
|
698
|
+
| undefined;
|
|
661
699
|
};
|
|
662
700
|
|
|
663
701
|
/**
|
|
@@ -1740,6 +1778,15 @@ export const DuplicateAgentType$outboundSchema: z.ZodNativeEnum<
|
|
|
1740
1778
|
typeof DuplicateAgentType
|
|
1741
1779
|
> = DuplicateAgentType$inboundSchema;
|
|
1742
1780
|
|
|
1781
|
+
/** @internal */
|
|
1782
|
+
export const DuplicateAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1783
|
+
typeof DuplicateAgentThinkingLevel
|
|
1784
|
+
> = z.nativeEnum(DuplicateAgentThinkingLevel);
|
|
1785
|
+
/** @internal */
|
|
1786
|
+
export const DuplicateAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1787
|
+
typeof DuplicateAgentThinkingLevel
|
|
1788
|
+
> = DuplicateAgentThinkingLevel$inboundSchema;
|
|
1789
|
+
|
|
1743
1790
|
/** @internal */
|
|
1744
1791
|
export const DuplicateAgentThinking$inboundSchema: z.ZodType<
|
|
1745
1792
|
DuplicateAgentThinking,
|
|
@@ -1748,15 +1795,18 @@ export const DuplicateAgentThinking$inboundSchema: z.ZodType<
|
|
|
1748
1795
|
> = z.object({
|
|
1749
1796
|
type: DuplicateAgentType$inboundSchema,
|
|
1750
1797
|
budget_tokens: z.number(),
|
|
1798
|
+
thinking_level: DuplicateAgentThinkingLevel$inboundSchema.optional(),
|
|
1751
1799
|
}).transform((v) => {
|
|
1752
1800
|
return remap$(v, {
|
|
1753
1801
|
"budget_tokens": "budgetTokens",
|
|
1802
|
+
"thinking_level": "thinkingLevel",
|
|
1754
1803
|
});
|
|
1755
1804
|
});
|
|
1756
1805
|
/** @internal */
|
|
1757
1806
|
export type DuplicateAgentThinking$Outbound = {
|
|
1758
1807
|
type: string;
|
|
1759
1808
|
budget_tokens: number;
|
|
1809
|
+
thinking_level?: string | undefined;
|
|
1760
1810
|
};
|
|
1761
1811
|
|
|
1762
1812
|
/** @internal */
|
|
@@ -1767,9 +1817,11 @@ export const DuplicateAgentThinking$outboundSchema: z.ZodType<
|
|
|
1767
1817
|
> = z.object({
|
|
1768
1818
|
type: DuplicateAgentType$outboundSchema,
|
|
1769
1819
|
budgetTokens: z.number(),
|
|
1820
|
+
thinkingLevel: DuplicateAgentThinkingLevel$outboundSchema.optional(),
|
|
1770
1821
|
}).transform((v) => {
|
|
1771
1822
|
return remap$(v, {
|
|
1772
1823
|
budgetTokens: "budget_tokens",
|
|
1824
|
+
thinkingLevel: "thinking_level",
|
|
1773
1825
|
});
|
|
1774
1826
|
});
|
|
1775
1827
|
|
|
@@ -2643,6 +2695,17 @@ export const DuplicateAgentFallbackModelConfigurationType$outboundSchema:
|
|
|
2643
2695
|
z.ZodNativeEnum<typeof DuplicateAgentFallbackModelConfigurationType> =
|
|
2644
2696
|
DuplicateAgentFallbackModelConfigurationType$inboundSchema;
|
|
2645
2697
|
|
|
2698
|
+
/** @internal */
|
|
2699
|
+
export const DuplicateAgentFallbackModelConfigurationThinkingLevel$inboundSchema:
|
|
2700
|
+
z.ZodNativeEnum<
|
|
2701
|
+
typeof DuplicateAgentFallbackModelConfigurationThinkingLevel
|
|
2702
|
+
> = z.nativeEnum(DuplicateAgentFallbackModelConfigurationThinkingLevel);
|
|
2703
|
+
/** @internal */
|
|
2704
|
+
export const DuplicateAgentFallbackModelConfigurationThinkingLevel$outboundSchema:
|
|
2705
|
+
z.ZodNativeEnum<
|
|
2706
|
+
typeof DuplicateAgentFallbackModelConfigurationThinkingLevel
|
|
2707
|
+
> = DuplicateAgentFallbackModelConfigurationThinkingLevel$inboundSchema;
|
|
2708
|
+
|
|
2646
2709
|
/** @internal */
|
|
2647
2710
|
export const DuplicateAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
2648
2711
|
z.ZodType<
|
|
@@ -2652,15 +2715,20 @@ export const DuplicateAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
|
2652
2715
|
> = z.object({
|
|
2653
2716
|
type: DuplicateAgentFallbackModelConfigurationType$inboundSchema,
|
|
2654
2717
|
budget_tokens: z.number(),
|
|
2718
|
+
thinking_level:
|
|
2719
|
+
DuplicateAgentFallbackModelConfigurationThinkingLevel$inboundSchema
|
|
2720
|
+
.optional(),
|
|
2655
2721
|
}).transform((v) => {
|
|
2656
2722
|
return remap$(v, {
|
|
2657
2723
|
"budget_tokens": "budgetTokens",
|
|
2724
|
+
"thinking_level": "thinkingLevel",
|
|
2658
2725
|
});
|
|
2659
2726
|
});
|
|
2660
2727
|
/** @internal */
|
|
2661
2728
|
export type DuplicateAgentFallbackModelConfigurationThinking$Outbound = {
|
|
2662
2729
|
type: string;
|
|
2663
2730
|
budget_tokens: number;
|
|
2731
|
+
thinking_level?: string | undefined;
|
|
2664
2732
|
};
|
|
2665
2733
|
|
|
2666
2734
|
/** @internal */
|
|
@@ -2672,9 +2740,13 @@ export const DuplicateAgentFallbackModelConfigurationThinking$outboundSchema:
|
|
|
2672
2740
|
> = z.object({
|
|
2673
2741
|
type: DuplicateAgentFallbackModelConfigurationType$outboundSchema,
|
|
2674
2742
|
budgetTokens: z.number(),
|
|
2743
|
+
thinkingLevel:
|
|
2744
|
+
DuplicateAgentFallbackModelConfigurationThinkingLevel$outboundSchema
|
|
2745
|
+
.optional(),
|
|
2675
2746
|
}).transform((v) => {
|
|
2676
2747
|
return remap$(v, {
|
|
2677
2748
|
budgetTokens: "budget_tokens",
|
|
2749
|
+
thinkingLevel: "thinking_level",
|
|
2678
2750
|
});
|
|
2679
2751
|
});
|
|
2680
2752
|
|
|
@@ -970,7 +970,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
|
|
|
970
970
|
z.ZodTypeDef,
|
|
971
971
|
unknown
|
|
972
972
|
> = z.object({
|
|
973
|
-
_id: z.string().default("
|
|
973
|
+
_id: z.string().default("tool_01KAD4TRKVQ1GDMM82ZZP6NV6A"),
|
|
974
974
|
path: z.string(),
|
|
975
975
|
key: z.string(),
|
|
976
976
|
display_name: z.string().optional(),
|
|
@@ -1025,7 +1025,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
|
|
|
1025
1025
|
z.ZodTypeDef,
|
|
1026
1026
|
DuplicateToolResponseBody5
|
|
1027
1027
|
> = z.object({
|
|
1028
|
-
id: z.string().default("
|
|
1028
|
+
id: z.string().default("tool_01KAD4TRKVQ1GDMM82ZZP6NV6A"),
|
|
1029
1029
|
path: z.string(),
|
|
1030
1030
|
key: z.string(),
|
|
1031
1031
|
displayName: z.string().optional(),
|
|
@@ -1205,7 +1205,7 @@ export const DuplicateToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1205
1205
|
z.ZodTypeDef,
|
|
1206
1206
|
unknown
|
|
1207
1207
|
> = z.object({
|
|
1208
|
-
id: z.string().default("
|
|
1208
|
+
id: z.string().default("01KAD4TRKTYM9AECQ7MWQNNW8A"),
|
|
1209
1209
|
name: z.string(),
|
|
1210
1210
|
description: z.string().optional(),
|
|
1211
1211
|
schema: z.lazy(() => DuplicateToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -1224,7 +1224,7 @@ export const DuplicateToolResponseBodyTools$outboundSchema: z.ZodType<
|
|
|
1224
1224
|
z.ZodTypeDef,
|
|
1225
1225
|
DuplicateToolResponseBodyTools
|
|
1226
1226
|
> = z.object({
|
|
1227
|
-
id: z.string().default("
|
|
1227
|
+
id: z.string().default("01KAD4TRKTYM9AECQ7MWQNNW8A"),
|
|
1228
1228
|
name: z.string(),
|
|
1229
1229
|
description: z.string().optional(),
|
|
1230
1230
|
schema: z.lazy(() => DuplicateToolResponseBodyToolsSchema$outboundSchema),
|
|
@@ -1330,7 +1330,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
|
|
|
1330
1330
|
z.ZodTypeDef,
|
|
1331
1331
|
unknown
|
|
1332
1332
|
> = z.object({
|
|
1333
|
-
_id: z.string().default("
|
|
1333
|
+
_id: z.string().default("tool_01KAD4TRKSY866102A8Z1YVT9R"),
|
|
1334
1334
|
path: z.string(),
|
|
1335
1335
|
key: z.string(),
|
|
1336
1336
|
display_name: z.string().optional(),
|
|
@@ -1383,7 +1383,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
|
|
|
1383
1383
|
z.ZodTypeDef,
|
|
1384
1384
|
DuplicateToolResponseBody4
|
|
1385
1385
|
> = z.object({
|
|
1386
|
-
id: z.string().default("
|
|
1386
|
+
id: z.string().default("tool_01KAD4TRKSY866102A8Z1YVT9R"),
|
|
1387
1387
|
path: z.string(),
|
|
1388
1388
|
key: z.string(),
|
|
1389
1389
|
displayName: z.string().optional(),
|
|
@@ -1764,7 +1764,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
|
|
|
1764
1764
|
z.ZodTypeDef,
|
|
1765
1765
|
unknown
|
|
1766
1766
|
> = z.object({
|
|
1767
|
-
_id: z.string().default("
|
|
1767
|
+
_id: z.string().default("tool_01KAD4TRKQR2YS6SEQKX1ZH3V8"),
|
|
1768
1768
|
path: z.string(),
|
|
1769
1769
|
key: z.string(),
|
|
1770
1770
|
display_name: z.string().optional(),
|
|
@@ -1817,7 +1817,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
|
|
|
1817
1817
|
z.ZodTypeDef,
|
|
1818
1818
|
DuplicateToolResponseBody3
|
|
1819
1819
|
> = z.object({
|
|
1820
|
-
id: z.string().default("
|
|
1820
|
+
id: z.string().default("tool_01KAD4TRKQR2YS6SEQKX1ZH3V8"),
|
|
1821
1821
|
path: z.string(),
|
|
1822
1822
|
key: z.string(),
|
|
1823
1823
|
displayName: z.string().optional(),
|
|
@@ -1999,7 +1999,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
|
|
|
1999
1999
|
z.ZodTypeDef,
|
|
2000
2000
|
unknown
|
|
2001
2001
|
> = z.object({
|
|
2002
|
-
_id: z.string().default("
|
|
2002
|
+
_id: z.string().default("tool_01KAD4TRKPRGYC4G7NY93Z1TN5"),
|
|
2003
2003
|
path: z.string(),
|
|
2004
2004
|
key: z.string(),
|
|
2005
2005
|
display_name: z.string().optional(),
|
|
@@ -2051,7 +2051,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
|
|
|
2051
2051
|
z.ZodTypeDef,
|
|
2052
2052
|
DuplicateToolResponseBody2
|
|
2053
2053
|
> = z.object({
|
|
2054
|
-
id: z.string().default("
|
|
2054
|
+
id: z.string().default("tool_01KAD4TRKPRGYC4G7NY93Z1TN5"),
|
|
2055
2055
|
path: z.string(),
|
|
2056
2056
|
key: z.string(),
|
|
2057
2057
|
displayName: z.string().optional(),
|
|
@@ -2249,7 +2249,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
|
|
|
2249
2249
|
z.ZodTypeDef,
|
|
2250
2250
|
unknown
|
|
2251
2251
|
> = z.object({
|
|
2252
|
-
_id: z.string().default("
|
|
2252
|
+
_id: z.string().default("tool_01KAD4TRKMNC104QGTXT9SKRKY"),
|
|
2253
2253
|
path: z.string(),
|
|
2254
2254
|
key: z.string(),
|
|
2255
2255
|
display_name: z.string().optional(),
|
|
@@ -2300,7 +2300,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
|
|
|
2300
2300
|
z.ZodTypeDef,
|
|
2301
2301
|
DuplicateToolResponseBody1
|
|
2302
2302
|
> = z.object({
|
|
2303
|
-
id: z.string().default("
|
|
2303
|
+
id: z.string().default("tool_01KAD4TRKMNC104QGTXT9SKRKY"),
|
|
2304
2304
|
path: z.string(),
|
|
2305
2305
|
key: z.string(),
|
|
2306
2306
|
displayName: z.string().optional(),
|
|
@@ -119,7 +119,7 @@ export const FileGetResponseBody$inboundSchema: z.ZodType<
|
|
|
119
119
|
file_name: z.string(),
|
|
120
120
|
workspace_id: z.string(),
|
|
121
121
|
created: z.string().datetime({ offset: true }).default(
|
|
122
|
-
"2025-11-
|
|
122
|
+
"2025-11-19T04:09:05.943Z",
|
|
123
123
|
).transform(v => new Date(v)),
|
|
124
124
|
}).transform((v) => {
|
|
125
125
|
return remap$(v, {
|
|
@@ -152,7 +152,7 @@ export const FileGetResponseBody$outboundSchema: z.ZodType<
|
|
|
152
152
|
bytes: z.number(),
|
|
153
153
|
fileName: z.string(),
|
|
154
154
|
workspaceId: z.string(),
|
|
155
|
-
created: z.date().default(() => new Date("2025-11-
|
|
155
|
+
created: z.date().default(() => new Date("2025-11-19T04:09:05.943Z"))
|
|
156
156
|
.transform(v => v.toISOString()),
|
|
157
157
|
}).transform((v) => {
|
|
158
158
|
return remap$(v, {
|