@orq-ai/node 3.14.40 → 3.14.42
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 +696 -1501
- package/bin/mcp-server.js.map +55 -55
- package/examples/package-lock.json +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/models/operations/createagent.d.ts +80 -0
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +70 -7
- 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 -563
- 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 +10 -10
- 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/duplicatetool.js +10 -10
- 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 +33 -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 +10 -10
- 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 +36 -3
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listagenttasks.d.ts +40 -0
- package/models/operations/listagenttasks.d.ts.map +1 -1
- package/models/operations/listagenttasks.js +36 -3
- package/models/operations/listagenttasks.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 +10 -10
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +36 -6
- 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 +39 -6
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -7
- 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 +10 -10
- package/package.json +1 -1
- package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
- package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
- package/packages/orq-rc/examples/package-lock.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +1 -1
- package/packages/orq-rc/src/models/operations/createagent.ts +204 -62
- package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +423 -524
- package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
- package/packages/orq-rc/src/models/operations/creatememorystore.ts +14 -1094
- package/packages/orq-rc/src/models/operations/createprompt.ts +64 -4
- package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +30 -0
- package/packages/orq-rc/src/models/operations/deployments.ts +30 -0
- package/packages/orq-rc/src/models/operations/duplicateagent.ts +93 -15
- package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/getagent.ts +86 -15
- package/packages/orq-rc/src/models/operations/getallmemorystores.ts +7 -595
- package/packages/orq-rc/src/models/operations/getallprompts.ts +30 -0
- package/packages/orq-rc/src/models/operations/getalltools.ts +14 -10
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +30 -0
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +30 -0
- package/packages/orq-rc/src/models/operations/listagents.ts +89 -15
- package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +9 -9
- package/packages/orq-rc/src/models/operations/listpromptversions.ts +30 -0
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievememorystore.ts +7 -596
- package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
- package/packages/orq-rc/src/models/operations/runagent.ts +81 -8
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +86 -8
- package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
- package/packages/orq-rc/src/models/operations/updateagent.ts +176 -23
- package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/updatememorystore.ts +7 -527
- package/packages/orq-rc/src/models/operations/updateprompt.ts +64 -4
- package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
- 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/models/operations/createagent.ts +129 -0
- 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 -1108
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicatetool.ts +10 -10
- 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 +62 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -0
- package/src/models/operations/getalltools.ts +10 -10
- 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 +67 -0
- package/src/models/operations/listagenttasks.ts +66 -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 +10 -10
- package/src/models/operations/runagent.ts +64 -0
- package/src/models/operations/streamrunagent.ts +66 -0
- package/src/models/operations/updateagent.ts +131 -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 +10 -10
|
@@ -358,6 +358,20 @@ export const Verbosity = {
|
|
|
358
358
|
*/
|
|
359
359
|
export type Verbosity = ClosedEnum<typeof Verbosity>;
|
|
360
360
|
|
|
361
|
+
/**
|
|
362
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
363
|
+
*/
|
|
364
|
+
export const CreatePromptThinkingLevel = {
|
|
365
|
+
Low: "low",
|
|
366
|
+
High: "high",
|
|
367
|
+
} as const;
|
|
368
|
+
/**
|
|
369
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
370
|
+
*/
|
|
371
|
+
export type CreatePromptThinkingLevel = ClosedEnum<
|
|
372
|
+
typeof CreatePromptThinkingLevel
|
|
373
|
+
>;
|
|
374
|
+
|
|
361
375
|
/**
|
|
362
376
|
* Optional model parameters like temperature and maxTokens.
|
|
363
377
|
*/
|
|
@@ -450,6 +464,10 @@ export type ModelParameters = {
|
|
|
450
464
|
* Controls the verbosity of the model output.
|
|
451
465
|
*/
|
|
452
466
|
verbosity?: Verbosity | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
469
|
+
*/
|
|
470
|
+
thinkingLevel?: CreatePromptThinkingLevel | undefined;
|
|
453
471
|
};
|
|
454
472
|
|
|
455
473
|
/**
|
|
@@ -1256,6 +1274,20 @@ export const CreatePromptVerbosity = {
|
|
|
1256
1274
|
*/
|
|
1257
1275
|
export type CreatePromptVerbosity = ClosedEnum<typeof CreatePromptVerbosity>;
|
|
1258
1276
|
|
|
1277
|
+
/**
|
|
1278
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1279
|
+
*/
|
|
1280
|
+
export const CreatePromptPromptsThinkingLevel = {
|
|
1281
|
+
Low: "low",
|
|
1282
|
+
High: "high",
|
|
1283
|
+
} as const;
|
|
1284
|
+
/**
|
|
1285
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1286
|
+
*/
|
|
1287
|
+
export type CreatePromptPromptsThinkingLevel = ClosedEnum<
|
|
1288
|
+
typeof CreatePromptPromptsThinkingLevel
|
|
1289
|
+
>;
|
|
1290
|
+
|
|
1259
1291
|
/**
|
|
1260
1292
|
* Model Parameters: Not all parameters apply to every model
|
|
1261
1293
|
*/
|
|
@@ -1348,6 +1380,10 @@ export type CreatePromptModelParameters = {
|
|
|
1348
1380
|
* Controls the verbosity of the model output.
|
|
1349
1381
|
*/
|
|
1350
1382
|
verbosity?: CreatePromptVerbosity | undefined;
|
|
1383
|
+
/**
|
|
1384
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1385
|
+
*/
|
|
1386
|
+
thinkingLevel?: CreatePromptPromptsThinkingLevel | undefined;
|
|
1351
1387
|
};
|
|
1352
1388
|
|
|
1353
1389
|
export const CreatePromptProvider = {
|
|
@@ -2581,6 +2617,15 @@ export const Verbosity$inboundSchema: z.ZodNativeEnum<typeof Verbosity> = z
|
|
|
2581
2617
|
export const Verbosity$outboundSchema: z.ZodNativeEnum<typeof Verbosity> =
|
|
2582
2618
|
Verbosity$inboundSchema;
|
|
2583
2619
|
|
|
2620
|
+
/** @internal */
|
|
2621
|
+
export const CreatePromptThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
2622
|
+
typeof CreatePromptThinkingLevel
|
|
2623
|
+
> = z.nativeEnum(CreatePromptThinkingLevel);
|
|
2624
|
+
/** @internal */
|
|
2625
|
+
export const CreatePromptThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
2626
|
+
typeof CreatePromptThinkingLevel
|
|
2627
|
+
> = CreatePromptThinkingLevel$inboundSchema;
|
|
2628
|
+
|
|
2584
2629
|
/** @internal */
|
|
2585
2630
|
export const ModelParameters$inboundSchema: z.ZodType<
|
|
2586
2631
|
ModelParameters,
|
|
@@ -2614,6 +2659,7 @@ export const ModelParameters$inboundSchema: z.ZodType<
|
|
|
2614
2659
|
reasoningEffort: ReasoningEffort$inboundSchema.optional(),
|
|
2615
2660
|
budgetTokens: z.number().optional(),
|
|
2616
2661
|
verbosity: Verbosity$inboundSchema.optional(),
|
|
2662
|
+
thinkingLevel: CreatePromptThinkingLevel$inboundSchema.optional(),
|
|
2617
2663
|
}).transform((v) => {
|
|
2618
2664
|
return remap$(v, {
|
|
2619
2665
|
"encoding_format": "encodingFormat",
|
|
@@ -2647,6 +2693,7 @@ export type ModelParameters$Outbound = {
|
|
|
2647
2693
|
reasoningEffort?: string | undefined;
|
|
2648
2694
|
budgetTokens?: number | undefined;
|
|
2649
2695
|
verbosity?: string | undefined;
|
|
2696
|
+
thinkingLevel?: string | undefined;
|
|
2650
2697
|
};
|
|
2651
2698
|
|
|
2652
2699
|
/** @internal */
|
|
@@ -2682,6 +2729,7 @@ export const ModelParameters$outboundSchema: z.ZodType<
|
|
|
2682
2729
|
reasoningEffort: ReasoningEffort$outboundSchema.optional(),
|
|
2683
2730
|
budgetTokens: z.number().optional(),
|
|
2684
2731
|
verbosity: Verbosity$outboundSchema.optional(),
|
|
2732
|
+
thinkingLevel: CreatePromptThinkingLevel$outboundSchema.optional(),
|
|
2685
2733
|
}).transform((v) => {
|
|
2686
2734
|
return remap$(v, {
|
|
2687
2735
|
encodingFormat: "encoding_format",
|
|
@@ -5159,6 +5207,15 @@ export const CreatePromptVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
5159
5207
|
typeof CreatePromptVerbosity
|
|
5160
5208
|
> = CreatePromptVerbosity$inboundSchema;
|
|
5161
5209
|
|
|
5210
|
+
/** @internal */
|
|
5211
|
+
export const CreatePromptPromptsThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
5212
|
+
typeof CreatePromptPromptsThinkingLevel
|
|
5213
|
+
> = z.nativeEnum(CreatePromptPromptsThinkingLevel);
|
|
5214
|
+
/** @internal */
|
|
5215
|
+
export const CreatePromptPromptsThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
5216
|
+
typeof CreatePromptPromptsThinkingLevel
|
|
5217
|
+
> = CreatePromptPromptsThinkingLevel$inboundSchema;
|
|
5218
|
+
|
|
5162
5219
|
/** @internal */
|
|
5163
5220
|
export const CreatePromptModelParameters$inboundSchema: z.ZodType<
|
|
5164
5221
|
CreatePromptModelParameters,
|
|
@@ -5192,6 +5249,7 @@ export const CreatePromptModelParameters$inboundSchema: z.ZodType<
|
|
|
5192
5249
|
reasoningEffort: CreatePromptReasoningEffort$inboundSchema.optional(),
|
|
5193
5250
|
budgetTokens: z.number().optional(),
|
|
5194
5251
|
verbosity: CreatePromptVerbosity$inboundSchema.optional(),
|
|
5252
|
+
thinkingLevel: CreatePromptPromptsThinkingLevel$inboundSchema.optional(),
|
|
5195
5253
|
}).transform((v) => {
|
|
5196
5254
|
return remap$(v, {
|
|
5197
5255
|
"encoding_format": "encodingFormat",
|
|
@@ -5225,6 +5283,7 @@ export type CreatePromptModelParameters$Outbound = {
|
|
|
5225
5283
|
reasoningEffort?: string | undefined;
|
|
5226
5284
|
budgetTokens?: number | undefined;
|
|
5227
5285
|
verbosity?: string | undefined;
|
|
5286
|
+
thinkingLevel?: string | undefined;
|
|
5228
5287
|
};
|
|
5229
5288
|
|
|
5230
5289
|
/** @internal */
|
|
@@ -5260,6 +5319,7 @@ export const CreatePromptModelParameters$outboundSchema: z.ZodType<
|
|
|
5260
5319
|
reasoningEffort: CreatePromptReasoningEffort$outboundSchema.optional(),
|
|
5261
5320
|
budgetTokens: z.number().optional(),
|
|
5262
5321
|
verbosity: CreatePromptVerbosity$outboundSchema.optional(),
|
|
5322
|
+
thinkingLevel: CreatePromptPromptsThinkingLevel$outboundSchema.optional(),
|
|
5263
5323
|
}).transform((v) => {
|
|
5264
5324
|
return remap$(v, {
|
|
5265
5325
|
encodingFormat: "encoding_format",
|
|
@@ -2112,7 +2112,7 @@ export const ResponseBody5$inboundSchema: z.ZodType<
|
|
|
2112
2112
|
z.ZodTypeDef,
|
|
2113
2113
|
unknown
|
|
2114
2114
|
> = z.object({
|
|
2115
|
-
_id: z.string().default("
|
|
2115
|
+
_id: z.string().default("01KADJAFZMC97F5EHPYV720XGQ"),
|
|
2116
2116
|
path: z.string(),
|
|
2117
2117
|
key: z.string(),
|
|
2118
2118
|
display_name: z.string().optional(),
|
|
@@ -2166,7 +2166,7 @@ export const ResponseBody5$outboundSchema: z.ZodType<
|
|
|
2166
2166
|
z.ZodTypeDef,
|
|
2167
2167
|
ResponseBody5
|
|
2168
2168
|
> = z.object({
|
|
2169
|
-
id: z.string().default("
|
|
2169
|
+
id: z.string().default("01KADJAFZMC97F5EHPYV720XGQ"),
|
|
2170
2170
|
path: z.string(),
|
|
2171
2171
|
key: z.string(),
|
|
2172
2172
|
displayName: z.string().optional(),
|
|
@@ -2412,7 +2412,7 @@ export const ResponseBody4$inboundSchema: z.ZodType<
|
|
|
2412
2412
|
z.ZodTypeDef,
|
|
2413
2413
|
unknown
|
|
2414
2414
|
> = z.object({
|
|
2415
|
-
_id: z.string().default("
|
|
2415
|
+
_id: z.string().default("01KADJAFZJ9JTX1JMJJQWRPA6X"),
|
|
2416
2416
|
path: z.string(),
|
|
2417
2417
|
key: z.string(),
|
|
2418
2418
|
display_name: z.string().optional(),
|
|
@@ -2465,7 +2465,7 @@ export const ResponseBody4$outboundSchema: z.ZodType<
|
|
|
2465
2465
|
z.ZodTypeDef,
|
|
2466
2466
|
ResponseBody4
|
|
2467
2467
|
> = z.object({
|
|
2468
|
-
id: z.string().default("
|
|
2468
|
+
id: z.string().default("01KADJAFZJ9JTX1JMJJQWRPA6X"),
|
|
2469
2469
|
path: z.string(),
|
|
2470
2470
|
key: z.string(),
|
|
2471
2471
|
displayName: z.string().optional(),
|
|
@@ -2736,7 +2736,7 @@ export const ResponseBody3$inboundSchema: z.ZodType<
|
|
|
2736
2736
|
z.ZodTypeDef,
|
|
2737
2737
|
unknown
|
|
2738
2738
|
> = z.object({
|
|
2739
|
-
_id: z.string().default("
|
|
2739
|
+
_id: z.string().default("01KADJAFZFMTJPV2XDPKABTQ03"),
|
|
2740
2740
|
path: z.string(),
|
|
2741
2741
|
key: z.string(),
|
|
2742
2742
|
display_name: z.string().optional(),
|
|
@@ -2787,7 +2787,7 @@ export const ResponseBody3$outboundSchema: z.ZodType<
|
|
|
2787
2787
|
z.ZodTypeDef,
|
|
2788
2788
|
ResponseBody3
|
|
2789
2789
|
> = z.object({
|
|
2790
|
-
id: z.string().default("
|
|
2790
|
+
id: z.string().default("01KADJAFZFMTJPV2XDPKABTQ03"),
|
|
2791
2791
|
path: z.string(),
|
|
2792
2792
|
key: z.string(),
|
|
2793
2793
|
displayName: z.string().optional(),
|
|
@@ -2899,7 +2899,7 @@ export const ResponseBody2$inboundSchema: z.ZodType<
|
|
|
2899
2899
|
z.ZodTypeDef,
|
|
2900
2900
|
unknown
|
|
2901
2901
|
> = z.object({
|
|
2902
|
-
_id: z.string().default("
|
|
2902
|
+
_id: z.string().default("01KADJAFZEH6YNA406TCS1TSTC"),
|
|
2903
2903
|
path: z.string(),
|
|
2904
2904
|
key: z.string(),
|
|
2905
2905
|
display_name: z.string().optional(),
|
|
@@ -2951,7 +2951,7 @@ export const ResponseBody2$outboundSchema: z.ZodType<
|
|
|
2951
2951
|
z.ZodTypeDef,
|
|
2952
2952
|
ResponseBody2
|
|
2953
2953
|
> = z.object({
|
|
2954
|
-
id: z.string().default("
|
|
2954
|
+
id: z.string().default("01KADJAFZEH6YNA406TCS1TSTC"),
|
|
2955
2955
|
path: z.string(),
|
|
2956
2956
|
key: z.string(),
|
|
2957
2957
|
displayName: z.string().optional(),
|
|
@@ -3066,7 +3066,7 @@ export const ResponseBody1$inboundSchema: z.ZodType<
|
|
|
3066
3066
|
z.ZodTypeDef,
|
|
3067
3067
|
unknown
|
|
3068
3068
|
> = z.object({
|
|
3069
|
-
_id: z.string().default("
|
|
3069
|
+
_id: z.string().default("01KADJAFZCCKGZD3CES3CV4NY6"),
|
|
3070
3070
|
path: z.string(),
|
|
3071
3071
|
key: z.string(),
|
|
3072
3072
|
display_name: z.string().optional(),
|
|
@@ -3117,7 +3117,7 @@ export const ResponseBody1$outboundSchema: z.ZodType<
|
|
|
3117
3117
|
z.ZodTypeDef,
|
|
3118
3118
|
ResponseBody1
|
|
3119
3119
|
> = z.object({
|
|
3120
|
-
id: z.string().default("
|
|
3120
|
+
id: z.string().default("01KADJAFZCCKGZD3CES3CV4NY6"),
|
|
3121
3121
|
path: z.string(),
|
|
3122
3122
|
key: z.string(),
|
|
3123
3123
|
displayName: z.string().optional(),
|
|
@@ -1703,6 +1703,20 @@ export type DeploymentGetConfigVerbosity = ClosedEnum<
|
|
|
1703
1703
|
typeof DeploymentGetConfigVerbosity
|
|
1704
1704
|
>;
|
|
1705
1705
|
|
|
1706
|
+
/**
|
|
1707
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1708
|
+
*/
|
|
1709
|
+
export const DeploymentGetConfigThinkingLevel = {
|
|
1710
|
+
Low: "low",
|
|
1711
|
+
High: "high",
|
|
1712
|
+
} as const;
|
|
1713
|
+
/**
|
|
1714
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1715
|
+
*/
|
|
1716
|
+
export type DeploymentGetConfigThinkingLevel = ClosedEnum<
|
|
1717
|
+
typeof DeploymentGetConfigThinkingLevel
|
|
1718
|
+
>;
|
|
1719
|
+
|
|
1706
1720
|
/**
|
|
1707
1721
|
* Model Parameters: Not all parameters apply to every model
|
|
1708
1722
|
*/
|
|
@@ -1795,6 +1809,10 @@ export type DeploymentGetConfigParameters = {
|
|
|
1795
1809
|
* Controls the verbosity of the model output.
|
|
1796
1810
|
*/
|
|
1797
1811
|
verbosity?: DeploymentGetConfigVerbosity | undefined;
|
|
1812
|
+
/**
|
|
1813
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
1814
|
+
*/
|
|
1815
|
+
thinkingLevel?: DeploymentGetConfigThinkingLevel | undefined;
|
|
1798
1816
|
};
|
|
1799
1817
|
|
|
1800
1818
|
/**
|
|
@@ -7728,6 +7746,15 @@ export const DeploymentGetConfigVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
7728
7746
|
typeof DeploymentGetConfigVerbosity
|
|
7729
7747
|
> = DeploymentGetConfigVerbosity$inboundSchema;
|
|
7730
7748
|
|
|
7749
|
+
/** @internal */
|
|
7750
|
+
export const DeploymentGetConfigThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
7751
|
+
typeof DeploymentGetConfigThinkingLevel
|
|
7752
|
+
> = z.nativeEnum(DeploymentGetConfigThinkingLevel);
|
|
7753
|
+
/** @internal */
|
|
7754
|
+
export const DeploymentGetConfigThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
7755
|
+
typeof DeploymentGetConfigThinkingLevel
|
|
7756
|
+
> = DeploymentGetConfigThinkingLevel$inboundSchema;
|
|
7757
|
+
|
|
7731
7758
|
/** @internal */
|
|
7732
7759
|
export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
|
|
7733
7760
|
DeploymentGetConfigParameters,
|
|
@@ -7762,6 +7789,7 @@ export const DeploymentGetConfigParameters$inboundSchema: z.ZodType<
|
|
|
7762
7789
|
reasoningEffort: DeploymentGetConfigReasoningEffort$inboundSchema.optional(),
|
|
7763
7790
|
budgetTokens: z.number().optional(),
|
|
7764
7791
|
verbosity: DeploymentGetConfigVerbosity$inboundSchema.optional(),
|
|
7792
|
+
thinkingLevel: DeploymentGetConfigThinkingLevel$inboundSchema.optional(),
|
|
7765
7793
|
}).transform((v) => {
|
|
7766
7794
|
return remap$(v, {
|
|
7767
7795
|
"encoding_format": "encodingFormat",
|
|
@@ -7795,6 +7823,7 @@ export type DeploymentGetConfigParameters$Outbound = {
|
|
|
7795
7823
|
reasoningEffort?: string | undefined;
|
|
7796
7824
|
budgetTokens?: number | undefined;
|
|
7797
7825
|
verbosity?: string | undefined;
|
|
7826
|
+
thinkingLevel?: string | undefined;
|
|
7798
7827
|
};
|
|
7799
7828
|
|
|
7800
7829
|
/** @internal */
|
|
@@ -7831,6 +7860,7 @@ export const DeploymentGetConfigParameters$outboundSchema: z.ZodType<
|
|
|
7831
7860
|
reasoningEffort: DeploymentGetConfigReasoningEffort$outboundSchema.optional(),
|
|
7832
7861
|
budgetTokens: z.number().optional(),
|
|
7833
7862
|
verbosity: DeploymentGetConfigVerbosity$outboundSchema.optional(),
|
|
7863
|
+
thinkingLevel: DeploymentGetConfigThinkingLevel$outboundSchema.optional(),
|
|
7834
7864
|
}).transform((v) => {
|
|
7835
7865
|
return remap$(v, {
|
|
7836
7866
|
encodingFormat: "encoding_format",
|
|
@@ -273,6 +273,20 @@ export const DeploymentsVerbosity = {
|
|
|
273
273
|
*/
|
|
274
274
|
export type DeploymentsVerbosity = ClosedEnum<typeof DeploymentsVerbosity>;
|
|
275
275
|
|
|
276
|
+
/**
|
|
277
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
278
|
+
*/
|
|
279
|
+
export const DeploymentsThinkingLevel = {
|
|
280
|
+
Low: "low",
|
|
281
|
+
High: "high",
|
|
282
|
+
} as const;
|
|
283
|
+
/**
|
|
284
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
285
|
+
*/
|
|
286
|
+
export type DeploymentsThinkingLevel = ClosedEnum<
|
|
287
|
+
typeof DeploymentsThinkingLevel
|
|
288
|
+
>;
|
|
289
|
+
|
|
276
290
|
/**
|
|
277
291
|
* Model Parameters: Not all parameters apply to every model
|
|
278
292
|
*/
|
|
@@ -365,6 +379,10 @@ export type DeploymentsModelParameters = {
|
|
|
365
379
|
* Controls the verbosity of the model output.
|
|
366
380
|
*/
|
|
367
381
|
verbosity?: DeploymentsVerbosity | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
384
|
+
*/
|
|
385
|
+
thinkingLevel?: DeploymentsThinkingLevel | undefined;
|
|
368
386
|
};
|
|
369
387
|
|
|
370
388
|
export const DeploymentsProvider = {
|
|
@@ -1154,6 +1172,15 @@ export const DeploymentsVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
1154
1172
|
typeof DeploymentsVerbosity
|
|
1155
1173
|
> = DeploymentsVerbosity$inboundSchema;
|
|
1156
1174
|
|
|
1175
|
+
/** @internal */
|
|
1176
|
+
export const DeploymentsThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1177
|
+
typeof DeploymentsThinkingLevel
|
|
1178
|
+
> = z.nativeEnum(DeploymentsThinkingLevel);
|
|
1179
|
+
/** @internal */
|
|
1180
|
+
export const DeploymentsThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1181
|
+
typeof DeploymentsThinkingLevel
|
|
1182
|
+
> = DeploymentsThinkingLevel$inboundSchema;
|
|
1183
|
+
|
|
1157
1184
|
/** @internal */
|
|
1158
1185
|
export const DeploymentsModelParameters$inboundSchema: z.ZodType<
|
|
1159
1186
|
DeploymentsModelParameters,
|
|
@@ -1187,6 +1214,7 @@ export const DeploymentsModelParameters$inboundSchema: z.ZodType<
|
|
|
1187
1214
|
reasoningEffort: DeploymentsReasoningEffort$inboundSchema.optional(),
|
|
1188
1215
|
budgetTokens: z.number().optional(),
|
|
1189
1216
|
verbosity: DeploymentsVerbosity$inboundSchema.optional(),
|
|
1217
|
+
thinkingLevel: DeploymentsThinkingLevel$inboundSchema.optional(),
|
|
1190
1218
|
}).transform((v) => {
|
|
1191
1219
|
return remap$(v, {
|
|
1192
1220
|
"encoding_format": "encodingFormat",
|
|
@@ -1220,6 +1248,7 @@ export type DeploymentsModelParameters$Outbound = {
|
|
|
1220
1248
|
reasoningEffort?: string | undefined;
|
|
1221
1249
|
budgetTokens?: number | undefined;
|
|
1222
1250
|
verbosity?: string | undefined;
|
|
1251
|
+
thinkingLevel?: string | undefined;
|
|
1223
1252
|
};
|
|
1224
1253
|
|
|
1225
1254
|
/** @internal */
|
|
@@ -1255,6 +1284,7 @@ export const DeploymentsModelParameters$outboundSchema: z.ZodType<
|
|
|
1255
1284
|
reasoningEffort: DeploymentsReasoningEffort$outboundSchema.optional(),
|
|
1256
1285
|
budgetTokens: z.number().optional(),
|
|
1257
1286
|
verbosity: DeploymentsVerbosity$outboundSchema.optional(),
|
|
1287
|
+
thinkingLevel: DeploymentsThinkingLevel$outboundSchema.optional(),
|
|
1258
1288
|
}).transform((v) => {
|
|
1259
1289
|
return remap$(v, {
|
|
1260
1290
|
encodingFormat: "encoding_format",
|
|
@@ -716,7 +716,7 @@ export const DuplicateToolResponseBody5$inboundSchema: z.ZodType<
|
|
|
716
716
|
z.ZodTypeDef,
|
|
717
717
|
unknown
|
|
718
718
|
> = z.object({
|
|
719
|
-
_id: z.string().default("
|
|
719
|
+
_id: z.string().default("01KADJAG0PB82XZ6B512EE8NMD"),
|
|
720
720
|
path: z.string(),
|
|
721
721
|
key: z.string(),
|
|
722
722
|
display_name: z.string().optional(),
|
|
@@ -771,7 +771,7 @@ export const DuplicateToolResponseBody5$outboundSchema: z.ZodType<
|
|
|
771
771
|
z.ZodTypeDef,
|
|
772
772
|
DuplicateToolResponseBody5
|
|
773
773
|
> = z.object({
|
|
774
|
-
id: z.string().default("
|
|
774
|
+
id: z.string().default("01KADJAG0PB82XZ6B512EE8NMD"),
|
|
775
775
|
path: z.string(),
|
|
776
776
|
key: z.string(),
|
|
777
777
|
displayName: z.string().optional(),
|
|
@@ -1042,7 +1042,7 @@ export const DuplicateToolResponseBody4$inboundSchema: z.ZodType<
|
|
|
1042
1042
|
z.ZodTypeDef,
|
|
1043
1043
|
unknown
|
|
1044
1044
|
> = z.object({
|
|
1045
|
-
_id: z.string().default("
|
|
1045
|
+
_id: z.string().default("01KADJAG0MEXRB3TBZQVE8VDFG"),
|
|
1046
1046
|
path: z.string(),
|
|
1047
1047
|
key: z.string(),
|
|
1048
1048
|
display_name: z.string().optional(),
|
|
@@ -1095,7 +1095,7 @@ export const DuplicateToolResponseBody4$outboundSchema: z.ZodType<
|
|
|
1095
1095
|
z.ZodTypeDef,
|
|
1096
1096
|
DuplicateToolResponseBody4
|
|
1097
1097
|
> = z.object({
|
|
1098
|
-
id: z.string().default("
|
|
1098
|
+
id: z.string().default("01KADJAG0MEXRB3TBZQVE8VDFG"),
|
|
1099
1099
|
path: z.string(),
|
|
1100
1100
|
key: z.string(),
|
|
1101
1101
|
displayName: z.string().optional(),
|
|
@@ -1390,7 +1390,7 @@ export const DuplicateToolResponseBody3$inboundSchema: z.ZodType<
|
|
|
1390
1390
|
z.ZodTypeDef,
|
|
1391
1391
|
unknown
|
|
1392
1392
|
> = z.object({
|
|
1393
|
-
_id: z.string().default("
|
|
1393
|
+
_id: z.string().default("01KADJAG0J5BNA75CB9HZP2K72"),
|
|
1394
1394
|
path: z.string(),
|
|
1395
1395
|
key: z.string(),
|
|
1396
1396
|
display_name: z.string().optional(),
|
|
@@ -1443,7 +1443,7 @@ export const DuplicateToolResponseBody3$outboundSchema: z.ZodType<
|
|
|
1443
1443
|
z.ZodTypeDef,
|
|
1444
1444
|
DuplicateToolResponseBody3
|
|
1445
1445
|
> = z.object({
|
|
1446
|
-
id: z.string().default("
|
|
1446
|
+
id: z.string().default("01KADJAG0J5BNA75CB9HZP2K72"),
|
|
1447
1447
|
path: z.string(),
|
|
1448
1448
|
key: z.string(),
|
|
1449
1449
|
displayName: z.string().optional(),
|
|
@@ -1565,7 +1565,7 @@ export const DuplicateToolResponseBody2$inboundSchema: z.ZodType<
|
|
|
1565
1565
|
z.ZodTypeDef,
|
|
1566
1566
|
unknown
|
|
1567
1567
|
> = z.object({
|
|
1568
|
-
_id: z.string().default("
|
|
1568
|
+
_id: z.string().default("01KADJAG0HJRBHHTNWY7K44FQH"),
|
|
1569
1569
|
path: z.string(),
|
|
1570
1570
|
key: z.string(),
|
|
1571
1571
|
display_name: z.string().optional(),
|
|
@@ -1617,7 +1617,7 @@ export const DuplicateToolResponseBody2$outboundSchema: z.ZodType<
|
|
|
1617
1617
|
z.ZodTypeDef,
|
|
1618
1618
|
DuplicateToolResponseBody2
|
|
1619
1619
|
> = z.object({
|
|
1620
|
-
id: z.string().default("
|
|
1620
|
+
id: z.string().default("01KADJAG0HJRBHHTNWY7K44FQH"),
|
|
1621
1621
|
path: z.string(),
|
|
1622
1622
|
key: z.string(),
|
|
1623
1623
|
displayName: z.string().optional(),
|
|
@@ -1736,7 +1736,7 @@ export const DuplicateToolResponseBody1$inboundSchema: z.ZodType<
|
|
|
1736
1736
|
z.ZodTypeDef,
|
|
1737
1737
|
unknown
|
|
1738
1738
|
> = z.object({
|
|
1739
|
-
_id: z.string().default("
|
|
1739
|
+
_id: z.string().default("01KADJAG0GQ74TSTTJ4B2RYW78"),
|
|
1740
1740
|
path: z.string(),
|
|
1741
1741
|
key: z.string(),
|
|
1742
1742
|
display_name: z.string().optional(),
|
|
@@ -1787,7 +1787,7 @@ export const DuplicateToolResponseBody1$outboundSchema: z.ZodType<
|
|
|
1787
1787
|
z.ZodTypeDef,
|
|
1788
1788
|
DuplicateToolResponseBody1
|
|
1789
1789
|
> = z.object({
|
|
1790
|
-
id: z.string().default("
|
|
1790
|
+
id: z.string().default("01KADJAG0GQ74TSTTJ4B2RYW78"),
|
|
1791
1791
|
path: z.string(),
|
|
1792
1792
|
key: z.string(),
|
|
1793
1793
|
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-19T08:04:53.100Z",
|
|
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-19T08:04:53.100Z"))
|
|
156
156
|
.transform(v => v.toISOString()),
|
|
157
157
|
}).transform((v) => {
|
|
158
158
|
return remap$(v, {
|
|
@@ -157,7 +157,7 @@ export const FileListData$inboundSchema: z.ZodType<
|
|
|
157
157
|
file_name: z.string(),
|
|
158
158
|
workspace_id: z.string(),
|
|
159
159
|
created: z.string().datetime({ offset: true }).default(
|
|
160
|
-
"2025-11-
|
|
160
|
+
"2025-11-19T08:04:53.100Z",
|
|
161
161
|
).transform(v => new Date(v)),
|
|
162
162
|
}).transform((v) => {
|
|
163
163
|
return remap$(v, {
|
|
@@ -190,7 +190,7 @@ export const FileListData$outboundSchema: z.ZodType<
|
|
|
190
190
|
bytes: z.number(),
|
|
191
191
|
fileName: z.string(),
|
|
192
192
|
workspaceId: z.string(),
|
|
193
|
-
created: z.date().default(() => new Date("2025-11-
|
|
193
|
+
created: z.date().default(() => new Date("2025-11-19T08:04:53.100Z"))
|
|
194
194
|
.transform(v => v.toISOString()),
|
|
195
195
|
}).transform((v) => {
|
|
196
196
|
return remap$(v, {
|
|
@@ -196,7 +196,7 @@ export const FileUploadResponseBody$inboundSchema: z.ZodType<
|
|
|
196
196
|
file_name: z.string(),
|
|
197
197
|
workspace_id: z.string(),
|
|
198
198
|
created: z.string().datetime({ offset: true }).default(
|
|
199
|
-
"2025-11-
|
|
199
|
+
"2025-11-19T08:04:53.100Z",
|
|
200
200
|
).transform(v => new Date(v)),
|
|
201
201
|
}).transform((v) => {
|
|
202
202
|
return remap$(v, {
|
|
@@ -229,7 +229,7 @@ export const FileUploadResponseBody$outboundSchema: z.ZodType<
|
|
|
229
229
|
bytes: z.number(),
|
|
230
230
|
fileName: z.string(),
|
|
231
231
|
workspaceId: z.string(),
|
|
232
|
-
created: z.date().default(() => new Date("2025-11-
|
|
232
|
+
created: z.date().default(() => new Date("2025-11-19T08:04:53.100Z"))
|
|
233
233
|
.transform(v => v.toISOString()),
|
|
234
234
|
}).transform((v) => {
|
|
235
235
|
return remap$(v, {
|
|
@@ -232,6 +232,18 @@ export const GetAgentType = {
|
|
|
232
232
|
*/
|
|
233
233
|
export type GetAgentType = ClosedEnum<typeof GetAgentType>;
|
|
234
234
|
|
|
235
|
+
/**
|
|
236
|
+
* 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.
|
|
237
|
+
*/
|
|
238
|
+
export const GetAgentThinkingLevel = {
|
|
239
|
+
Low: "low",
|
|
240
|
+
High: "high",
|
|
241
|
+
} as const;
|
|
242
|
+
/**
|
|
243
|
+
* 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.
|
|
244
|
+
*/
|
|
245
|
+
export type GetAgentThinkingLevel = ClosedEnum<typeof GetAgentThinkingLevel>;
|
|
246
|
+
|
|
235
247
|
export type GetAgentThinking = {
|
|
236
248
|
/**
|
|
237
249
|
* Enables or disables the thinking mode capability
|
|
@@ -241,6 +253,10 @@ export type GetAgentThinking = {
|
|
|
241
253
|
* 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`.
|
|
242
254
|
*/
|
|
243
255
|
budgetTokens: number;
|
|
256
|
+
/**
|
|
257
|
+
* 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.
|
|
258
|
+
*/
|
|
259
|
+
thinkingLevel?: GetAgentThinkingLevel | undefined;
|
|
244
260
|
};
|
|
245
261
|
|
|
246
262
|
/**
|
|
@@ -536,6 +552,20 @@ export type GetAgentFallbackModelsType = ClosedEnum<
|
|
|
536
552
|
typeof GetAgentFallbackModelsType
|
|
537
553
|
>;
|
|
538
554
|
|
|
555
|
+
/**
|
|
556
|
+
* 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.
|
|
557
|
+
*/
|
|
558
|
+
export const GetAgentFallbackModelsThinkingLevel = {
|
|
559
|
+
Low: "low",
|
|
560
|
+
High: "high",
|
|
561
|
+
} as const;
|
|
562
|
+
/**
|
|
563
|
+
* 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.
|
|
564
|
+
*/
|
|
565
|
+
export type GetAgentFallbackModelsThinkingLevel = ClosedEnum<
|
|
566
|
+
typeof GetAgentFallbackModelsThinkingLevel
|
|
567
|
+
>;
|
|
568
|
+
|
|
539
569
|
export type GetAgentFallbackModelsThinking = {
|
|
540
570
|
/**
|
|
541
571
|
* Enables or disables the thinking mode capability
|
|
@@ -545,6 +575,10 @@ export type GetAgentFallbackModelsThinking = {
|
|
|
545
575
|
* 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`.
|
|
546
576
|
*/
|
|
547
577
|
budgetTokens: number;
|
|
578
|
+
/**
|
|
579
|
+
* 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.
|
|
580
|
+
*/
|
|
581
|
+
thinkingLevel?: GetAgentFallbackModelsThinkingLevel | undefined;
|
|
548
582
|
};
|
|
549
583
|
|
|
550
584
|
/**
|
|
@@ -1452,6 +1486,15 @@ export const GetAgentType$inboundSchema: z.ZodNativeEnum<typeof GetAgentType> =
|
|
|
1452
1486
|
export const GetAgentType$outboundSchema: z.ZodNativeEnum<typeof GetAgentType> =
|
|
1453
1487
|
GetAgentType$inboundSchema;
|
|
1454
1488
|
|
|
1489
|
+
/** @internal */
|
|
1490
|
+
export const GetAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1491
|
+
typeof GetAgentThinkingLevel
|
|
1492
|
+
> = z.nativeEnum(GetAgentThinkingLevel);
|
|
1493
|
+
/** @internal */
|
|
1494
|
+
export const GetAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1495
|
+
typeof GetAgentThinkingLevel
|
|
1496
|
+
> = GetAgentThinkingLevel$inboundSchema;
|
|
1497
|
+
|
|
1455
1498
|
/** @internal */
|
|
1456
1499
|
export const GetAgentThinking$inboundSchema: z.ZodType<
|
|
1457
1500
|
GetAgentThinking,
|
|
@@ -1460,15 +1503,18 @@ export const GetAgentThinking$inboundSchema: z.ZodType<
|
|
|
1460
1503
|
> = z.object({
|
|
1461
1504
|
type: GetAgentType$inboundSchema,
|
|
1462
1505
|
budget_tokens: z.number(),
|
|
1506
|
+
thinking_level: GetAgentThinkingLevel$inboundSchema.optional(),
|
|
1463
1507
|
}).transform((v) => {
|
|
1464
1508
|
return remap$(v, {
|
|
1465
1509
|
"budget_tokens": "budgetTokens",
|
|
1510
|
+
"thinking_level": "thinkingLevel",
|
|
1466
1511
|
});
|
|
1467
1512
|
});
|
|
1468
1513
|
/** @internal */
|
|
1469
1514
|
export type GetAgentThinking$Outbound = {
|
|
1470
1515
|
type: string;
|
|
1471
1516
|
budget_tokens: number;
|
|
1517
|
+
thinking_level?: string | undefined;
|
|
1472
1518
|
};
|
|
1473
1519
|
|
|
1474
1520
|
/** @internal */
|
|
@@ -1479,9 +1525,11 @@ export const GetAgentThinking$outboundSchema: z.ZodType<
|
|
|
1479
1525
|
> = z.object({
|
|
1480
1526
|
type: GetAgentType$outboundSchema,
|
|
1481
1527
|
budgetTokens: z.number(),
|
|
1528
|
+
thinkingLevel: GetAgentThinkingLevel$outboundSchema.optional(),
|
|
1482
1529
|
}).transform((v) => {
|
|
1483
1530
|
return remap$(v, {
|
|
1484
1531
|
budgetTokens: "budget_tokens",
|
|
1532
|
+
thinkingLevel: "thinking_level",
|
|
1485
1533
|
});
|
|
1486
1534
|
});
|
|
1487
1535
|
|
|
@@ -2273,6 +2321,15 @@ export const GetAgentFallbackModelsType$outboundSchema: z.ZodNativeEnum<
|
|
|
2273
2321
|
typeof GetAgentFallbackModelsType
|
|
2274
2322
|
> = GetAgentFallbackModelsType$inboundSchema;
|
|
2275
2323
|
|
|
2324
|
+
/** @internal */
|
|
2325
|
+
export const GetAgentFallbackModelsThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
2326
|
+
typeof GetAgentFallbackModelsThinkingLevel
|
|
2327
|
+
> = z.nativeEnum(GetAgentFallbackModelsThinkingLevel);
|
|
2328
|
+
/** @internal */
|
|
2329
|
+
export const GetAgentFallbackModelsThinkingLevel$outboundSchema:
|
|
2330
|
+
z.ZodNativeEnum<typeof GetAgentFallbackModelsThinkingLevel> =
|
|
2331
|
+
GetAgentFallbackModelsThinkingLevel$inboundSchema;
|
|
2332
|
+
|
|
2276
2333
|
/** @internal */
|
|
2277
2334
|
export const GetAgentFallbackModelsThinking$inboundSchema: z.ZodType<
|
|
2278
2335
|
GetAgentFallbackModelsThinking,
|
|
@@ -2281,15 +2338,18 @@ export const GetAgentFallbackModelsThinking$inboundSchema: z.ZodType<
|
|
|
2281
2338
|
> = z.object({
|
|
2282
2339
|
type: GetAgentFallbackModelsType$inboundSchema,
|
|
2283
2340
|
budget_tokens: z.number(),
|
|
2341
|
+
thinking_level: GetAgentFallbackModelsThinkingLevel$inboundSchema.optional(),
|
|
2284
2342
|
}).transform((v) => {
|
|
2285
2343
|
return remap$(v, {
|
|
2286
2344
|
"budget_tokens": "budgetTokens",
|
|
2345
|
+
"thinking_level": "thinkingLevel",
|
|
2287
2346
|
});
|
|
2288
2347
|
});
|
|
2289
2348
|
/** @internal */
|
|
2290
2349
|
export type GetAgentFallbackModelsThinking$Outbound = {
|
|
2291
2350
|
type: string;
|
|
2292
2351
|
budget_tokens: number;
|
|
2352
|
+
thinking_level?: string | undefined;
|
|
2293
2353
|
};
|
|
2294
2354
|
|
|
2295
2355
|
/** @internal */
|
|
@@ -2300,9 +2360,11 @@ export const GetAgentFallbackModelsThinking$outboundSchema: z.ZodType<
|
|
|
2300
2360
|
> = z.object({
|
|
2301
2361
|
type: GetAgentFallbackModelsType$outboundSchema,
|
|
2302
2362
|
budgetTokens: z.number(),
|
|
2363
|
+
thinkingLevel: GetAgentFallbackModelsThinkingLevel$outboundSchema.optional(),
|
|
2303
2364
|
}).transform((v) => {
|
|
2304
2365
|
return remap$(v, {
|
|
2305
2366
|
budgetTokens: "budget_tokens",
|
|
2367
|
+
thinkingLevel: "thinking_level",
|
|
2306
2368
|
});
|
|
2307
2369
|
});
|
|
2308
2370
|
|