@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
|
@@ -163,6 +163,20 @@ export type UpdateAgentModelConfigurationType = ClosedEnum<
|
|
|
163
163
|
typeof UpdateAgentModelConfigurationType
|
|
164
164
|
>;
|
|
165
165
|
|
|
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
|
+
export const ModelConfigurationThinkingLevel = {
|
|
170
|
+
Low: "low",
|
|
171
|
+
High: "high",
|
|
172
|
+
} as const;
|
|
173
|
+
/**
|
|
174
|
+
* 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.
|
|
175
|
+
*/
|
|
176
|
+
export type ModelConfigurationThinkingLevel = ClosedEnum<
|
|
177
|
+
typeof ModelConfigurationThinkingLevel
|
|
178
|
+
>;
|
|
179
|
+
|
|
166
180
|
export type ModelConfigurationThinking = {
|
|
167
181
|
/**
|
|
168
182
|
* Enables or disables the thinking mode capability
|
|
@@ -172,6 +186,10 @@ export type ModelConfigurationThinking = {
|
|
|
172
186
|
* 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`.
|
|
173
187
|
*/
|
|
174
188
|
budgetTokens: number;
|
|
189
|
+
/**
|
|
190
|
+
* 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.
|
|
191
|
+
*/
|
|
192
|
+
thinkingLevel?: ModelConfigurationThinkingLevel | undefined;
|
|
175
193
|
};
|
|
176
194
|
|
|
177
195
|
/**
|
|
@@ -519,6 +537,20 @@ export type UpdateAgentFallbackModelConfigurationType = ClosedEnum<
|
|
|
519
537
|
typeof UpdateAgentFallbackModelConfigurationType
|
|
520
538
|
>;
|
|
521
539
|
|
|
540
|
+
/**
|
|
541
|
+
* 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.
|
|
542
|
+
*/
|
|
543
|
+
export const UpdateAgentFallbackModelConfigurationThinkingLevel = {
|
|
544
|
+
Low: "low",
|
|
545
|
+
High: "high",
|
|
546
|
+
} as const;
|
|
547
|
+
/**
|
|
548
|
+
* 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.
|
|
549
|
+
*/
|
|
550
|
+
export type UpdateAgentFallbackModelConfigurationThinkingLevel = ClosedEnum<
|
|
551
|
+
typeof UpdateAgentFallbackModelConfigurationThinkingLevel
|
|
552
|
+
>;
|
|
553
|
+
|
|
522
554
|
export type UpdateAgentFallbackModelConfigurationThinking = {
|
|
523
555
|
/**
|
|
524
556
|
* Enables or disables the thinking mode capability
|
|
@@ -528,6 +560,12 @@ export type UpdateAgentFallbackModelConfigurationThinking = {
|
|
|
528
560
|
* 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`.
|
|
529
561
|
*/
|
|
530
562
|
budgetTokens: number;
|
|
563
|
+
/**
|
|
564
|
+
* 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.
|
|
565
|
+
*/
|
|
566
|
+
thinkingLevel?:
|
|
567
|
+
| UpdateAgentFallbackModelConfigurationThinkingLevel
|
|
568
|
+
| undefined;
|
|
531
569
|
};
|
|
532
570
|
|
|
533
571
|
/**
|
|
@@ -1579,6 +1617,20 @@ export const UpdateAgentType = {
|
|
|
1579
1617
|
*/
|
|
1580
1618
|
export type UpdateAgentType = ClosedEnum<typeof UpdateAgentType>;
|
|
1581
1619
|
|
|
1620
|
+
/**
|
|
1621
|
+
* 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.
|
|
1622
|
+
*/
|
|
1623
|
+
export const UpdateAgentThinkingLevel = {
|
|
1624
|
+
Low: "low",
|
|
1625
|
+
High: "high",
|
|
1626
|
+
} as const;
|
|
1627
|
+
/**
|
|
1628
|
+
* 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.
|
|
1629
|
+
*/
|
|
1630
|
+
export type UpdateAgentThinkingLevel = ClosedEnum<
|
|
1631
|
+
typeof UpdateAgentThinkingLevel
|
|
1632
|
+
>;
|
|
1633
|
+
|
|
1582
1634
|
export type UpdateAgentThinking = {
|
|
1583
1635
|
/**
|
|
1584
1636
|
* Enables or disables the thinking mode capability
|
|
@@ -1588,6 +1640,10 @@ export type UpdateAgentThinking = {
|
|
|
1588
1640
|
* 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`.
|
|
1589
1641
|
*/
|
|
1590
1642
|
budgetTokens: number;
|
|
1643
|
+
/**
|
|
1644
|
+
* 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.
|
|
1645
|
+
*/
|
|
1646
|
+
thinkingLevel?: UpdateAgentThinkingLevel | undefined;
|
|
1591
1647
|
};
|
|
1592
1648
|
|
|
1593
1649
|
/**
|
|
@@ -1920,6 +1976,19 @@ export type UpdateAgentFallbackModelConfigurationAgentsType = ClosedEnum<
|
|
|
1920
1976
|
typeof UpdateAgentFallbackModelConfigurationAgentsType
|
|
1921
1977
|
>;
|
|
1922
1978
|
|
|
1979
|
+
/**
|
|
1980
|
+
* 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.
|
|
1981
|
+
*/
|
|
1982
|
+
export const UpdateAgentFallbackModelConfigurationAgentsThinkingLevel = {
|
|
1983
|
+
Low: "low",
|
|
1984
|
+
High: "high",
|
|
1985
|
+
} as const;
|
|
1986
|
+
/**
|
|
1987
|
+
* 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.
|
|
1988
|
+
*/
|
|
1989
|
+
export type UpdateAgentFallbackModelConfigurationAgentsThinkingLevel =
|
|
1990
|
+
ClosedEnum<typeof UpdateAgentFallbackModelConfigurationAgentsThinkingLevel>;
|
|
1991
|
+
|
|
1923
1992
|
export type UpdateAgentFallbackModelConfigurationAgentsThinking = {
|
|
1924
1993
|
/**
|
|
1925
1994
|
* Enables or disables the thinking mode capability
|
|
@@ -1929,6 +1998,12 @@ export type UpdateAgentFallbackModelConfigurationAgentsThinking = {
|
|
|
1929
1998
|
* 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`.
|
|
1930
1999
|
*/
|
|
1931
2000
|
budgetTokens: number;
|
|
2001
|
+
/**
|
|
2002
|
+
* 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.
|
|
2003
|
+
*/
|
|
2004
|
+
thinkingLevel?:
|
|
2005
|
+
| UpdateAgentFallbackModelConfigurationAgentsThinkingLevel
|
|
2006
|
+
| undefined;
|
|
1932
2007
|
};
|
|
1933
2008
|
|
|
1934
2009
|
/**
|
|
@@ -2636,6 +2711,15 @@ export const UpdateAgentModelConfigurationType$outboundSchema: z.ZodNativeEnum<
|
|
|
2636
2711
|
typeof UpdateAgentModelConfigurationType
|
|
2637
2712
|
> = UpdateAgentModelConfigurationType$inboundSchema;
|
|
2638
2713
|
|
|
2714
|
+
/** @internal */
|
|
2715
|
+
export const ModelConfigurationThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
2716
|
+
typeof ModelConfigurationThinkingLevel
|
|
2717
|
+
> = z.nativeEnum(ModelConfigurationThinkingLevel);
|
|
2718
|
+
/** @internal */
|
|
2719
|
+
export const ModelConfigurationThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
2720
|
+
typeof ModelConfigurationThinkingLevel
|
|
2721
|
+
> = ModelConfigurationThinkingLevel$inboundSchema;
|
|
2722
|
+
|
|
2639
2723
|
/** @internal */
|
|
2640
2724
|
export const ModelConfigurationThinking$inboundSchema: z.ZodType<
|
|
2641
2725
|
ModelConfigurationThinking,
|
|
@@ -2644,15 +2728,18 @@ export const ModelConfigurationThinking$inboundSchema: z.ZodType<
|
|
|
2644
2728
|
> = z.object({
|
|
2645
2729
|
type: UpdateAgentModelConfigurationType$inboundSchema,
|
|
2646
2730
|
budget_tokens: z.number(),
|
|
2731
|
+
thinking_level: ModelConfigurationThinkingLevel$inboundSchema.optional(),
|
|
2647
2732
|
}).transform((v) => {
|
|
2648
2733
|
return remap$(v, {
|
|
2649
2734
|
"budget_tokens": "budgetTokens",
|
|
2735
|
+
"thinking_level": "thinkingLevel",
|
|
2650
2736
|
});
|
|
2651
2737
|
});
|
|
2652
2738
|
/** @internal */
|
|
2653
2739
|
export type ModelConfigurationThinking$Outbound = {
|
|
2654
2740
|
type: string;
|
|
2655
2741
|
budget_tokens: number;
|
|
2742
|
+
thinking_level?: string | undefined;
|
|
2656
2743
|
};
|
|
2657
2744
|
|
|
2658
2745
|
/** @internal */
|
|
@@ -2663,9 +2750,11 @@ export const ModelConfigurationThinking$outboundSchema: z.ZodType<
|
|
|
2663
2750
|
> = z.object({
|
|
2664
2751
|
type: UpdateAgentModelConfigurationType$outboundSchema,
|
|
2665
2752
|
budgetTokens: z.number(),
|
|
2753
|
+
thinkingLevel: ModelConfigurationThinkingLevel$outboundSchema.optional(),
|
|
2666
2754
|
}).transform((v) => {
|
|
2667
2755
|
return remap$(v, {
|
|
2668
2756
|
budgetTokens: "budget_tokens",
|
|
2757
|
+
thinkingLevel: "thinking_level",
|
|
2669
2758
|
});
|
|
2670
2759
|
});
|
|
2671
2760
|
|
|
@@ -3637,6 +3726,15 @@ export const UpdateAgentFallbackModelConfigurationType$outboundSchema:
|
|
|
3637
3726
|
z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationType> =
|
|
3638
3727
|
UpdateAgentFallbackModelConfigurationType$inboundSchema;
|
|
3639
3728
|
|
|
3729
|
+
/** @internal */
|
|
3730
|
+
export const UpdateAgentFallbackModelConfigurationThinkingLevel$inboundSchema:
|
|
3731
|
+
z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationThinkingLevel> = z
|
|
3732
|
+
.nativeEnum(UpdateAgentFallbackModelConfigurationThinkingLevel);
|
|
3733
|
+
/** @internal */
|
|
3734
|
+
export const UpdateAgentFallbackModelConfigurationThinkingLevel$outboundSchema:
|
|
3735
|
+
z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationThinkingLevel> =
|
|
3736
|
+
UpdateAgentFallbackModelConfigurationThinkingLevel$inboundSchema;
|
|
3737
|
+
|
|
3640
3738
|
/** @internal */
|
|
3641
3739
|
export const UpdateAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
3642
3740
|
z.ZodType<
|
|
@@ -3646,15 +3744,20 @@ export const UpdateAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
|
3646
3744
|
> = z.object({
|
|
3647
3745
|
type: UpdateAgentFallbackModelConfigurationType$inboundSchema,
|
|
3648
3746
|
budget_tokens: z.number(),
|
|
3747
|
+
thinking_level:
|
|
3748
|
+
UpdateAgentFallbackModelConfigurationThinkingLevel$inboundSchema
|
|
3749
|
+
.optional(),
|
|
3649
3750
|
}).transform((v) => {
|
|
3650
3751
|
return remap$(v, {
|
|
3651
3752
|
"budget_tokens": "budgetTokens",
|
|
3753
|
+
"thinking_level": "thinkingLevel",
|
|
3652
3754
|
});
|
|
3653
3755
|
});
|
|
3654
3756
|
/** @internal */
|
|
3655
3757
|
export type UpdateAgentFallbackModelConfigurationThinking$Outbound = {
|
|
3656
3758
|
type: string;
|
|
3657
3759
|
budget_tokens: number;
|
|
3760
|
+
thinking_level?: string | undefined;
|
|
3658
3761
|
};
|
|
3659
3762
|
|
|
3660
3763
|
/** @internal */
|
|
@@ -3666,9 +3769,13 @@ export const UpdateAgentFallbackModelConfigurationThinking$outboundSchema:
|
|
|
3666
3769
|
> = z.object({
|
|
3667
3770
|
type: UpdateAgentFallbackModelConfigurationType$outboundSchema,
|
|
3668
3771
|
budgetTokens: z.number(),
|
|
3772
|
+
thinkingLevel:
|
|
3773
|
+
UpdateAgentFallbackModelConfigurationThinkingLevel$outboundSchema
|
|
3774
|
+
.optional(),
|
|
3669
3775
|
}).transform((v) => {
|
|
3670
3776
|
return remap$(v, {
|
|
3671
3777
|
budgetTokens: "budget_tokens",
|
|
3778
|
+
thinkingLevel: "thinking_level",
|
|
3672
3779
|
});
|
|
3673
3780
|
});
|
|
3674
3781
|
|
|
@@ -6609,6 +6716,15 @@ export const UpdateAgentType$outboundSchema: z.ZodNativeEnum<
|
|
|
6609
6716
|
typeof UpdateAgentType
|
|
6610
6717
|
> = UpdateAgentType$inboundSchema;
|
|
6611
6718
|
|
|
6719
|
+
/** @internal */
|
|
6720
|
+
export const UpdateAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<
|
|
6721
|
+
typeof UpdateAgentThinkingLevel
|
|
6722
|
+
> = z.nativeEnum(UpdateAgentThinkingLevel);
|
|
6723
|
+
/** @internal */
|
|
6724
|
+
export const UpdateAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<
|
|
6725
|
+
typeof UpdateAgentThinkingLevel
|
|
6726
|
+
> = UpdateAgentThinkingLevel$inboundSchema;
|
|
6727
|
+
|
|
6612
6728
|
/** @internal */
|
|
6613
6729
|
export const UpdateAgentThinking$inboundSchema: z.ZodType<
|
|
6614
6730
|
UpdateAgentThinking,
|
|
@@ -6617,15 +6733,18 @@ export const UpdateAgentThinking$inboundSchema: z.ZodType<
|
|
|
6617
6733
|
> = z.object({
|
|
6618
6734
|
type: UpdateAgentType$inboundSchema,
|
|
6619
6735
|
budget_tokens: z.number(),
|
|
6736
|
+
thinking_level: UpdateAgentThinkingLevel$inboundSchema.optional(),
|
|
6620
6737
|
}).transform((v) => {
|
|
6621
6738
|
return remap$(v, {
|
|
6622
6739
|
"budget_tokens": "budgetTokens",
|
|
6740
|
+
"thinking_level": "thinkingLevel",
|
|
6623
6741
|
});
|
|
6624
6742
|
});
|
|
6625
6743
|
/** @internal */
|
|
6626
6744
|
export type UpdateAgentThinking$Outbound = {
|
|
6627
6745
|
type: string;
|
|
6628
6746
|
budget_tokens: number;
|
|
6747
|
+
thinking_level?: string | undefined;
|
|
6629
6748
|
};
|
|
6630
6749
|
|
|
6631
6750
|
/** @internal */
|
|
@@ -6636,9 +6755,11 @@ export const UpdateAgentThinking$outboundSchema: z.ZodType<
|
|
|
6636
6755
|
> = z.object({
|
|
6637
6756
|
type: UpdateAgentType$outboundSchema,
|
|
6638
6757
|
budgetTokens: z.number(),
|
|
6758
|
+
thinkingLevel: UpdateAgentThinkingLevel$outboundSchema.optional(),
|
|
6639
6759
|
}).transform((v) => {
|
|
6640
6760
|
return remap$(v, {
|
|
6641
6761
|
budgetTokens: "budget_tokens",
|
|
6762
|
+
thinkingLevel: "thinking_level",
|
|
6642
6763
|
});
|
|
6643
6764
|
});
|
|
6644
6765
|
|
|
@@ -7560,6 +7681,17 @@ export const UpdateAgentFallbackModelConfigurationAgentsType$outboundSchema:
|
|
|
7560
7681
|
z.ZodNativeEnum<typeof UpdateAgentFallbackModelConfigurationAgentsType> =
|
|
7561
7682
|
UpdateAgentFallbackModelConfigurationAgentsType$inboundSchema;
|
|
7562
7683
|
|
|
7684
|
+
/** @internal */
|
|
7685
|
+
export const UpdateAgentFallbackModelConfigurationAgentsThinkingLevel$inboundSchema:
|
|
7686
|
+
z.ZodNativeEnum<
|
|
7687
|
+
typeof UpdateAgentFallbackModelConfigurationAgentsThinkingLevel
|
|
7688
|
+
> = z.nativeEnum(UpdateAgentFallbackModelConfigurationAgentsThinkingLevel);
|
|
7689
|
+
/** @internal */
|
|
7690
|
+
export const UpdateAgentFallbackModelConfigurationAgentsThinkingLevel$outboundSchema:
|
|
7691
|
+
z.ZodNativeEnum<
|
|
7692
|
+
typeof UpdateAgentFallbackModelConfigurationAgentsThinkingLevel
|
|
7693
|
+
> = UpdateAgentFallbackModelConfigurationAgentsThinkingLevel$inboundSchema;
|
|
7694
|
+
|
|
7563
7695
|
/** @internal */
|
|
7564
7696
|
export const UpdateAgentFallbackModelConfigurationAgentsThinking$inboundSchema:
|
|
7565
7697
|
z.ZodType<
|
|
@@ -7569,15 +7701,20 @@ export const UpdateAgentFallbackModelConfigurationAgentsThinking$inboundSchema:
|
|
|
7569
7701
|
> = z.object({
|
|
7570
7702
|
type: UpdateAgentFallbackModelConfigurationAgentsType$inboundSchema,
|
|
7571
7703
|
budget_tokens: z.number(),
|
|
7704
|
+
thinking_level:
|
|
7705
|
+
UpdateAgentFallbackModelConfigurationAgentsThinkingLevel$inboundSchema
|
|
7706
|
+
.optional(),
|
|
7572
7707
|
}).transform((v) => {
|
|
7573
7708
|
return remap$(v, {
|
|
7574
7709
|
"budget_tokens": "budgetTokens",
|
|
7710
|
+
"thinking_level": "thinkingLevel",
|
|
7575
7711
|
});
|
|
7576
7712
|
});
|
|
7577
7713
|
/** @internal */
|
|
7578
7714
|
export type UpdateAgentFallbackModelConfigurationAgentsThinking$Outbound = {
|
|
7579
7715
|
type: string;
|
|
7580
7716
|
budget_tokens: number;
|
|
7717
|
+
thinking_level?: string | undefined;
|
|
7581
7718
|
};
|
|
7582
7719
|
|
|
7583
7720
|
/** @internal */
|
|
@@ -7589,9 +7726,13 @@ export const UpdateAgentFallbackModelConfigurationAgentsThinking$outboundSchema:
|
|
|
7589
7726
|
> = z.object({
|
|
7590
7727
|
type: UpdateAgentFallbackModelConfigurationAgentsType$outboundSchema,
|
|
7591
7728
|
budgetTokens: z.number(),
|
|
7729
|
+
thinkingLevel:
|
|
7730
|
+
UpdateAgentFallbackModelConfigurationAgentsThinkingLevel$outboundSchema
|
|
7731
|
+
.optional(),
|
|
7592
7732
|
}).transform((v) => {
|
|
7593
7733
|
return remap$(v, {
|
|
7594
7734
|
budgetTokens: "budget_tokens",
|
|
7735
|
+
thinkingLevel: "thinking_level",
|
|
7595
7736
|
});
|
|
7596
7737
|
});
|
|
7597
7738
|
|
|
@@ -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-19T04:09:03.217Z",
|
|
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-19T04:09:03.217Z"))
|
|
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-19T04:09:02.872Z",
|
|
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-19T04:09:02.872Z"))
|
|
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-19T04:09:14.372Z",
|
|
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-19T04:09:14.372Z"))
|
|
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-19T04:09:14.372Z",
|
|
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-19T04:09:14.372Z"))
|
|
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-19T04:09:14.371Z",
|
|
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-19T04:09:14.371Z"))
|
|
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-19T04:09:02.872Z",
|
|
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-19T04:09:02.872Z"))
|
|
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-19T04:09:02.872Z",
|
|
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-19T04:09:02.872Z"))
|
|
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("01KAD4TRQSNWJH10D2SN3JQV4P"),
|
|
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("01KAD4TRQSNWJH10D2SN3JQV4P"),
|
|
249
249
|
displayName: z.string(),
|
|
250
250
|
description: z.string().optional(),
|
|
251
251
|
status: UpdateDatasourceStatus$outboundSchema,
|
|
@@ -2990,8 +2990,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
|
|
|
2990
2990
|
> = z.object({
|
|
2991
2991
|
_id: z.string(),
|
|
2992
2992
|
description: z.string(),
|
|
2993
|
-
created: z.string().default("2025-11-
|
|
2994
|
-
updated: z.string().default("2025-11-
|
|
2993
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
2994
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
2995
2995
|
guardrail_config: z.union([
|
|
2996
2996
|
z.lazy(() =>
|
|
2997
2997
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -3033,8 +3033,8 @@ export const ResponseBodyTypescript$outboundSchema: z.ZodType<
|
|
|
3033
3033
|
> = z.object({
|
|
3034
3034
|
id: z.string(),
|
|
3035
3035
|
description: z.string(),
|
|
3036
|
-
created: z.string().default("2025-11-
|
|
3037
|
-
updated: z.string().default("2025-11-
|
|
3036
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3037
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3038
3038
|
guardrailConfig: z.union([
|
|
3039
3039
|
z.lazy(() =>
|
|
3040
3040
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3324,8 +3324,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
|
|
|
3324
3324
|
> = z.object({
|
|
3325
3325
|
_id: z.string(),
|
|
3326
3326
|
description: z.string(),
|
|
3327
|
-
created: z.string().default("2025-11-
|
|
3328
|
-
updated: z.string().default("2025-11-
|
|
3327
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3328
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3329
3329
|
guardrail_config: z.union([
|
|
3330
3330
|
z.lazy(() =>
|
|
3331
3331
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3370,8 +3370,8 @@ export const ResponseBodyRagas$outboundSchema: z.ZodType<
|
|
|
3370
3370
|
> = z.object({
|
|
3371
3371
|
id: z.string(),
|
|
3372
3372
|
description: z.string(),
|
|
3373
|
-
created: z.string().default("2025-11-
|
|
3374
|
-
updated: z.string().default("2025-11-
|
|
3373
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3374
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
3375
3375
|
guardrailConfig: z.union([
|
|
3376
3376
|
z.lazy(() =>
|
|
3377
3377
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -5709,8 +5709,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5709
5709
|
> = z.object({
|
|
5710
5710
|
_id: z.string(),
|
|
5711
5711
|
description: z.string(),
|
|
5712
|
-
created: z.string().default("2025-11-
|
|
5713
|
-
updated: z.string().default("2025-11-
|
|
5712
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5713
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5714
5714
|
guardrail_config: z.union([
|
|
5715
5715
|
z.lazy(() =>
|
|
5716
5716
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5823,8 +5823,8 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5823
5823
|
> = z.object({
|
|
5824
5824
|
id: z.string(),
|
|
5825
5825
|
description: z.string(),
|
|
5826
|
-
created: z.string().default("2025-11-
|
|
5827
|
-
updated: z.string().default("2025-11-
|
|
5826
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5827
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
5828
5828
|
guardrailConfig: z.union([
|
|
5829
5829
|
z.lazy(() =>
|
|
5830
5830
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -6140,8 +6140,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
6140
6140
|
> = z.object({
|
|
6141
6141
|
_id: z.string(),
|
|
6142
6142
|
description: z.string(),
|
|
6143
|
-
created: z.string().default("2025-11-
|
|
6144
|
-
updated: z.string().default("2025-11-
|
|
6143
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6144
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6145
6145
|
guardrail_config: z.union([
|
|
6146
6146
|
z.lazy(() =>
|
|
6147
6147
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -6182,8 +6182,8 @@ export const UpdateEvalResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
6182
6182
|
> = z.object({
|
|
6183
6183
|
id: z.string(),
|
|
6184
6184
|
description: z.string(),
|
|
6185
|
-
created: z.string().default("2025-11-
|
|
6186
|
-
updated: z.string().default("2025-11-
|
|
6185
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6186
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6187
6187
|
guardrailConfig: z.union([
|
|
6188
6188
|
z.lazy(() =>
|
|
6189
6189
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6468,8 +6468,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6468
6468
|
> = z.object({
|
|
6469
6469
|
_id: z.string(),
|
|
6470
6470
|
description: z.string(),
|
|
6471
|
-
created: z.string().default("2025-11-
|
|
6472
|
-
updated: z.string().default("2025-11-
|
|
6471
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6472
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6473
6473
|
guardrail_config: z.union([
|
|
6474
6474
|
z.lazy(() =>
|
|
6475
6475
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6516,8 +6516,8 @@ export const UpdateEvalResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6516
6516
|
> = z.object({
|
|
6517
6517
|
id: z.string(),
|
|
6518
6518
|
description: z.string(),
|
|
6519
|
-
created: z.string().default("2025-11-
|
|
6520
|
-
updated: z.string().default("2025-11-
|
|
6519
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6520
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6521
6521
|
guardrailConfig: z.union([
|
|
6522
6522
|
z.lazy(() =>
|
|
6523
6523
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6786,8 +6786,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6786
6786
|
> = z.object({
|
|
6787
6787
|
_id: z.string(),
|
|
6788
6788
|
description: z.string(),
|
|
6789
|
-
created: z.string().default("2025-11-
|
|
6790
|
-
updated: z.string().default("2025-11-
|
|
6789
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6790
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6791
6791
|
guardrail_config: z.union([
|
|
6792
6792
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6793
6793
|
z.lazy(() =>
|
|
@@ -6826,8 +6826,8 @@ export const UpdateEvalResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6826
6826
|
> = z.object({
|
|
6827
6827
|
id: z.string(),
|
|
6828
6828
|
description: z.string(),
|
|
6829
|
-
created: z.string().default("2025-11-
|
|
6830
|
-
updated: z.string().default("2025-11-
|
|
6829
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6830
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
6831
6831
|
guardrailConfig: z.union([
|
|
6832
6832
|
z.lazy(() =>
|
|
6833
6833
|
UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -7066,8 +7066,8 @@ export const UpdateEvalResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
7066
7066
|
> = z.object({
|
|
7067
7067
|
_id: z.string(),
|
|
7068
7068
|
description: z.string(),
|
|
7069
|
-
created: z.string().default("2025-11-
|
|
7070
|
-
updated: z.string().default("2025-11-
|
|
7069
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
7070
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
7071
7071
|
guardrail_config: z.union([
|
|
7072
7072
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
7073
7073
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -7106,8 +7106,8 @@ export const UpdateEvalResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
7106
7106
|
> = z.object({
|
|
7107
7107
|
id: z.string(),
|
|
7108
7108
|
description: z.string(),
|
|
7109
|
-
created: z.string().default("2025-11-
|
|
7110
|
-
updated: z.string().default("2025-11-
|
|
7109
|
+
created: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
7110
|
+
updated: z.string().default("2025-11-19T04:09:04.881Z"),
|
|
7111
7111
|
guardrailConfig: z.union([
|
|
7112
7112
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
7113
7113
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|