@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
|
@@ -142,6 +142,18 @@ export const UpdateAgentModelType = {
|
|
|
142
142
|
*/
|
|
143
143
|
export type UpdateAgentModelType = ClosedEnum<typeof UpdateAgentModelType>;
|
|
144
144
|
|
|
145
|
+
/**
|
|
146
|
+
* 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.
|
|
147
|
+
*/
|
|
148
|
+
export const ModelThinkingLevel = {
|
|
149
|
+
Low: "low",
|
|
150
|
+
High: "high",
|
|
151
|
+
} as const;
|
|
152
|
+
/**
|
|
153
|
+
* 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.
|
|
154
|
+
*/
|
|
155
|
+
export type ModelThinkingLevel = ClosedEnum<typeof ModelThinkingLevel>;
|
|
156
|
+
|
|
145
157
|
export type ModelThinking = {
|
|
146
158
|
/**
|
|
147
159
|
* Enables or disables the thinking mode capability
|
|
@@ -151,6 +163,10 @@ export type ModelThinking = {
|
|
|
151
163
|
* 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`.
|
|
152
164
|
*/
|
|
153
165
|
budgetTokens: number;
|
|
166
|
+
/**
|
|
167
|
+
* 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.
|
|
168
|
+
*/
|
|
169
|
+
thinkingLevel?: ModelThinkingLevel | undefined;
|
|
154
170
|
};
|
|
155
171
|
|
|
156
172
|
/**
|
|
@@ -474,6 +490,20 @@ export type UpdateAgentFallbackModelsType = ClosedEnum<
|
|
|
474
490
|
typeof UpdateAgentFallbackModelsType
|
|
475
491
|
>;
|
|
476
492
|
|
|
493
|
+
/**
|
|
494
|
+
* 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.
|
|
495
|
+
*/
|
|
496
|
+
export const UpdateAgentFallbackModelsThinkingLevel = {
|
|
497
|
+
Low: "low",
|
|
498
|
+
High: "high",
|
|
499
|
+
} as const;
|
|
500
|
+
/**
|
|
501
|
+
* 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.
|
|
502
|
+
*/
|
|
503
|
+
export type UpdateAgentFallbackModelsThinkingLevel = ClosedEnum<
|
|
504
|
+
typeof UpdateAgentFallbackModelsThinkingLevel
|
|
505
|
+
>;
|
|
506
|
+
|
|
477
507
|
export type UpdateAgentFallbackModelsThinking = {
|
|
478
508
|
/**
|
|
479
509
|
* Enables or disables the thinking mode capability
|
|
@@ -483,6 +513,10 @@ export type UpdateAgentFallbackModelsThinking = {
|
|
|
483
513
|
* 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`.
|
|
484
514
|
*/
|
|
485
515
|
budgetTokens: number;
|
|
516
|
+
/**
|
|
517
|
+
* 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.
|
|
518
|
+
*/
|
|
519
|
+
thinkingLevel?: UpdateAgentFallbackModelsThinkingLevel | undefined;
|
|
486
520
|
};
|
|
487
521
|
|
|
488
522
|
/**
|
|
@@ -1334,6 +1368,20 @@ export const UpdateAgentType = {
|
|
|
1334
1368
|
*/
|
|
1335
1369
|
export type UpdateAgentType = ClosedEnum<typeof UpdateAgentType>;
|
|
1336
1370
|
|
|
1371
|
+
/**
|
|
1372
|
+
* 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.
|
|
1373
|
+
*/
|
|
1374
|
+
export const UpdateAgentThinkingLevel = {
|
|
1375
|
+
Low: "low",
|
|
1376
|
+
High: "high",
|
|
1377
|
+
} as const;
|
|
1378
|
+
/**
|
|
1379
|
+
* 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.
|
|
1380
|
+
*/
|
|
1381
|
+
export type UpdateAgentThinkingLevel = ClosedEnum<
|
|
1382
|
+
typeof UpdateAgentThinkingLevel
|
|
1383
|
+
>;
|
|
1384
|
+
|
|
1337
1385
|
export type UpdateAgentThinking = {
|
|
1338
1386
|
/**
|
|
1339
1387
|
* Enables or disables the thinking mode capability
|
|
@@ -1343,6 +1391,10 @@ export type UpdateAgentThinking = {
|
|
|
1343
1391
|
* 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`.
|
|
1344
1392
|
*/
|
|
1345
1393
|
budgetTokens: number;
|
|
1394
|
+
/**
|
|
1395
|
+
* 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.
|
|
1396
|
+
*/
|
|
1397
|
+
thinkingLevel?: UpdateAgentThinkingLevel | undefined;
|
|
1346
1398
|
};
|
|
1347
1399
|
|
|
1348
1400
|
/**
|
|
@@ -1655,6 +1707,20 @@ export type UpdateAgentFallbackModelsAgentsType = ClosedEnum<
|
|
|
1655
1707
|
typeof UpdateAgentFallbackModelsAgentsType
|
|
1656
1708
|
>;
|
|
1657
1709
|
|
|
1710
|
+
/**
|
|
1711
|
+
* 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.
|
|
1712
|
+
*/
|
|
1713
|
+
export const UpdateAgentFallbackModelsAgentsThinkingLevel = {
|
|
1714
|
+
Low: "low",
|
|
1715
|
+
High: "high",
|
|
1716
|
+
} as const;
|
|
1717
|
+
/**
|
|
1718
|
+
* 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.
|
|
1719
|
+
*/
|
|
1720
|
+
export type UpdateAgentFallbackModelsAgentsThinkingLevel = ClosedEnum<
|
|
1721
|
+
typeof UpdateAgentFallbackModelsAgentsThinkingLevel
|
|
1722
|
+
>;
|
|
1723
|
+
|
|
1658
1724
|
export type UpdateAgentFallbackModelsAgentsThinking = {
|
|
1659
1725
|
/**
|
|
1660
1726
|
* Enables or disables the thinking mode capability
|
|
@@ -1664,6 +1730,10 @@ export type UpdateAgentFallbackModelsAgentsThinking = {
|
|
|
1664
1730
|
* 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`.
|
|
1665
1731
|
*/
|
|
1666
1732
|
budgetTokens: number;
|
|
1733
|
+
/**
|
|
1734
|
+
* 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.
|
|
1735
|
+
*/
|
|
1736
|
+
thinkingLevel?: UpdateAgentFallbackModelsAgentsThinkingLevel | undefined;
|
|
1667
1737
|
};
|
|
1668
1738
|
|
|
1669
1739
|
/**
|
|
@@ -2349,6 +2419,15 @@ export const UpdateAgentModelType$outboundSchema: z.ZodNativeEnum<
|
|
|
2349
2419
|
typeof UpdateAgentModelType
|
|
2350
2420
|
> = UpdateAgentModelType$inboundSchema;
|
|
2351
2421
|
|
|
2422
|
+
/** @internal */
|
|
2423
|
+
export const ModelThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
2424
|
+
typeof ModelThinkingLevel
|
|
2425
|
+
> = z.nativeEnum(ModelThinkingLevel);
|
|
2426
|
+
/** @internal */
|
|
2427
|
+
export const ModelThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
2428
|
+
typeof ModelThinkingLevel
|
|
2429
|
+
> = ModelThinkingLevel$inboundSchema;
|
|
2430
|
+
|
|
2352
2431
|
/** @internal */
|
|
2353
2432
|
export const ModelThinking$inboundSchema: z.ZodType<
|
|
2354
2433
|
ModelThinking,
|
|
@@ -2357,15 +2436,18 @@ export const ModelThinking$inboundSchema: z.ZodType<
|
|
|
2357
2436
|
> = z.object({
|
|
2358
2437
|
type: UpdateAgentModelType$inboundSchema,
|
|
2359
2438
|
budget_tokens: z.number(),
|
|
2439
|
+
thinking_level: ModelThinkingLevel$inboundSchema.optional(),
|
|
2360
2440
|
}).transform((v) => {
|
|
2361
2441
|
return remap$(v, {
|
|
2362
2442
|
"budget_tokens": "budgetTokens",
|
|
2443
|
+
"thinking_level": "thinkingLevel",
|
|
2363
2444
|
});
|
|
2364
2445
|
});
|
|
2365
2446
|
/** @internal */
|
|
2366
2447
|
export type ModelThinking$Outbound = {
|
|
2367
2448
|
type: string;
|
|
2368
2449
|
budget_tokens: number;
|
|
2450
|
+
thinking_level?: string | undefined;
|
|
2369
2451
|
};
|
|
2370
2452
|
|
|
2371
2453
|
/** @internal */
|
|
@@ -2376,9 +2458,11 @@ export const ModelThinking$outboundSchema: z.ZodType<
|
|
|
2376
2458
|
> = z.object({
|
|
2377
2459
|
type: UpdateAgentModelType$outboundSchema,
|
|
2378
2460
|
budgetTokens: z.number(),
|
|
2461
|
+
thinkingLevel: ModelThinkingLevel$outboundSchema.optional(),
|
|
2379
2462
|
}).transform((v) => {
|
|
2380
2463
|
return remap$(v, {
|
|
2381
2464
|
budgetTokens: "budget_tokens",
|
|
2465
|
+
thinkingLevel: "thinking_level",
|
|
2382
2466
|
});
|
|
2383
2467
|
});
|
|
2384
2468
|
|
|
@@ -3275,6 +3359,16 @@ export const UpdateAgentFallbackModelsType$outboundSchema: z.ZodNativeEnum<
|
|
|
3275
3359
|
typeof UpdateAgentFallbackModelsType
|
|
3276
3360
|
> = UpdateAgentFallbackModelsType$inboundSchema;
|
|
3277
3361
|
|
|
3362
|
+
/** @internal */
|
|
3363
|
+
export const UpdateAgentFallbackModelsThinkingLevel$inboundSchema:
|
|
3364
|
+
z.ZodNativeEnum<typeof UpdateAgentFallbackModelsThinkingLevel> = z.nativeEnum(
|
|
3365
|
+
UpdateAgentFallbackModelsThinkingLevel,
|
|
3366
|
+
);
|
|
3367
|
+
/** @internal */
|
|
3368
|
+
export const UpdateAgentFallbackModelsThinkingLevel$outboundSchema:
|
|
3369
|
+
z.ZodNativeEnum<typeof UpdateAgentFallbackModelsThinkingLevel> =
|
|
3370
|
+
UpdateAgentFallbackModelsThinkingLevel$inboundSchema;
|
|
3371
|
+
|
|
3278
3372
|
/** @internal */
|
|
3279
3373
|
export const UpdateAgentFallbackModelsThinking$inboundSchema: z.ZodType<
|
|
3280
3374
|
UpdateAgentFallbackModelsThinking,
|
|
@@ -3283,15 +3377,19 @@ export const UpdateAgentFallbackModelsThinking$inboundSchema: z.ZodType<
|
|
|
3283
3377
|
> = z.object({
|
|
3284
3378
|
type: UpdateAgentFallbackModelsType$inboundSchema,
|
|
3285
3379
|
budget_tokens: z.number(),
|
|
3380
|
+
thinking_level: UpdateAgentFallbackModelsThinkingLevel$inboundSchema
|
|
3381
|
+
.optional(),
|
|
3286
3382
|
}).transform((v) => {
|
|
3287
3383
|
return remap$(v, {
|
|
3288
3384
|
"budget_tokens": "budgetTokens",
|
|
3385
|
+
"thinking_level": "thinkingLevel",
|
|
3289
3386
|
});
|
|
3290
3387
|
});
|
|
3291
3388
|
/** @internal */
|
|
3292
3389
|
export type UpdateAgentFallbackModelsThinking$Outbound = {
|
|
3293
3390
|
type: string;
|
|
3294
3391
|
budget_tokens: number;
|
|
3392
|
+
thinking_level?: string | undefined;
|
|
3295
3393
|
};
|
|
3296
3394
|
|
|
3297
3395
|
/** @internal */
|
|
@@ -3302,9 +3400,12 @@ export const UpdateAgentFallbackModelsThinking$outboundSchema: z.ZodType<
|
|
|
3302
3400
|
> = z.object({
|
|
3303
3401
|
type: UpdateAgentFallbackModelsType$outboundSchema,
|
|
3304
3402
|
budgetTokens: z.number(),
|
|
3403
|
+
thinkingLevel: UpdateAgentFallbackModelsThinkingLevel$outboundSchema
|
|
3404
|
+
.optional(),
|
|
3305
3405
|
}).transform((v) => {
|
|
3306
3406
|
return remap$(v, {
|
|
3307
3407
|
budgetTokens: "budget_tokens",
|
|
3408
|
+
thinkingLevel: "thinking_level",
|
|
3308
3409
|
});
|
|
3309
3410
|
});
|
|
3310
3411
|
|
|
@@ -5884,6 +5985,15 @@ export const UpdateAgentType$outboundSchema: z.ZodNativeEnum<
|
|
|
5884
5985
|
typeof UpdateAgentType
|
|
5885
5986
|
> = UpdateAgentType$inboundSchema;
|
|
5886
5987
|
|
|
5988
|
+
/** @internal */
|
|
5989
|
+
export const UpdateAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
5990
|
+
typeof UpdateAgentThinkingLevel
|
|
5991
|
+
> = z.nativeEnum(UpdateAgentThinkingLevel);
|
|
5992
|
+
/** @internal */
|
|
5993
|
+
export const UpdateAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
5994
|
+
typeof UpdateAgentThinkingLevel
|
|
5995
|
+
> = UpdateAgentThinkingLevel$inboundSchema;
|
|
5996
|
+
|
|
5887
5997
|
/** @internal */
|
|
5888
5998
|
export const UpdateAgentThinking$inboundSchema: z.ZodType<
|
|
5889
5999
|
UpdateAgentThinking,
|
|
@@ -5892,15 +6002,18 @@ export const UpdateAgentThinking$inboundSchema: z.ZodType<
|
|
|
5892
6002
|
> = z.object({
|
|
5893
6003
|
type: UpdateAgentType$inboundSchema,
|
|
5894
6004
|
budget_tokens: z.number(),
|
|
6005
|
+
thinking_level: UpdateAgentThinkingLevel$inboundSchema.optional(),
|
|
5895
6006
|
}).transform((v) => {
|
|
5896
6007
|
return remap$(v, {
|
|
5897
6008
|
"budget_tokens": "budgetTokens",
|
|
6009
|
+
"thinking_level": "thinkingLevel",
|
|
5898
6010
|
});
|
|
5899
6011
|
});
|
|
5900
6012
|
/** @internal */
|
|
5901
6013
|
export type UpdateAgentThinking$Outbound = {
|
|
5902
6014
|
type: string;
|
|
5903
6015
|
budget_tokens: number;
|
|
6016
|
+
thinking_level?: string | undefined;
|
|
5904
6017
|
};
|
|
5905
6018
|
|
|
5906
6019
|
/** @internal */
|
|
@@ -5911,9 +6024,11 @@ export const UpdateAgentThinking$outboundSchema: z.ZodType<
|
|
|
5911
6024
|
> = z.object({
|
|
5912
6025
|
type: UpdateAgentType$outboundSchema,
|
|
5913
6026
|
budgetTokens: z.number(),
|
|
6027
|
+
thinkingLevel: UpdateAgentThinkingLevel$outboundSchema.optional(),
|
|
5914
6028
|
}).transform((v) => {
|
|
5915
6029
|
return remap$(v, {
|
|
5916
6030
|
budgetTokens: "budget_tokens",
|
|
6031
|
+
thinkingLevel: "thinking_level",
|
|
5917
6032
|
});
|
|
5918
6033
|
});
|
|
5919
6034
|
|
|
@@ -6803,6 +6918,15 @@ export const UpdateAgentFallbackModelsAgentsType$outboundSchema:
|
|
|
6803
6918
|
z.ZodNativeEnum<typeof UpdateAgentFallbackModelsAgentsType> =
|
|
6804
6919
|
UpdateAgentFallbackModelsAgentsType$inboundSchema;
|
|
6805
6920
|
|
|
6921
|
+
/** @internal */
|
|
6922
|
+
export const UpdateAgentFallbackModelsAgentsThinkingLevel$inboundSchema:
|
|
6923
|
+
z.ZodNativeEnum<typeof UpdateAgentFallbackModelsAgentsThinkingLevel> = z
|
|
6924
|
+
.nativeEnum(UpdateAgentFallbackModelsAgentsThinkingLevel);
|
|
6925
|
+
/** @internal */
|
|
6926
|
+
export const UpdateAgentFallbackModelsAgentsThinkingLevel$outboundSchema:
|
|
6927
|
+
z.ZodNativeEnum<typeof UpdateAgentFallbackModelsAgentsThinkingLevel> =
|
|
6928
|
+
UpdateAgentFallbackModelsAgentsThinkingLevel$inboundSchema;
|
|
6929
|
+
|
|
6806
6930
|
/** @internal */
|
|
6807
6931
|
export const UpdateAgentFallbackModelsAgentsThinking$inboundSchema: z.ZodType<
|
|
6808
6932
|
UpdateAgentFallbackModelsAgentsThinking,
|
|
@@ -6811,15 +6935,19 @@ export const UpdateAgentFallbackModelsAgentsThinking$inboundSchema: z.ZodType<
|
|
|
6811
6935
|
> = z.object({
|
|
6812
6936
|
type: UpdateAgentFallbackModelsAgentsType$inboundSchema,
|
|
6813
6937
|
budget_tokens: z.number(),
|
|
6938
|
+
thinking_level: UpdateAgentFallbackModelsAgentsThinkingLevel$inboundSchema
|
|
6939
|
+
.optional(),
|
|
6814
6940
|
}).transform((v) => {
|
|
6815
6941
|
return remap$(v, {
|
|
6816
6942
|
"budget_tokens": "budgetTokens",
|
|
6943
|
+
"thinking_level": "thinkingLevel",
|
|
6817
6944
|
});
|
|
6818
6945
|
});
|
|
6819
6946
|
/** @internal */
|
|
6820
6947
|
export type UpdateAgentFallbackModelsAgentsThinking$Outbound = {
|
|
6821
6948
|
type: string;
|
|
6822
6949
|
budget_tokens: number;
|
|
6950
|
+
thinking_level?: string | undefined;
|
|
6823
6951
|
};
|
|
6824
6952
|
|
|
6825
6953
|
/** @internal */
|
|
@@ -6830,9 +6958,12 @@ export const UpdateAgentFallbackModelsAgentsThinking$outboundSchema: z.ZodType<
|
|
|
6830
6958
|
> = z.object({
|
|
6831
6959
|
type: UpdateAgentFallbackModelsAgentsType$outboundSchema,
|
|
6832
6960
|
budgetTokens: z.number(),
|
|
6961
|
+
thinkingLevel: UpdateAgentFallbackModelsAgentsThinkingLevel$outboundSchema
|
|
6962
|
+
.optional(),
|
|
6833
6963
|
}).transform((v) => {
|
|
6834
6964
|
return remap$(v, {
|
|
6835
6965
|
budgetTokens: "budget_tokens",
|
|
6966
|
+
thinkingLevel: "thinking_level",
|
|
6836
6967
|
});
|
|
6837
6968
|
});
|
|
6838
6969
|
|
|
@@ -436,7 +436,7 @@ export const UpdateBudgetResponseBody$inboundSchema: z.ZodType<
|
|
|
436
436
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
437
437
|
.optional(),
|
|
438
438
|
updated: z.string().datetime({ offset: true }).default(
|
|
439
|
-
"2025-11-
|
|
439
|
+
"2025-11-19T08:04:49.651Z",
|
|
440
440
|
).transform(v => new Date(v)),
|
|
441
441
|
}).transform((v) => {
|
|
442
442
|
return remap$(v, {
|
|
@@ -473,7 +473,7 @@ export const UpdateBudgetResponseBody$outboundSchema: z.ZodType<
|
|
|
473
473
|
isActive: z.boolean(),
|
|
474
474
|
consumption: z.lazy(() => UpdateBudgetConsumption$outboundSchema).optional(),
|
|
475
475
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
476
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
476
|
+
updated: z.date().default(() => new Date("2025-11-19T08:04:49.651Z"))
|
|
477
477
|
.transform(v => v.toISOString()),
|
|
478
478
|
}).transform((v) => {
|
|
479
479
|
return remap$(v, {
|
|
@@ -214,7 +214,7 @@ export const UpdateContactResponseBody$inboundSchema: z.ZodType<
|
|
|
214
214
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
215
215
|
.optional(),
|
|
216
216
|
updated: z.string().datetime({ offset: true }).default(
|
|
217
|
-
"2025-11-
|
|
217
|
+
"2025-11-19T08:04:49.318Z",
|
|
218
218
|
).transform(v => new Date(v)),
|
|
219
219
|
}).transform((v) => {
|
|
220
220
|
return remap$(v, {
|
|
@@ -251,7 +251,7 @@ export const UpdateContactResponseBody$outboundSchema: z.ZodType<
|
|
|
251
251
|
tags: z.array(z.string()).optional(),
|
|
252
252
|
metadata: z.record(z.any()).optional(),
|
|
253
253
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
254
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
254
|
+
updated: z.date().default(() => new Date("2025-11-19T08:04:49.318Z"))
|
|
255
255
|
.transform(v => v.toISOString()),
|
|
256
256
|
}).transform((v) => {
|
|
257
257
|
return remap$(v, {
|
|
@@ -4893,7 +4893,7 @@ export const UpdateDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
4893
4893
|
.default("orq"),
|
|
4894
4894
|
reviewed_by_id: z.string(),
|
|
4895
4895
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
4896
|
-
"2025-11-
|
|
4896
|
+
"2025-11-19T08:05:01.345Z",
|
|
4897
4897
|
).transform(v => new Date(v)),
|
|
4898
4898
|
type: UpdateDatapointEvaluationsDatasetsResponseType$inboundSchema,
|
|
4899
4899
|
values: z.array(z.string()),
|
|
@@ -4930,7 +4930,7 @@ export const UpdateDatapointEvaluations3$outboundSchema: z.ZodType<
|
|
|
4930
4930
|
source: UpdateDatapointEvaluationsDatasetsResponseSource$outboundSchema
|
|
4931
4931
|
.default("orq"),
|
|
4932
4932
|
reviewedById: z.string(),
|
|
4933
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
4933
|
+
reviewedAt: z.date().default(() => new Date("2025-11-19T08:05:01.345Z"))
|
|
4934
4934
|
.transform(v => v.toISOString()),
|
|
4935
4935
|
type: UpdateDatapointEvaluationsDatasetsResponseType$outboundSchema,
|
|
4936
4936
|
values: z.array(z.string()),
|
|
@@ -5003,7 +5003,7 @@ export const UpdateDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
5003
5003
|
source: UpdateDatapointEvaluationsDatasetsSource$inboundSchema.default("orq"),
|
|
5004
5004
|
reviewed_by_id: z.string(),
|
|
5005
5005
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
5006
|
-
"2025-11-
|
|
5006
|
+
"2025-11-19T08:05:01.344Z",
|
|
5007
5007
|
).transform(v => new Date(v)),
|
|
5008
5008
|
type: UpdateDatapointEvaluationsDatasetsType$inboundSchema,
|
|
5009
5009
|
value: z.number(),
|
|
@@ -5041,7 +5041,7 @@ export const UpdateDatapointEvaluations2$outboundSchema: z.ZodType<
|
|
|
5041
5041
|
"orq",
|
|
5042
5042
|
),
|
|
5043
5043
|
reviewedById: z.string(),
|
|
5044
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
5044
|
+
reviewedAt: z.date().default(() => new Date("2025-11-19T08:05:01.344Z"))
|
|
5045
5045
|
.transform(v => v.toISOString()),
|
|
5046
5046
|
type: UpdateDatapointEvaluationsDatasetsType$outboundSchema,
|
|
5047
5047
|
value: z.number(),
|
|
@@ -5112,7 +5112,7 @@ export const UpdateDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
5112
5112
|
source: UpdateDatapointEvaluationsSource$inboundSchema.default("orq"),
|
|
5113
5113
|
reviewed_by_id: z.string(),
|
|
5114
5114
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
5115
|
-
"2025-11-
|
|
5115
|
+
"2025-11-19T08:05:01.344Z",
|
|
5116
5116
|
).transform(v => new Date(v)),
|
|
5117
5117
|
type: UpdateDatapointEvaluationsType$inboundSchema,
|
|
5118
5118
|
value: z.string(),
|
|
@@ -5147,7 +5147,7 @@ export const UpdateDatapointEvaluations1$outboundSchema: z.ZodType<
|
|
|
5147
5147
|
humanReviewId: z.string(),
|
|
5148
5148
|
source: UpdateDatapointEvaluationsSource$outboundSchema.default("orq"),
|
|
5149
5149
|
reviewedById: z.string(),
|
|
5150
|
-
reviewedAt: z.date().default(() => new Date("2025-11-
|
|
5150
|
+
reviewedAt: z.date().default(() => new Date("2025-11-19T08:05:01.344Z"))
|
|
5151
5151
|
.transform(v => v.toISOString()),
|
|
5152
5152
|
type: UpdateDatapointEvaluationsType$outboundSchema,
|
|
5153
5153
|
value: z.string(),
|
|
@@ -5262,7 +5262,7 @@ export const UpdateDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
5262
5262
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
5263
5263
|
.optional(),
|
|
5264
5264
|
updated: z.string().datetime({ offset: true }).default(
|
|
5265
|
-
"2025-11-
|
|
5265
|
+
"2025-11-19T08:04:49.318Z",
|
|
5266
5266
|
).transform(v => new Date(v)),
|
|
5267
5267
|
}).transform((v) => {
|
|
5268
5268
|
return remap$(v, {
|
|
@@ -5340,7 +5340,7 @@ export const UpdateDatapointResponseBody$outboundSchema: z.ZodType<
|
|
|
5340
5340
|
createdById: z.string().optional(),
|
|
5341
5341
|
updatedById: z.string().optional(),
|
|
5342
5342
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
5343
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
5343
|
+
updated: z.date().default(() => new Date("2025-11-19T08:04:49.318Z"))
|
|
5344
5344
|
.transform(v => v.toISOString()),
|
|
5345
5345
|
}).transform((v) => {
|
|
5346
5346
|
return remap$(v, {
|
|
@@ -256,7 +256,7 @@ export const UpdateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
256
256
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
257
257
|
.optional(),
|
|
258
258
|
updated: z.string().datetime({ offset: true }).default(
|
|
259
|
-
"2025-11-
|
|
259
|
+
"2025-11-19T08:04:49.318Z",
|
|
260
260
|
).transform(v => new Date(v)),
|
|
261
261
|
}).transform((v) => {
|
|
262
262
|
return remap$(v, {
|
|
@@ -295,7 +295,7 @@ export const UpdateDatasetResponseBody$outboundSchema: z.ZodType<
|
|
|
295
295
|
createdById: z.string().optional(),
|
|
296
296
|
updatedById: z.string().optional(),
|
|
297
297
|
created: z.date().transform(v => v.toISOString()).optional(),
|
|
298
|
-
updated: z.date().default(() => new Date("2025-11-
|
|
298
|
+
updated: z.date().default(() => new Date("2025-11-19T08:04:49.318Z"))
|
|
299
299
|
.transform(v => v.toISOString()),
|
|
300
300
|
}).transform((v) => {
|
|
301
301
|
return remap$(v, {
|
|
@@ -202,7 +202,7 @@ export const UpdateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
202
202
|
z.ZodTypeDef,
|
|
203
203
|
unknown
|
|
204
204
|
> = z.object({
|
|
205
|
-
_id: z.string().default("
|
|
205
|
+
_id: z.string().default("01KADJAG4MEC72N6TXHNV6EJGY"),
|
|
206
206
|
display_name: z.string(),
|
|
207
207
|
description: z.string().optional(),
|
|
208
208
|
status: UpdateDatasourceStatus$inboundSchema,
|
|
@@ -245,7 +245,7 @@ export const UpdateDatasourceResponseBody$outboundSchema: z.ZodType<
|
|
|
245
245
|
z.ZodTypeDef,
|
|
246
246
|
UpdateDatasourceResponseBody
|
|
247
247
|
> = z.object({
|
|
248
|
-
id: z.string().default("
|
|
248
|
+
id: z.string().default("01KADJAG4MEC72N6TXHNV6EJGY"),
|
|
249
249
|
displayName: z.string(),
|
|
250
250
|
description: z.string().optional(),
|
|
251
251
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -2988,8 +2988,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
|
|
|
2988
2988
|
> = z.object({
|
|
2989
2989
|
_id: z.string(),
|
|
2990
2990
|
description: z.string(),
|
|
2991
|
-
created: z.string().default("2025-11-
|
|
2992
|
-
updated: z.string().default("2025-11-
|
|
2991
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
2992
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
2993
2993
|
guardrail_config: z.union([
|
|
2994
2994
|
z.lazy(() =>
|
|
2995
2995
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -3031,8 +3031,8 @@ export const ResponseBodyTypescript$outboundSchema: z.ZodType<
|
|
|
3031
3031
|
> = z.object({
|
|
3032
3032
|
id: z.string(),
|
|
3033
3033
|
description: z.string(),
|
|
3034
|
-
created: z.string().default("2025-11-
|
|
3035
|
-
updated: z.string().default("2025-11-
|
|
3034
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
3035
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
3036
3036
|
guardrailConfig: z.union([
|
|
3037
3037
|
z.lazy(() =>
|
|
3038
3038
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3322,8 +3322,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
|
|
|
3322
3322
|
> = z.object({
|
|
3323
3323
|
_id: z.string(),
|
|
3324
3324
|
description: z.string(),
|
|
3325
|
-
created: z.string().default("2025-11-
|
|
3326
|
-
updated: z.string().default("2025-11-
|
|
3325
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
3326
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
3327
3327
|
guardrail_config: z.union([
|
|
3328
3328
|
z.lazy(() =>
|
|
3329
3329
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3368,8 +3368,8 @@ export const ResponseBodyRagas$outboundSchema: z.ZodType<
|
|
|
3368
3368
|
> = z.object({
|
|
3369
3369
|
id: z.string(),
|
|
3370
3370
|
description: z.string(),
|
|
3371
|
-
created: z.string().default("2025-11-
|
|
3372
|
-
updated: z.string().default("2025-11-
|
|
3371
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
3372
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
3373
3373
|
guardrailConfig: z.union([
|
|
3374
3374
|
z.lazy(() =>
|
|
3375
3375
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -5707,8 +5707,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5707
5707
|
> = z.object({
|
|
5708
5708
|
_id: z.string(),
|
|
5709
5709
|
description: z.string(),
|
|
5710
|
-
created: z.string().default("2025-11-
|
|
5711
|
-
updated: z.string().default("2025-11-
|
|
5710
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
5711
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
5712
5712
|
guardrail_config: z.union([
|
|
5713
5713
|
z.lazy(() =>
|
|
5714
5714
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5821,8 +5821,8 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5821
5821
|
> = z.object({
|
|
5822
5822
|
id: z.string(),
|
|
5823
5823
|
description: z.string(),
|
|
5824
|
-
created: z.string().default("2025-11-
|
|
5825
|
-
updated: z.string().default("2025-11-
|
|
5824
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
5825
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
5826
5826
|
guardrailConfig: z.union([
|
|
5827
5827
|
z.lazy(() =>
|
|
5828
5828
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -6138,8 +6138,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
6138
6138
|
> = z.object({
|
|
6139
6139
|
_id: z.string(),
|
|
6140
6140
|
description: z.string(),
|
|
6141
|
-
created: z.string().default("2025-11-
|
|
6142
|
-
updated: z.string().default("2025-11-
|
|
6141
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
6142
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
6143
6143
|
guardrail_config: z.union([
|
|
6144
6144
|
z.lazy(() =>
|
|
6145
6145
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -6180,8 +6180,8 @@ export const UpdateEvalResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
6180
6180
|
> = z.object({
|
|
6181
6181
|
id: z.string(),
|
|
6182
6182
|
description: z.string(),
|
|
6183
|
-
created: z.string().default("2025-11-
|
|
6184
|
-
updated: z.string().default("2025-11-
|
|
6183
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
6184
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
6185
6185
|
guardrailConfig: z.union([
|
|
6186
6186
|
z.lazy(() =>
|
|
6187
6187
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6466,8 +6466,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6466
6466
|
> = z.object({
|
|
6467
6467
|
_id: z.string(),
|
|
6468
6468
|
description: z.string(),
|
|
6469
|
-
created: z.string().default("2025-11-
|
|
6470
|
-
updated: z.string().default("2025-11-
|
|
6469
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
6470
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
6471
6471
|
guardrail_config: z.union([
|
|
6472
6472
|
z.lazy(() =>
|
|
6473
6473
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6514,8 +6514,8 @@ export const UpdateEvalResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6514
6514
|
> = z.object({
|
|
6515
6515
|
id: z.string(),
|
|
6516
6516
|
description: z.string(),
|
|
6517
|
-
created: z.string().default("2025-11-
|
|
6518
|
-
updated: z.string().default("2025-11-
|
|
6517
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
6518
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
6519
6519
|
guardrailConfig: z.union([
|
|
6520
6520
|
z.lazy(() =>
|
|
6521
6521
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6784,8 +6784,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6784
6784
|
> = z.object({
|
|
6785
6785
|
_id: z.string(),
|
|
6786
6786
|
description: z.string(),
|
|
6787
|
-
created: z.string().default("2025-11-
|
|
6788
|
-
updated: z.string().default("2025-11-
|
|
6787
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
6788
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
6789
6789
|
guardrail_config: z.union([
|
|
6790
6790
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6791
6791
|
z.lazy(() =>
|
|
@@ -6824,8 +6824,8 @@ export const UpdateEvalResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6824
6824
|
> = z.object({
|
|
6825
6825
|
id: z.string(),
|
|
6826
6826
|
description: z.string(),
|
|
6827
|
-
created: z.string().default("2025-11-
|
|
6828
|
-
updated: z.string().default("2025-11-
|
|
6827
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
6828
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
6829
6829
|
guardrailConfig: z.union([
|
|
6830
6830
|
z.lazy(() =>
|
|
6831
6831
|
UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -7064,8 +7064,8 @@ export const UpdateEvalResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
7064
7064
|
> = z.object({
|
|
7065
7065
|
_id: z.string(),
|
|
7066
7066
|
description: z.string(),
|
|
7067
|
-
created: z.string().default("2025-11-
|
|
7068
|
-
updated: z.string().default("2025-11-
|
|
7067
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
7068
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
7069
7069
|
guardrail_config: z.union([
|
|
7070
7070
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
7071
7071
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -7104,8 +7104,8 @@ export const UpdateEvalResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
7104
7104
|
> = z.object({
|
|
7105
7105
|
id: z.string(),
|
|
7106
7106
|
description: z.string(),
|
|
7107
|
-
created: z.string().default("2025-11-
|
|
7108
|
-
updated: z.string().default("2025-11-
|
|
7107
|
+
created: z.string().default("2025-11-19T08:04:51.989Z"),
|
|
7108
|
+
updated: z.string().default("2025-11-19T08:04:51.990Z"),
|
|
7109
7109
|
guardrailConfig: z.union([
|
|
7110
7110
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
7111
7111
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|