@orq-ai/node 4.0.0-rc.45 → 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
|
@@ -876,7 +876,7 @@ export function dataCodeToolFromJSON(
|
|
|
876
876
|
/** @internal */
|
|
877
877
|
export const Data5$inboundSchema: z.ZodType<Data5, z.ZodTypeDef, unknown> = z
|
|
878
878
|
.object({
|
|
879
|
-
_id: z.string().default("
|
|
879
|
+
_id: z.string().default("tool_01KAD4TRHSMP5GHD8P5Y2F666Y"),
|
|
880
880
|
path: z.string(),
|
|
881
881
|
key: z.string(),
|
|
882
882
|
display_name: z.string().optional(),
|
|
@@ -928,7 +928,7 @@ export const Data5$outboundSchema: z.ZodType<
|
|
|
928
928
|
z.ZodTypeDef,
|
|
929
929
|
Data5
|
|
930
930
|
> = z.object({
|
|
931
|
-
id: z.string().default("
|
|
931
|
+
id: z.string().default("tool_01KAD4TRHSMP5GHD8P5Y2F666Y"),
|
|
932
932
|
path: z.string(),
|
|
933
933
|
key: z.string(),
|
|
934
934
|
displayName: z.string().optional(),
|
|
@@ -1092,7 +1092,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
1092
1092
|
z.ZodTypeDef,
|
|
1093
1093
|
unknown
|
|
1094
1094
|
> = z.object({
|
|
1095
|
-
id: z.string().default("
|
|
1095
|
+
id: z.string().default("01KAD4TRHR5EW7GJPR78NVA6C1"),
|
|
1096
1096
|
name: z.string(),
|
|
1097
1097
|
description: z.string().optional(),
|
|
1098
1098
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -1111,7 +1111,7 @@ export const DataTools$outboundSchema: z.ZodType<
|
|
|
1111
1111
|
z.ZodTypeDef,
|
|
1112
1112
|
DataTools
|
|
1113
1113
|
> = z.object({
|
|
1114
|
-
id: z.string().default("
|
|
1114
|
+
id: z.string().default("01KAD4TRHR5EW7GJPR78NVA6C1"),
|
|
1115
1115
|
name: z.string(),
|
|
1116
1116
|
description: z.string().optional(),
|
|
1117
1117
|
schema: z.lazy(() => GetAllToolsDataSchema$outboundSchema),
|
|
@@ -1193,7 +1193,7 @@ export function dataMcpFromJSON(
|
|
|
1193
1193
|
/** @internal */
|
|
1194
1194
|
export const Data4$inboundSchema: z.ZodType<Data4, z.ZodTypeDef, unknown> = z
|
|
1195
1195
|
.object({
|
|
1196
|
-
_id: z.string().default("
|
|
1196
|
+
_id: z.string().default("tool_01KAD4TRHF62H0DBHJSS1WZT4K"),
|
|
1197
1197
|
path: z.string(),
|
|
1198
1198
|
key: z.string(),
|
|
1199
1199
|
display_name: z.string().optional(),
|
|
@@ -1244,7 +1244,7 @@ export const Data4$outboundSchema: z.ZodType<
|
|
|
1244
1244
|
z.ZodTypeDef,
|
|
1245
1245
|
Data4
|
|
1246
1246
|
> = z.object({
|
|
1247
|
-
id: z.string().default("
|
|
1247
|
+
id: z.string().default("tool_01KAD4TRHF62H0DBHJSS1WZT4K"),
|
|
1248
1248
|
path: z.string(),
|
|
1249
1249
|
key: z.string(),
|
|
1250
1250
|
displayName: z.string().optional(),
|
|
@@ -1584,7 +1584,7 @@ export function getAllToolsDataHttpFromJSON(
|
|
|
1584
1584
|
/** @internal */
|
|
1585
1585
|
export const Data3$inboundSchema: z.ZodType<Data3, z.ZodTypeDef, unknown> = z
|
|
1586
1586
|
.object({
|
|
1587
|
-
_id: z.string().default("
|
|
1587
|
+
_id: z.string().default("tool_01KAD4TRHBAEAHBDM8KC6KE2QA"),
|
|
1588
1588
|
path: z.string(),
|
|
1589
1589
|
key: z.string(),
|
|
1590
1590
|
display_name: z.string().optional(),
|
|
@@ -1635,7 +1635,7 @@ export const Data3$outboundSchema: z.ZodType<
|
|
|
1635
1635
|
z.ZodTypeDef,
|
|
1636
1636
|
Data3
|
|
1637
1637
|
> = z.object({
|
|
1638
|
-
id: z.string().default("
|
|
1638
|
+
id: z.string().default("tool_01KAD4TRHBAEAHBDM8KC6KE2QA"),
|
|
1639
1639
|
path: z.string(),
|
|
1640
1640
|
key: z.string(),
|
|
1641
1641
|
displayName: z.string().optional(),
|
|
@@ -1794,7 +1794,7 @@ export function dataJsonSchemaFromJSON(
|
|
|
1794
1794
|
/** @internal */
|
|
1795
1795
|
export const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown> = z
|
|
1796
1796
|
.object({
|
|
1797
|
-
_id: z.string().default("
|
|
1797
|
+
_id: z.string().default("tool_01KAD4TRH7HHZ2PRG1TDCHP23B"),
|
|
1798
1798
|
path: z.string(),
|
|
1799
1799
|
key: z.string(),
|
|
1800
1800
|
display_name: z.string().optional(),
|
|
@@ -1846,7 +1846,7 @@ export const Data2$outboundSchema: z.ZodType<
|
|
|
1846
1846
|
z.ZodTypeDef,
|
|
1847
1847
|
Data2
|
|
1848
1848
|
> = z.object({
|
|
1849
|
-
id: z.string().default("
|
|
1849
|
+
id: z.string().default("tool_01KAD4TRH7HHZ2PRG1TDCHP23B"),
|
|
1850
1850
|
path: z.string(),
|
|
1851
1851
|
key: z.string(),
|
|
1852
1852
|
displayName: z.string().optional(),
|
|
@@ -2024,7 +2024,7 @@ export function getAllToolsDataFunctionFromJSON(
|
|
|
2024
2024
|
/** @internal */
|
|
2025
2025
|
export const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown> = z
|
|
2026
2026
|
.object({
|
|
2027
|
-
_id: z.string().default("
|
|
2027
|
+
_id: z.string().default("tool_01KAD4TRH546ZWVR3WX8A261TF"),
|
|
2028
2028
|
path: z.string(),
|
|
2029
2029
|
key: z.string(),
|
|
2030
2030
|
display_name: z.string().optional(),
|
|
@@ -2075,7 +2075,7 @@ export const Data1$outboundSchema: z.ZodType<
|
|
|
2075
2075
|
z.ZodTypeDef,
|
|
2076
2076
|
Data1
|
|
2077
2077
|
> = z.object({
|
|
2078
|
-
id: z.string().default("
|
|
2078
|
+
id: z.string().default("tool_01KAD4TRH546ZWVR3WX8A261TF"),
|
|
2079
2079
|
path: z.string(),
|
|
2080
2080
|
key: z.string(),
|
|
2081
2081
|
displayName: z.string().optional(),
|
|
@@ -291,7 +291,7 @@ export const GetBudgetResponseBody$inboundSchema: z.ZodType<
|
|
|
291
291
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
292
292
|
.optional(),
|
|
293
293
|
updated: z.string().datetime({ offset: true }).default(
|
|
294
|
-
"2025-11-
|
|
294
|
+
"2025-11-19T04:09:03.217Z",
|
|
295
295
|
).transform(v => new Date(v)),
|
|
296
296
|
}).transform((v) => {
|
|
297
297
|
return remap$(v, {
|
|
@@ -328,7 +328,7 @@ export const GetBudgetResponseBody$outboundSchema: z.ZodType<
|
|
|
328
328
|
isActive: z.boolean(),
|
|
329
329
|
consumption: z.lazy(() => GetBudgetConsumption$outboundSchema).optional(),
|
|
330
330
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
331
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
331
|
+
updated: z.date().default(() => new Date("2025-11-19T04:09:03.217Z"))
|
|
332
332
|
.transform(v => v.toISOString()),
|
|
333
333
|
}).transform((v) => {
|
|
334
334
|
return remap$(v, {
|
|
@@ -1417,8 +1417,8 @@ export const DataTypescript$inboundSchema: z.ZodType<
|
|
|
1417
1417
|
> = z.object({
|
|
1418
1418
|
_id: z.string(),
|
|
1419
1419
|
description: z.string(),
|
|
1420
|
-
created: z.string().default("2025-11-
|
|
1421
|
-
updated: z.string().default("2025-11-
|
|
1420
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1421
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1422
1422
|
guardrail_config: z.union([
|
|
1423
1423
|
z.lazy(() =>
|
|
1424
1424
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -1459,8 +1459,8 @@ export const DataTypescript$outboundSchema: z.ZodType<
|
|
|
1459
1459
|
> = z.object({
|
|
1460
1460
|
id: z.string(),
|
|
1461
1461
|
description: z.string(),
|
|
1462
|
-
created: z.string().default("2025-11-
|
|
1463
|
-
updated: z.string().default("2025-11-
|
|
1462
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1463
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1464
1464
|
guardrailConfig: z.union([
|
|
1465
1465
|
z.lazy(() =>
|
|
1466
1466
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -1726,8 +1726,8 @@ export const DataRagas$inboundSchema: z.ZodType<
|
|
|
1726
1726
|
> = z.object({
|
|
1727
1727
|
_id: z.string(),
|
|
1728
1728
|
description: z.string(),
|
|
1729
|
-
created: z.string().default("2025-11-
|
|
1730
|
-
updated: z.string().default("2025-11-
|
|
1729
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1730
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1731
1731
|
guardrail_config: z.union([
|
|
1732
1732
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
1733
1733
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
@@ -1767,8 +1767,8 @@ export const DataRagas$outboundSchema: z.ZodType<
|
|
|
1767
1767
|
> = z.object({
|
|
1768
1768
|
id: z.string(),
|
|
1769
1769
|
description: z.string(),
|
|
1770
|
-
created: z.string().default("2025-11-
|
|
1771
|
-
updated: z.string().default("2025-11-
|
|
1770
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1771
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
1772
1772
|
guardrailConfig: z.union([
|
|
1773
1773
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
1774
1774
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
@@ -4090,8 +4090,8 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4090
4090
|
> = z.object({
|
|
4091
4091
|
_id: z.string(),
|
|
4092
4092
|
description: z.string(),
|
|
4093
|
-
created: z.string().default("2025-11-
|
|
4094
|
-
updated: z.string().default("2025-11-
|
|
4093
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4094
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4095
4095
|
guardrail_config: z.union([
|
|
4096
4096
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
4097
4097
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -4200,8 +4200,8 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4200
4200
|
> = z.object({
|
|
4201
4201
|
id: z.string(),
|
|
4202
4202
|
description: z.string(),
|
|
4203
|
-
created: z.string().default("2025-11-
|
|
4204
|
-
updated: z.string().default("2025-11-
|
|
4203
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4204
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4205
4205
|
guardrailConfig: z.union([
|
|
4206
4206
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
4207
4207
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
@@ -4467,8 +4467,8 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
4467
4467
|
> = z.object({
|
|
4468
4468
|
_id: z.string(),
|
|
4469
4469
|
description: z.string(),
|
|
4470
|
-
created: z.string().default("2025-11-
|
|
4471
|
-
updated: z.string().default("2025-11-
|
|
4470
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4471
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4472
4472
|
guardrail_config: z.union([
|
|
4473
4473
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
4474
4474
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
@@ -4505,8 +4505,8 @@ export const DataPython$outboundSchema: z.ZodType<
|
|
|
4505
4505
|
> = z.object({
|
|
4506
4506
|
id: z.string(),
|
|
4507
4507
|
description: z.string(),
|
|
4508
|
-
created: z.string().default("2025-11-
|
|
4509
|
-
updated: z.string().default("2025-11-
|
|
4508
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4509
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4510
4510
|
guardrailConfig: z.union([
|
|
4511
4511
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
4512
4512
|
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
@@ -4729,8 +4729,8 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
4729
4729
|
> = z.object({
|
|
4730
4730
|
_id: z.string(),
|
|
4731
4731
|
description: z.string(),
|
|
4732
|
-
created: z.string().default("2025-11-
|
|
4733
|
-
updated: z.string().default("2025-11-
|
|
4732
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4733
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4734
4734
|
guardrail_config: z.union([
|
|
4735
4735
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
4736
4736
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
@@ -4773,8 +4773,8 @@ export const DataHTTP$outboundSchema: z.ZodType<
|
|
|
4773
4773
|
> = z.object({
|
|
4774
4774
|
id: z.string(),
|
|
4775
4775
|
description: z.string(),
|
|
4776
|
-
created: z.string().default("2025-11-
|
|
4777
|
-
updated: z.string().default("2025-11-
|
|
4776
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4777
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
4778
4778
|
guardrailConfig: z.union([
|
|
4779
4779
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
4780
4780
|
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
@@ -5020,8 +5020,8 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
5020
5020
|
> = z.object({
|
|
5021
5021
|
_id: z.string(),
|
|
5022
5022
|
description: z.string(),
|
|
5023
|
-
created: z.string().default("2025-11-
|
|
5024
|
-
updated: z.string().default("2025-11-
|
|
5023
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5024
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5025
5025
|
guardrail_config: z.union([
|
|
5026
5026
|
z.lazy(() =>
|
|
5027
5027
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
|
|
@@ -5062,8 +5062,8 @@ export const DataJSON$outboundSchema: z.ZodType<
|
|
|
5062
5062
|
> = z.object({
|
|
5063
5063
|
id: z.string(),
|
|
5064
5064
|
description: z.string(),
|
|
5065
|
-
created: z.string().default("2025-11-
|
|
5066
|
-
updated: z.string().default("2025-11-
|
|
5065
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5066
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5067
5067
|
guardrailConfig: z.union([
|
|
5068
5068
|
z.lazy(() =>
|
|
5069
5069
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
|
|
@@ -5329,8 +5329,8 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
|
|
|
5329
5329
|
z.object({
|
|
5330
5330
|
_id: z.string(),
|
|
5331
5331
|
description: z.string(),
|
|
5332
|
-
created: z.string().default("2025-11-
|
|
5333
|
-
updated: z.string().default("2025-11-
|
|
5332
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5333
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5334
5334
|
guardrail_config: z.union([
|
|
5335
5335
|
z.lazy(() =>
|
|
5336
5336
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5374,8 +5374,8 @@ export const DataLLM$outboundSchema: z.ZodType<
|
|
|
5374
5374
|
> = z.object({
|
|
5375
5375
|
id: z.string(),
|
|
5376
5376
|
description: z.string(),
|
|
5377
|
-
created: z.string().default("2025-11-
|
|
5378
|
-
updated: z.string().default("2025-11-
|
|
5377
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5378
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5379
5379
|
guardrailConfig: z.union([
|
|
5380
5380
|
z.lazy(() =>
|
|
5381
5381
|
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -205,6 +205,20 @@ export const GetOnePromptVerbosity = {
|
|
|
205
205
|
*/
|
|
206
206
|
export type GetOnePromptVerbosity = ClosedEnum<typeof GetOnePromptVerbosity>;
|
|
207
207
|
|
|
208
|
+
/**
|
|
209
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
210
|
+
*/
|
|
211
|
+
export const GetOnePromptThinkingLevel = {
|
|
212
|
+
Low: "low",
|
|
213
|
+
High: "high",
|
|
214
|
+
} as const;
|
|
215
|
+
/**
|
|
216
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
217
|
+
*/
|
|
218
|
+
export type GetOnePromptThinkingLevel = ClosedEnum<
|
|
219
|
+
typeof GetOnePromptThinkingLevel
|
|
220
|
+
>;
|
|
221
|
+
|
|
208
222
|
/**
|
|
209
223
|
* Model Parameters: Not all parameters apply to every model
|
|
210
224
|
*/
|
|
@@ -297,6 +311,10 @@ export type GetOnePromptModelParameters = {
|
|
|
297
311
|
* Controls the verbosity of the model output.
|
|
298
312
|
*/
|
|
299
313
|
verbosity?: GetOnePromptVerbosity | undefined;
|
|
314
|
+
/**
|
|
315
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
316
|
+
*/
|
|
317
|
+
thinkingLevel?: GetOnePromptThinkingLevel | undefined;
|
|
300
318
|
};
|
|
301
319
|
|
|
302
320
|
export const GetOnePromptProvider = {
|
|
@@ -983,6 +1001,15 @@ export const GetOnePromptVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
983
1001
|
typeof GetOnePromptVerbosity
|
|
984
1002
|
> = GetOnePromptVerbosity$inboundSchema;
|
|
985
1003
|
|
|
1004
|
+
/** @internal */
|
|
1005
|
+
export const GetOnePromptThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1006
|
+
typeof GetOnePromptThinkingLevel
|
|
1007
|
+
> = z.nativeEnum(GetOnePromptThinkingLevel);
|
|
1008
|
+
/** @internal */
|
|
1009
|
+
export const GetOnePromptThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1010
|
+
typeof GetOnePromptThinkingLevel
|
|
1011
|
+
> = GetOnePromptThinkingLevel$inboundSchema;
|
|
1012
|
+
|
|
986
1013
|
/** @internal */
|
|
987
1014
|
export const GetOnePromptModelParameters$inboundSchema: z.ZodType<
|
|
988
1015
|
GetOnePromptModelParameters,
|
|
@@ -1016,6 +1043,7 @@ export const GetOnePromptModelParameters$inboundSchema: z.ZodType<
|
|
|
1016
1043
|
reasoningEffort: GetOnePromptReasoningEffort$inboundSchema.optional(),
|
|
1017
1044
|
budgetTokens: z.number().optional(),
|
|
1018
1045
|
verbosity: GetOnePromptVerbosity$inboundSchema.optional(),
|
|
1046
|
+
thinkingLevel: GetOnePromptThinkingLevel$inboundSchema.optional(),
|
|
1019
1047
|
}).transform((v) => {
|
|
1020
1048
|
return remap$(v, {
|
|
1021
1049
|
"encoding_format": "encodingFormat",
|
|
@@ -1049,6 +1077,7 @@ export type GetOnePromptModelParameters$Outbound = {
|
|
|
1049
1077
|
reasoningEffort?: string | undefined;
|
|
1050
1078
|
budgetTokens?: number | undefined;
|
|
1051
1079
|
verbosity?: string | undefined;
|
|
1080
|
+
thinkingLevel?: string | undefined;
|
|
1052
1081
|
};
|
|
1053
1082
|
|
|
1054
1083
|
/** @internal */
|
|
@@ -1084,6 +1113,7 @@ export const GetOnePromptModelParameters$outboundSchema: z.ZodType<
|
|
|
1084
1113
|
reasoningEffort: GetOnePromptReasoningEffort$outboundSchema.optional(),
|
|
1085
1114
|
budgetTokens: z.number().optional(),
|
|
1086
1115
|
verbosity: GetOnePromptVerbosity$outboundSchema.optional(),
|
|
1116
|
+
thinkingLevel: GetOnePromptThinkingLevel$outboundSchema.optional(),
|
|
1087
1117
|
}).transform((v) => {
|
|
1088
1118
|
return remap$(v, {
|
|
1089
1119
|
encodingFormat: "encoding_format",
|
|
@@ -208,6 +208,20 @@ export type GetPromptVersionVerbosity = ClosedEnum<
|
|
|
208
208
|
typeof GetPromptVersionVerbosity
|
|
209
209
|
>;
|
|
210
210
|
|
|
211
|
+
/**
|
|
212
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
213
|
+
*/
|
|
214
|
+
export const GetPromptVersionThinkingLevel = {
|
|
215
|
+
Low: "low",
|
|
216
|
+
High: "high",
|
|
217
|
+
} as const;
|
|
218
|
+
/**
|
|
219
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
220
|
+
*/
|
|
221
|
+
export type GetPromptVersionThinkingLevel = ClosedEnum<
|
|
222
|
+
typeof GetPromptVersionThinkingLevel
|
|
223
|
+
>;
|
|
224
|
+
|
|
211
225
|
/**
|
|
212
226
|
* Model Parameters: Not all parameters apply to every model
|
|
213
227
|
*/
|
|
@@ -300,6 +314,10 @@ export type GetPromptVersionModelParameters = {
|
|
|
300
314
|
* Controls the verbosity of the model output.
|
|
301
315
|
*/
|
|
302
316
|
verbosity?: GetPromptVersionVerbosity | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* The level of thinking to use for the model. Only supported by `Google AI`
|
|
319
|
+
*/
|
|
320
|
+
thinkingLevel?: GetPromptVersionThinkingLevel | undefined;
|
|
303
321
|
};
|
|
304
322
|
|
|
305
323
|
export const GetPromptVersionProvider = {
|
|
@@ -997,6 +1015,15 @@ export const GetPromptVersionVerbosity$outboundSchema: z.ZodNativeEnum<
|
|
|
997
1015
|
typeof GetPromptVersionVerbosity
|
|
998
1016
|
> = GetPromptVersionVerbosity$inboundSchema;
|
|
999
1017
|
|
|
1018
|
+
/** @internal */
|
|
1019
|
+
export const GetPromptVersionThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1020
|
+
typeof GetPromptVersionThinkingLevel
|
|
1021
|
+
> = z.nativeEnum(GetPromptVersionThinkingLevel);
|
|
1022
|
+
/** @internal */
|
|
1023
|
+
export const GetPromptVersionThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1024
|
+
typeof GetPromptVersionThinkingLevel
|
|
1025
|
+
> = GetPromptVersionThinkingLevel$inboundSchema;
|
|
1026
|
+
|
|
1000
1027
|
/** @internal */
|
|
1001
1028
|
export const GetPromptVersionModelParameters$inboundSchema: z.ZodType<
|
|
1002
1029
|
GetPromptVersionModelParameters,
|
|
@@ -1030,6 +1057,7 @@ export const GetPromptVersionModelParameters$inboundSchema: z.ZodType<
|
|
|
1030
1057
|
reasoningEffort: GetPromptVersionReasoningEffort$inboundSchema.optional(),
|
|
1031
1058
|
budgetTokens: z.number().optional(),
|
|
1032
1059
|
verbosity: GetPromptVersionVerbosity$inboundSchema.optional(),
|
|
1060
|
+
thinkingLevel: GetPromptVersionThinkingLevel$inboundSchema.optional(),
|
|
1033
1061
|
}).transform((v) => {
|
|
1034
1062
|
return remap$(v, {
|
|
1035
1063
|
"encoding_format": "encodingFormat",
|
|
@@ -1063,6 +1091,7 @@ export type GetPromptVersionModelParameters$Outbound = {
|
|
|
1063
1091
|
reasoningEffort?: string | undefined;
|
|
1064
1092
|
budgetTokens?: number | undefined;
|
|
1065
1093
|
verbosity?: string | undefined;
|
|
1094
|
+
thinkingLevel?: string | undefined;
|
|
1066
1095
|
};
|
|
1067
1096
|
|
|
1068
1097
|
/** @internal */
|
|
@@ -1098,6 +1127,7 @@ export const GetPromptVersionModelParameters$outboundSchema: z.ZodType<
|
|
|
1098
1127
|
reasoningEffort: GetPromptVersionReasoningEffort$outboundSchema.optional(),
|
|
1099
1128
|
budgetTokens: z.number().optional(),
|
|
1100
1129
|
verbosity: GetPromptVersionVerbosity$outboundSchema.optional(),
|
|
1130
|
+
thinkingLevel: GetPromptVersionThinkingLevel$outboundSchema.optional(),
|
|
1101
1131
|
}).transform((v) => {
|
|
1102
1132
|
return remap$(v, {
|
|
1103
1133
|
encodingFormat: "encoding_format",
|
|
@@ -324,6 +324,20 @@ export const ListAgentsType = {
|
|
|
324
324
|
*/
|
|
325
325
|
export type ListAgentsType = ClosedEnum<typeof ListAgentsType>;
|
|
326
326
|
|
|
327
|
+
/**
|
|
328
|
+
* 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.
|
|
329
|
+
*/
|
|
330
|
+
export const ListAgentsThinkingLevel = {
|
|
331
|
+
Low: "low",
|
|
332
|
+
High: "high",
|
|
333
|
+
} as const;
|
|
334
|
+
/**
|
|
335
|
+
* 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.
|
|
336
|
+
*/
|
|
337
|
+
export type ListAgentsThinkingLevel = ClosedEnum<
|
|
338
|
+
typeof ListAgentsThinkingLevel
|
|
339
|
+
>;
|
|
340
|
+
|
|
327
341
|
export type ListAgentsThinking = {
|
|
328
342
|
/**
|
|
329
343
|
* Enables or disables the thinking mode capability
|
|
@@ -333,6 +347,10 @@ export type ListAgentsThinking = {
|
|
|
333
347
|
* 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`.
|
|
334
348
|
*/
|
|
335
349
|
budgetTokens: number;
|
|
350
|
+
/**
|
|
351
|
+
* 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.
|
|
352
|
+
*/
|
|
353
|
+
thinkingLevel?: ListAgentsThinkingLevel | undefined;
|
|
336
354
|
};
|
|
337
355
|
|
|
338
356
|
/**
|
|
@@ -650,6 +668,20 @@ export type ListAgentsFallbackModelConfigurationType = ClosedEnum<
|
|
|
650
668
|
typeof ListAgentsFallbackModelConfigurationType
|
|
651
669
|
>;
|
|
652
670
|
|
|
671
|
+
/**
|
|
672
|
+
* 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.
|
|
673
|
+
*/
|
|
674
|
+
export const ListAgentsFallbackModelConfigurationThinkingLevel = {
|
|
675
|
+
Low: "low",
|
|
676
|
+
High: "high",
|
|
677
|
+
} as const;
|
|
678
|
+
/**
|
|
679
|
+
* 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.
|
|
680
|
+
*/
|
|
681
|
+
export type ListAgentsFallbackModelConfigurationThinkingLevel = ClosedEnum<
|
|
682
|
+
typeof ListAgentsFallbackModelConfigurationThinkingLevel
|
|
683
|
+
>;
|
|
684
|
+
|
|
653
685
|
export type ListAgentsFallbackModelConfigurationThinking = {
|
|
654
686
|
/**
|
|
655
687
|
* Enables or disables the thinking mode capability
|
|
@@ -659,6 +691,10 @@ export type ListAgentsFallbackModelConfigurationThinking = {
|
|
|
659
691
|
* 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`.
|
|
660
692
|
*/
|
|
661
693
|
budgetTokens: number;
|
|
694
|
+
/**
|
|
695
|
+
* 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.
|
|
696
|
+
*/
|
|
697
|
+
thinkingLevel?: ListAgentsFallbackModelConfigurationThinkingLevel | undefined;
|
|
662
698
|
};
|
|
663
699
|
|
|
664
700
|
/**
|
|
@@ -1753,6 +1789,15 @@ export const ListAgentsType$outboundSchema: z.ZodNativeEnum<
|
|
|
1753
1789
|
typeof ListAgentsType
|
|
1754
1790
|
> = ListAgentsType$inboundSchema;
|
|
1755
1791
|
|
|
1792
|
+
/** @internal */
|
|
1793
|
+
export const ListAgentsThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
1794
|
+
typeof ListAgentsThinkingLevel
|
|
1795
|
+
> = z.nativeEnum(ListAgentsThinkingLevel);
|
|
1796
|
+
/** @internal */
|
|
1797
|
+
export const ListAgentsThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
1798
|
+
typeof ListAgentsThinkingLevel
|
|
1799
|
+
> = ListAgentsThinkingLevel$inboundSchema;
|
|
1800
|
+
|
|
1756
1801
|
/** @internal */
|
|
1757
1802
|
export const ListAgentsThinking$inboundSchema: z.ZodType<
|
|
1758
1803
|
ListAgentsThinking,
|
|
@@ -1761,15 +1806,18 @@ export const ListAgentsThinking$inboundSchema: z.ZodType<
|
|
|
1761
1806
|
> = z.object({
|
|
1762
1807
|
type: ListAgentsType$inboundSchema,
|
|
1763
1808
|
budget_tokens: z.number(),
|
|
1809
|
+
thinking_level: ListAgentsThinkingLevel$inboundSchema.optional(),
|
|
1764
1810
|
}).transform((v) => {
|
|
1765
1811
|
return remap$(v, {
|
|
1766
1812
|
"budget_tokens": "budgetTokens",
|
|
1813
|
+
"thinking_level": "thinkingLevel",
|
|
1767
1814
|
});
|
|
1768
1815
|
});
|
|
1769
1816
|
/** @internal */
|
|
1770
1817
|
export type ListAgentsThinking$Outbound = {
|
|
1771
1818
|
type: string;
|
|
1772
1819
|
budget_tokens: number;
|
|
1820
|
+
thinking_level?: string | undefined;
|
|
1773
1821
|
};
|
|
1774
1822
|
|
|
1775
1823
|
/** @internal */
|
|
@@ -1780,9 +1828,11 @@ export const ListAgentsThinking$outboundSchema: z.ZodType<
|
|
|
1780
1828
|
> = z.object({
|
|
1781
1829
|
type: ListAgentsType$outboundSchema,
|
|
1782
1830
|
budgetTokens: z.number(),
|
|
1831
|
+
thinkingLevel: ListAgentsThinkingLevel$outboundSchema.optional(),
|
|
1783
1832
|
}).transform((v) => {
|
|
1784
1833
|
return remap$(v, {
|
|
1785
1834
|
budgetTokens: "budget_tokens",
|
|
1835
|
+
thinkingLevel: "thinking_level",
|
|
1786
1836
|
});
|
|
1787
1837
|
});
|
|
1788
1838
|
|
|
@@ -2650,6 +2700,15 @@ export const ListAgentsFallbackModelConfigurationType$outboundSchema:
|
|
|
2650
2700
|
z.ZodNativeEnum<typeof ListAgentsFallbackModelConfigurationType> =
|
|
2651
2701
|
ListAgentsFallbackModelConfigurationType$inboundSchema;
|
|
2652
2702
|
|
|
2703
|
+
/** @internal */
|
|
2704
|
+
export const ListAgentsFallbackModelConfigurationThinkingLevel$inboundSchema:
|
|
2705
|
+
z.ZodNativeEnum<typeof ListAgentsFallbackModelConfigurationThinkingLevel> = z
|
|
2706
|
+
.nativeEnum(ListAgentsFallbackModelConfigurationThinkingLevel);
|
|
2707
|
+
/** @internal */
|
|
2708
|
+
export const ListAgentsFallbackModelConfigurationThinkingLevel$outboundSchema:
|
|
2709
|
+
z.ZodNativeEnum<typeof ListAgentsFallbackModelConfigurationThinkingLevel> =
|
|
2710
|
+
ListAgentsFallbackModelConfigurationThinkingLevel$inboundSchema;
|
|
2711
|
+
|
|
2653
2712
|
/** @internal */
|
|
2654
2713
|
export const ListAgentsFallbackModelConfigurationThinking$inboundSchema:
|
|
2655
2714
|
z.ZodType<
|
|
@@ -2659,15 +2718,20 @@ export const ListAgentsFallbackModelConfigurationThinking$inboundSchema:
|
|
|
2659
2718
|
> = z.object({
|
|
2660
2719
|
type: ListAgentsFallbackModelConfigurationType$inboundSchema,
|
|
2661
2720
|
budget_tokens: z.number(),
|
|
2721
|
+
thinking_level:
|
|
2722
|
+
ListAgentsFallbackModelConfigurationThinkingLevel$inboundSchema
|
|
2723
|
+
.optional(),
|
|
2662
2724
|
}).transform((v) => {
|
|
2663
2725
|
return remap$(v, {
|
|
2664
2726
|
"budget_tokens": "budgetTokens",
|
|
2727
|
+
"thinking_level": "thinkingLevel",
|
|
2665
2728
|
});
|
|
2666
2729
|
});
|
|
2667
2730
|
/** @internal */
|
|
2668
2731
|
export type ListAgentsFallbackModelConfigurationThinking$Outbound = {
|
|
2669
2732
|
type: string;
|
|
2670
2733
|
budget_tokens: number;
|
|
2734
|
+
thinking_level?: string | undefined;
|
|
2671
2735
|
};
|
|
2672
2736
|
|
|
2673
2737
|
/** @internal */
|
|
@@ -2679,9 +2743,13 @@ export const ListAgentsFallbackModelConfigurationThinking$outboundSchema:
|
|
|
2679
2743
|
> = z.object({
|
|
2680
2744
|
type: ListAgentsFallbackModelConfigurationType$outboundSchema,
|
|
2681
2745
|
budgetTokens: z.number(),
|
|
2746
|
+
thinkingLevel:
|
|
2747
|
+
ListAgentsFallbackModelConfigurationThinkingLevel$outboundSchema
|
|
2748
|
+
.optional(),
|
|
2682
2749
|
}).transform((v) => {
|
|
2683
2750
|
return remap$(v, {
|
|
2684
2751
|
budgetTokens: "budget_tokens",
|
|
2752
|
+
thinkingLevel: "thinking_level",
|
|
2685
2753
|
});
|
|
2686
2754
|
});
|
|
2687
2755
|
|
|
@@ -381,7 +381,7 @@ export const ListBudgetsData$inboundSchema: z.ZodType<
|
|
|
381
381
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
382
382
|
.optional(),
|
|
383
383
|
updated: z.string().datetime({ offset: true }).default(
|
|
384
|
-
"2025-11-
|
|
384
|
+
"2025-11-19T04:09:03.217Z",
|
|
385
385
|
).transform(v => new Date(v)),
|
|
386
386
|
}).transform((v) => {
|
|
387
387
|
return remap$(v, {
|
|
@@ -415,7 +415,7 @@ export const ListBudgetsData$outboundSchema: z.ZodType<
|
|
|
415
415
|
isActive: z.boolean(),
|
|
416
416
|
consumption: z.lazy(() => ListBudgetsConsumption$outboundSchema).optional(),
|
|
417
417
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
418
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
418
|
+
updated: z.date().default(() => new Date("2025-11-19T04:09:03.217Z"))
|
|
419
419
|
.transform(v => v.toISOString()),
|
|
420
420
|
}).transform((v) => {
|
|
421
421
|
return remap$(v, {
|
|
@@ -298,7 +298,7 @@ export const Data$inboundSchema: z.ZodType<Data, z.ZodTypeDef, unknown> = z
|
|
|
298
298
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
299
299
|
.optional(),
|
|
300
300
|
updated: z.string().datetime({ offset: true }).default(
|
|
301
|
-
"2025-11-
|
|
301
|
+
"2025-11-19T04:09:02.872Z",
|
|
302
302
|
).transform(v => new Date(v)),
|
|
303
303
|
metrics: z.lazy(() => ListContactsMetrics$inboundSchema),
|
|
304
304
|
}).transform((v) => {
|
|
@@ -334,7 +334,7 @@ export const Data$outboundSchema: z.ZodType<Data$Outbound, z.ZodTypeDef, Data> =
|
|
|
334
334
|
tags: z.array(z.string()).optional(),
|
|
335
335
|
metadata: z.record(z.any()).optional(),
|
|
336
336
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
337
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
337
|
+
updated: z.date().default(() => new Date("2025-11-19T04:09:02.872Z"))
|
|
338
338
|
.transform(v => v.toISOString()),
|
|
339
339
|
metrics: z.lazy(() => ListContactsMetrics$outboundSchema),
|
|
340
340
|
}).transform((v) => {
|