@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
|
@@ -193,6 +193,7 @@ export type GetAllToolsDataSchema = {
|
|
|
193
193
|
};
|
|
194
194
|
|
|
195
195
|
export type DataTools = {
|
|
196
|
+
id?: string | undefined;
|
|
196
197
|
name: string;
|
|
197
198
|
description?: string | undefined;
|
|
198
199
|
schema: GetAllToolsDataSchema;
|
|
@@ -875,7 +876,7 @@ export function dataCodeToolFromJSON(
|
|
|
875
876
|
/** @internal */
|
|
876
877
|
export const Data5$inboundSchema: z.ZodType<Data5, z.ZodTypeDef, unknown> = z
|
|
877
878
|
.object({
|
|
878
|
-
_id: z.string().default("
|
|
879
|
+
_id: z.string().default("tool_01KAD4TRHSMP5GHD8P5Y2F666Y"),
|
|
879
880
|
path: z.string(),
|
|
880
881
|
key: z.string(),
|
|
881
882
|
display_name: z.string().optional(),
|
|
@@ -927,7 +928,7 @@ export const Data5$outboundSchema: z.ZodType<
|
|
|
927
928
|
z.ZodTypeDef,
|
|
928
929
|
Data5
|
|
929
930
|
> = z.object({
|
|
930
|
-
id: z.string().default("
|
|
931
|
+
id: z.string().default("tool_01KAD4TRHSMP5GHD8P5Y2F666Y"),
|
|
931
932
|
path: z.string(),
|
|
932
933
|
key: z.string(),
|
|
933
934
|
displayName: z.string().optional(),
|
|
@@ -1091,12 +1092,14 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
1091
1092
|
z.ZodTypeDef,
|
|
1092
1093
|
unknown
|
|
1093
1094
|
> = z.object({
|
|
1095
|
+
id: z.string().default("01KAD4TRHR5EW7GJPR78NVA6C1"),
|
|
1094
1096
|
name: z.string(),
|
|
1095
1097
|
description: z.string().optional(),
|
|
1096
1098
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
1097
1099
|
});
|
|
1098
1100
|
/** @internal */
|
|
1099
1101
|
export type DataTools$Outbound = {
|
|
1102
|
+
id: string;
|
|
1100
1103
|
name: string;
|
|
1101
1104
|
description?: string | undefined;
|
|
1102
1105
|
schema: GetAllToolsDataSchema$Outbound;
|
|
@@ -1108,6 +1111,7 @@ export const DataTools$outboundSchema: z.ZodType<
|
|
|
1108
1111
|
z.ZodTypeDef,
|
|
1109
1112
|
DataTools
|
|
1110
1113
|
> = z.object({
|
|
1114
|
+
id: z.string().default("01KAD4TRHR5EW7GJPR78NVA6C1"),
|
|
1111
1115
|
name: z.string(),
|
|
1112
1116
|
description: z.string().optional(),
|
|
1113
1117
|
schema: z.lazy(() => GetAllToolsDataSchema$outboundSchema),
|
|
@@ -1189,7 +1193,7 @@ export function dataMcpFromJSON(
|
|
|
1189
1193
|
/** @internal */
|
|
1190
1194
|
export const Data4$inboundSchema: z.ZodType<Data4, z.ZodTypeDef, unknown> = z
|
|
1191
1195
|
.object({
|
|
1192
|
-
_id: z.string().default("
|
|
1196
|
+
_id: z.string().default("tool_01KAD4TRHF62H0DBHJSS1WZT4K"),
|
|
1193
1197
|
path: z.string(),
|
|
1194
1198
|
key: z.string(),
|
|
1195
1199
|
display_name: z.string().optional(),
|
|
@@ -1240,7 +1244,7 @@ export const Data4$outboundSchema: z.ZodType<
|
|
|
1240
1244
|
z.ZodTypeDef,
|
|
1241
1245
|
Data4
|
|
1242
1246
|
> = z.object({
|
|
1243
|
-
id: z.string().default("
|
|
1247
|
+
id: z.string().default("tool_01KAD4TRHF62H0DBHJSS1WZT4K"),
|
|
1244
1248
|
path: z.string(),
|
|
1245
1249
|
key: z.string(),
|
|
1246
1250
|
displayName: z.string().optional(),
|
|
@@ -1580,7 +1584,7 @@ export function getAllToolsDataHttpFromJSON(
|
|
|
1580
1584
|
/** @internal */
|
|
1581
1585
|
export const Data3$inboundSchema: z.ZodType<Data3, z.ZodTypeDef, unknown> = z
|
|
1582
1586
|
.object({
|
|
1583
|
-
_id: z.string().default("
|
|
1587
|
+
_id: z.string().default("tool_01KAD4TRHBAEAHBDM8KC6KE2QA"),
|
|
1584
1588
|
path: z.string(),
|
|
1585
1589
|
key: z.string(),
|
|
1586
1590
|
display_name: z.string().optional(),
|
|
@@ -1631,7 +1635,7 @@ export const Data3$outboundSchema: z.ZodType<
|
|
|
1631
1635
|
z.ZodTypeDef,
|
|
1632
1636
|
Data3
|
|
1633
1637
|
> = z.object({
|
|
1634
|
-
id: z.string().default("
|
|
1638
|
+
id: z.string().default("tool_01KAD4TRHBAEAHBDM8KC6KE2QA"),
|
|
1635
1639
|
path: z.string(),
|
|
1636
1640
|
key: z.string(),
|
|
1637
1641
|
displayName: z.string().optional(),
|
|
@@ -1790,7 +1794,7 @@ export function dataJsonSchemaFromJSON(
|
|
|
1790
1794
|
/** @internal */
|
|
1791
1795
|
export const Data2$inboundSchema: z.ZodType<Data2, z.ZodTypeDef, unknown> = z
|
|
1792
1796
|
.object({
|
|
1793
|
-
_id: z.string().default("
|
|
1797
|
+
_id: z.string().default("tool_01KAD4TRH7HHZ2PRG1TDCHP23B"),
|
|
1794
1798
|
path: z.string(),
|
|
1795
1799
|
key: z.string(),
|
|
1796
1800
|
display_name: z.string().optional(),
|
|
@@ -1842,7 +1846,7 @@ export const Data2$outboundSchema: z.ZodType<
|
|
|
1842
1846
|
z.ZodTypeDef,
|
|
1843
1847
|
Data2
|
|
1844
1848
|
> = z.object({
|
|
1845
|
-
id: z.string().default("
|
|
1849
|
+
id: z.string().default("tool_01KAD4TRH7HHZ2PRG1TDCHP23B"),
|
|
1846
1850
|
path: z.string(),
|
|
1847
1851
|
key: z.string(),
|
|
1848
1852
|
displayName: z.string().optional(),
|
|
@@ -2020,7 +2024,7 @@ export function getAllToolsDataFunctionFromJSON(
|
|
|
2020
2024
|
/** @internal */
|
|
2021
2025
|
export const Data1$inboundSchema: z.ZodType<Data1, z.ZodTypeDef, unknown> = z
|
|
2022
2026
|
.object({
|
|
2023
|
-
_id: z.string().default("
|
|
2027
|
+
_id: z.string().default("tool_01KAD4TRH546ZWVR3WX8A261TF"),
|
|
2024
2028
|
path: z.string(),
|
|
2025
2029
|
key: z.string(),
|
|
2026
2030
|
display_name: z.string().optional(),
|
|
@@ -2071,7 +2075,7 @@ export const Data1$outboundSchema: z.ZodType<
|
|
|
2071
2075
|
z.ZodTypeDef,
|
|
2072
2076
|
Data1
|
|
2073
2077
|
> = z.object({
|
|
2074
|
-
id: z.string().default("
|
|
2078
|
+
id: z.string().default("tool_01KAD4TRH546ZWVR3WX8A261TF"),
|
|
2075
2079
|
path: z.string(),
|
|
2076
2080
|
key: z.string(),
|
|
2077
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",
|