@orq-ai/node 4.0.0-rc.45 → 4.0.0-rc.48
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 +764 -1540
- package/bin/mcp-server.js.map +58 -58
- package/docs/sdks/agents/README.md +4 -6
- package/examples/package-lock.json +1 -1
- package/funcs/agentsDuplicate.d.ts +1 -1
- package/funcs/agentsDuplicate.js +5 -4
- package/funcs/agentsDuplicate.js.map +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/mcp-server/tools/agentsDuplicate.js +1 -1
- package/mcp-server/tools/agentsDuplicate.js.map +1 -1
- package/models/operations/createagent.d.ts +90 -10
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +87 -20
- 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 +66 -3
- package/models/operations/duplicateagent.d.ts.map +1 -1
- package/models/operations/duplicateagent.js +77 -5
- 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/sdk/agents.d.ts +1 -1
- package/sdk/agents.js +1 -1
- package/src/funcs/agentsDuplicate.ts +6 -5
- 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/mcp-server/tools/agentsDuplicate.ts +1 -1
- package/src/models/operations/createagent.ts +170 -43
- 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 +153 -5
- 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
- package/src/sdk/agents.ts +1 -1
|
@@ -890,7 +890,7 @@ export const RetrieveToolResponseBody5$inboundSchema: z.ZodType<
|
|
|
890
890
|
z.ZodTypeDef,
|
|
891
891
|
unknown
|
|
892
892
|
> = z.object({
|
|
893
|
-
_id: z.string().default("
|
|
893
|
+
_id: z.string().default("tool_01KADNRAKHDWWHEY4KHDBP29CG"),
|
|
894
894
|
path: z.string(),
|
|
895
895
|
key: z.string(),
|
|
896
896
|
display_name: z.string().optional(),
|
|
@@ -945,7 +945,7 @@ export const RetrieveToolResponseBody5$outboundSchema: z.ZodType<
|
|
|
945
945
|
z.ZodTypeDef,
|
|
946
946
|
RetrieveToolResponseBody5
|
|
947
947
|
> = z.object({
|
|
948
|
-
id: z.string().default("
|
|
948
|
+
id: z.string().default("tool_01KADNRAKHDWWHEY4KHDBP29CG"),
|
|
949
949
|
path: z.string(),
|
|
950
950
|
key: z.string(),
|
|
951
951
|
displayName: z.string().optional(),
|
|
@@ -1125,7 +1125,7 @@ export const RetrieveToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1125
1125
|
z.ZodTypeDef,
|
|
1126
1126
|
unknown
|
|
1127
1127
|
> = z.object({
|
|
1128
|
-
id: z.string().default("
|
|
1128
|
+
id: z.string().default("01KADNRAKGBHWX7F3FARVZQPN0"),
|
|
1129
1129
|
name: z.string(),
|
|
1130
1130
|
description: z.string().optional(),
|
|
1131
1131
|
schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -1144,7 +1144,7 @@ export const RetrieveToolResponseBodyTools$outboundSchema: z.ZodType<
|
|
|
1144
1144
|
z.ZodTypeDef,
|
|
1145
1145
|
RetrieveToolResponseBodyTools
|
|
1146
1146
|
> = z.object({
|
|
1147
|
-
id: z.string().default("
|
|
1147
|
+
id: z.string().default("01KADNRAKGBHWX7F3FARVZQPN0"),
|
|
1148
1148
|
name: z.string(),
|
|
1149
1149
|
description: z.string().optional(),
|
|
1150
1150
|
schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$outboundSchema),
|
|
@@ -1250,7 +1250,7 @@ export const RetrieveToolResponseBody4$inboundSchema: z.ZodType<
|
|
|
1250
1250
|
z.ZodTypeDef,
|
|
1251
1251
|
unknown
|
|
1252
1252
|
> = z.object({
|
|
1253
|
-
_id: z.string().default("
|
|
1253
|
+
_id: z.string().default("tool_01KADNRAKFGZPTA9H7MY5MBTX9"),
|
|
1254
1254
|
path: z.string(),
|
|
1255
1255
|
key: z.string(),
|
|
1256
1256
|
display_name: z.string().optional(),
|
|
@@ -1303,7 +1303,7 @@ export const RetrieveToolResponseBody4$outboundSchema: z.ZodType<
|
|
|
1303
1303
|
z.ZodTypeDef,
|
|
1304
1304
|
RetrieveToolResponseBody4
|
|
1305
1305
|
> = z.object({
|
|
1306
|
-
id: z.string().default("
|
|
1306
|
+
id: z.string().default("tool_01KADNRAKFGZPTA9H7MY5MBTX9"),
|
|
1307
1307
|
path: z.string(),
|
|
1308
1308
|
key: z.string(),
|
|
1309
1309
|
displayName: z.string().optional(),
|
|
@@ -1681,7 +1681,7 @@ export const RetrieveToolResponseBody3$inboundSchema: z.ZodType<
|
|
|
1681
1681
|
z.ZodTypeDef,
|
|
1682
1682
|
unknown
|
|
1683
1683
|
> = z.object({
|
|
1684
|
-
_id: z.string().default("
|
|
1684
|
+
_id: z.string().default("tool_01KADNRAKD6Z6G2KG7ADKABA8K"),
|
|
1685
1685
|
path: z.string(),
|
|
1686
1686
|
key: z.string(),
|
|
1687
1687
|
display_name: z.string().optional(),
|
|
@@ -1734,7 +1734,7 @@ export const RetrieveToolResponseBody3$outboundSchema: z.ZodType<
|
|
|
1734
1734
|
z.ZodTypeDef,
|
|
1735
1735
|
RetrieveToolResponseBody3
|
|
1736
1736
|
> = z.object({
|
|
1737
|
-
id: z.string().default("
|
|
1737
|
+
id: z.string().default("tool_01KADNRAKD6Z6G2KG7ADKABA8K"),
|
|
1738
1738
|
path: z.string(),
|
|
1739
1739
|
key: z.string(),
|
|
1740
1740
|
displayName: z.string().optional(),
|
|
@@ -1915,7 +1915,7 @@ export const RetrieveToolResponseBody2$inboundSchema: z.ZodType<
|
|
|
1915
1915
|
z.ZodTypeDef,
|
|
1916
1916
|
unknown
|
|
1917
1917
|
> = z.object({
|
|
1918
|
-
_id: z.string().default("
|
|
1918
|
+
_id: z.string().default("tool_01KADNRAKCKGKAPSRCKNJZV8KY"),
|
|
1919
1919
|
path: z.string(),
|
|
1920
1920
|
key: z.string(),
|
|
1921
1921
|
display_name: z.string().optional(),
|
|
@@ -1967,7 +1967,7 @@ export const RetrieveToolResponseBody2$outboundSchema: z.ZodType<
|
|
|
1967
1967
|
z.ZodTypeDef,
|
|
1968
1968
|
RetrieveToolResponseBody2
|
|
1969
1969
|
> = z.object({
|
|
1970
|
-
id: z.string().default("
|
|
1970
|
+
id: z.string().default("tool_01KADNRAKCKGKAPSRCKNJZV8KY"),
|
|
1971
1971
|
path: z.string(),
|
|
1972
1972
|
key: z.string(),
|
|
1973
1973
|
displayName: z.string().optional(),
|
|
@@ -2165,7 +2165,7 @@ export const RetrieveToolResponseBody1$inboundSchema: z.ZodType<
|
|
|
2165
2165
|
z.ZodTypeDef,
|
|
2166
2166
|
unknown
|
|
2167
2167
|
> = z.object({
|
|
2168
|
-
_id: z.string().default("
|
|
2168
|
+
_id: z.string().default("tool_01KADNRAKA750N2GP4Y98BB61M"),
|
|
2169
2169
|
path: z.string(),
|
|
2170
2170
|
key: z.string(),
|
|
2171
2171
|
display_name: z.string().optional(),
|
|
@@ -2216,7 +2216,7 @@ export const RetrieveToolResponseBody1$outboundSchema: z.ZodType<
|
|
|
2216
2216
|
z.ZodTypeDef,
|
|
2217
2217
|
RetrieveToolResponseBody1
|
|
2218
2218
|
> = z.object({
|
|
2219
|
-
id: z.string().default("
|
|
2219
|
+
id: z.string().default("tool_01KADNRAKA750N2GP4Y98BB61M"),
|
|
2220
2220
|
path: z.string(),
|
|
2221
2221
|
key: z.string(),
|
|
2222
2222
|
displayName: z.string().optional(),
|
|
@@ -166,6 +166,20 @@ export type RunAgentModelConfigurationType = ClosedEnum<
|
|
|
166
166
|
typeof RunAgentModelConfigurationType
|
|
167
167
|
>;
|
|
168
168
|
|
|
169
|
+
/**
|
|
170
|
+
* 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.
|
|
171
|
+
*/
|
|
172
|
+
export const RunAgentModelConfigurationThinkingLevel = {
|
|
173
|
+
Low: "low",
|
|
174
|
+
High: "high",
|
|
175
|
+
} as const;
|
|
176
|
+
/**
|
|
177
|
+
* 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.
|
|
178
|
+
*/
|
|
179
|
+
export type RunAgentModelConfigurationThinkingLevel = ClosedEnum<
|
|
180
|
+
typeof RunAgentModelConfigurationThinkingLevel
|
|
181
|
+
>;
|
|
182
|
+
|
|
169
183
|
export type RunAgentModelConfigurationThinking = {
|
|
170
184
|
/**
|
|
171
185
|
* Enables or disables the thinking mode capability
|
|
@@ -175,6 +189,10 @@ export type RunAgentModelConfigurationThinking = {
|
|
|
175
189
|
* 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`.
|
|
176
190
|
*/
|
|
177
191
|
budgetTokens: number;
|
|
192
|
+
/**
|
|
193
|
+
* 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.
|
|
194
|
+
*/
|
|
195
|
+
thinkingLevel?: RunAgentModelConfigurationThinkingLevel | undefined;
|
|
178
196
|
};
|
|
179
197
|
|
|
180
198
|
/**
|
|
@@ -518,6 +536,20 @@ export type RunAgentFallbackModelConfigurationType = ClosedEnum<
|
|
|
518
536
|
typeof RunAgentFallbackModelConfigurationType
|
|
519
537
|
>;
|
|
520
538
|
|
|
539
|
+
/**
|
|
540
|
+
* 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.
|
|
541
|
+
*/
|
|
542
|
+
export const RunAgentFallbackModelConfigurationThinkingLevel = {
|
|
543
|
+
Low: "low",
|
|
544
|
+
High: "high",
|
|
545
|
+
} as const;
|
|
546
|
+
/**
|
|
547
|
+
* 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.
|
|
548
|
+
*/
|
|
549
|
+
export type RunAgentFallbackModelConfigurationThinkingLevel = ClosedEnum<
|
|
550
|
+
typeof RunAgentFallbackModelConfigurationThinkingLevel
|
|
551
|
+
>;
|
|
552
|
+
|
|
521
553
|
export type RunAgentFallbackModelConfigurationThinking = {
|
|
522
554
|
/**
|
|
523
555
|
* Enables or disables the thinking mode capability
|
|
@@ -527,6 +559,10 @@ export type RunAgentFallbackModelConfigurationThinking = {
|
|
|
527
559
|
* 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`.
|
|
528
560
|
*/
|
|
529
561
|
budgetTokens: number;
|
|
562
|
+
/**
|
|
563
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
564
|
+
*/
|
|
565
|
+
thinkingLevel?: RunAgentFallbackModelConfigurationThinkingLevel | undefined;
|
|
530
566
|
};
|
|
531
567
|
|
|
532
568
|
/**
|
|
@@ -2377,6 +2413,15 @@ export const RunAgentModelConfigurationType$outboundSchema: z.ZodNativeEnum<
|
|
|
2377
2413
|
typeof RunAgentModelConfigurationType
|
|
2378
2414
|
> = RunAgentModelConfigurationType$inboundSchema;
|
|
2379
2415
|
|
|
2416
|
+
/** @internal */
|
|
2417
|
+
export const RunAgentModelConfigurationThinkingLevel$inboundSchema:
|
|
2418
|
+
z.ZodNativeEnum<typeof RunAgentModelConfigurationThinkingLevel> = z
|
|
2419
|
+
.nativeEnum(RunAgentModelConfigurationThinkingLevel);
|
|
2420
|
+
/** @internal */
|
|
2421
|
+
export const RunAgentModelConfigurationThinkingLevel$outboundSchema:
|
|
2422
|
+
z.ZodNativeEnum<typeof RunAgentModelConfigurationThinkingLevel> =
|
|
2423
|
+
RunAgentModelConfigurationThinkingLevel$inboundSchema;
|
|
2424
|
+
|
|
2380
2425
|
/** @internal */
|
|
2381
2426
|
export const RunAgentModelConfigurationThinking$inboundSchema: z.ZodType<
|
|
2382
2427
|
RunAgentModelConfigurationThinking,
|
|
@@ -2385,15 +2430,19 @@ export const RunAgentModelConfigurationThinking$inboundSchema: z.ZodType<
|
|
|
2385
2430
|
> = z.object({
|
|
2386
2431
|
type: RunAgentModelConfigurationType$inboundSchema,
|
|
2387
2432
|
budget_tokens: z.number(),
|
|
2433
|
+
thinking_level: RunAgentModelConfigurationThinkingLevel$inboundSchema
|
|
2434
|
+
.optional(),
|
|
2388
2435
|
}).transform((v) => {
|
|
2389
2436
|
return remap$(v, {
|
|
2390
2437
|
"budget_tokens": "budgetTokens",
|
|
2438
|
+
"thinking_level": "thinkingLevel",
|
|
2391
2439
|
});
|
|
2392
2440
|
});
|
|
2393
2441
|
/** @internal */
|
|
2394
2442
|
export type RunAgentModelConfigurationThinking$Outbound = {
|
|
2395
2443
|
type: string;
|
|
2396
2444
|
budget_tokens: number;
|
|
2445
|
+
thinking_level?: string | undefined;
|
|
2397
2446
|
};
|
|
2398
2447
|
|
|
2399
2448
|
/** @internal */
|
|
@@ -2404,9 +2453,12 @@ export const RunAgentModelConfigurationThinking$outboundSchema: z.ZodType<
|
|
|
2404
2453
|
> = z.object({
|
|
2405
2454
|
type: RunAgentModelConfigurationType$outboundSchema,
|
|
2406
2455
|
budgetTokens: z.number(),
|
|
2456
|
+
thinkingLevel: RunAgentModelConfigurationThinkingLevel$outboundSchema
|
|
2457
|
+
.optional(),
|
|
2407
2458
|
}).transform((v) => {
|
|
2408
2459
|
return remap$(v, {
|
|
2409
2460
|
budgetTokens: "budget_tokens",
|
|
2461
|
+
thinkingLevel: "thinking_level",
|
|
2410
2462
|
});
|
|
2411
2463
|
});
|
|
2412
2464
|
|
|
@@ -3372,21 +3424,35 @@ export const RunAgentFallbackModelConfigurationType$outboundSchema:
|
|
|
3372
3424
|
z.ZodNativeEnum<typeof RunAgentFallbackModelConfigurationType> =
|
|
3373
3425
|
RunAgentFallbackModelConfigurationType$inboundSchema;
|
|
3374
3426
|
|
|
3427
|
+
/** @internal */
|
|
3428
|
+
export const RunAgentFallbackModelConfigurationThinkingLevel$inboundSchema:
|
|
3429
|
+
z.ZodNativeEnum<typeof RunAgentFallbackModelConfigurationThinkingLevel> = z
|
|
3430
|
+
.nativeEnum(RunAgentFallbackModelConfigurationThinkingLevel);
|
|
3431
|
+
/** @internal */
|
|
3432
|
+
export const RunAgentFallbackModelConfigurationThinkingLevel$outboundSchema:
|
|
3433
|
+
z.ZodNativeEnum<typeof RunAgentFallbackModelConfigurationThinkingLevel> =
|
|
3434
|
+
RunAgentFallbackModelConfigurationThinkingLevel$inboundSchema;
|
|
3435
|
+
|
|
3375
3436
|
/** @internal */
|
|
3376
3437
|
export const RunAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
3377
3438
|
z.ZodType<RunAgentFallbackModelConfigurationThinking, z.ZodTypeDef, unknown> =
|
|
3378
3439
|
z.object({
|
|
3379
3440
|
type: RunAgentFallbackModelConfigurationType$inboundSchema,
|
|
3380
3441
|
budget_tokens: z.number(),
|
|
3442
|
+
thinking_level:
|
|
3443
|
+
RunAgentFallbackModelConfigurationThinkingLevel$inboundSchema
|
|
3444
|
+
.optional(),
|
|
3381
3445
|
}).transform((v) => {
|
|
3382
3446
|
return remap$(v, {
|
|
3383
3447
|
"budget_tokens": "budgetTokens",
|
|
3448
|
+
"thinking_level": "thinkingLevel",
|
|
3384
3449
|
});
|
|
3385
3450
|
});
|
|
3386
3451
|
/** @internal */
|
|
3387
3452
|
export type RunAgentFallbackModelConfigurationThinking$Outbound = {
|
|
3388
3453
|
type: string;
|
|
3389
3454
|
budget_tokens: number;
|
|
3455
|
+
thinking_level?: string | undefined;
|
|
3390
3456
|
};
|
|
3391
3457
|
|
|
3392
3458
|
/** @internal */
|
|
@@ -3398,9 +3464,12 @@ export const RunAgentFallbackModelConfigurationThinking$outboundSchema:
|
|
|
3398
3464
|
> = z.object({
|
|
3399
3465
|
type: RunAgentFallbackModelConfigurationType$outboundSchema,
|
|
3400
3466
|
budgetTokens: z.number(),
|
|
3467
|
+
thinkingLevel:
|
|
3468
|
+
RunAgentFallbackModelConfigurationThinkingLevel$outboundSchema.optional(),
|
|
3401
3469
|
}).transform((v) => {
|
|
3402
3470
|
return remap$(v, {
|
|
3403
3471
|
budgetTokens: "budget_tokens",
|
|
3472
|
+
thinkingLevel: "thinking_level",
|
|
3404
3473
|
});
|
|
3405
3474
|
});
|
|
3406
3475
|
|
|
@@ -4688,7 +4757,7 @@ export function schemaFromJSON(
|
|
|
4688
4757
|
/** @internal */
|
|
4689
4758
|
export const Tools$inboundSchema: z.ZodType<Tools, z.ZodTypeDef, unknown> = z
|
|
4690
4759
|
.object({
|
|
4691
|
-
id: z.string().default("
|
|
4760
|
+
id: z.string().default("01KADNRA9C2539X2DC7KGS843K"),
|
|
4692
4761
|
name: z.string(),
|
|
4693
4762
|
description: z.string().optional(),
|
|
4694
4763
|
schema: z.lazy(() => Schema$inboundSchema),
|
|
@@ -4707,7 +4776,7 @@ export const Tools$outboundSchema: z.ZodType<
|
|
|
4707
4776
|
z.ZodTypeDef,
|
|
4708
4777
|
Tools
|
|
4709
4778
|
> = z.object({
|
|
4710
|
-
id: z.string().default("
|
|
4779
|
+
id: z.string().default("01KADNRA9C2539X2DC7KGS843K"),
|
|
4711
4780
|
name: z.string(),
|
|
4712
4781
|
description: z.string().optional(),
|
|
4713
4782
|
schema: z.lazy(() => Schema$outboundSchema),
|
|
@@ -166,6 +166,20 @@ export type StreamRunAgentModelConfigurationType = ClosedEnum<
|
|
|
166
166
|
typeof StreamRunAgentModelConfigurationType
|
|
167
167
|
>;
|
|
168
168
|
|
|
169
|
+
/**
|
|
170
|
+
* 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.
|
|
171
|
+
*/
|
|
172
|
+
export const StreamRunAgentModelConfigurationThinkingLevel = {
|
|
173
|
+
Low: "low",
|
|
174
|
+
High: "high",
|
|
175
|
+
} as const;
|
|
176
|
+
/**
|
|
177
|
+
* 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.
|
|
178
|
+
*/
|
|
179
|
+
export type StreamRunAgentModelConfigurationThinkingLevel = ClosedEnum<
|
|
180
|
+
typeof StreamRunAgentModelConfigurationThinkingLevel
|
|
181
|
+
>;
|
|
182
|
+
|
|
169
183
|
export type StreamRunAgentModelConfigurationThinking = {
|
|
170
184
|
/**
|
|
171
185
|
* Enables or disables the thinking mode capability
|
|
@@ -175,6 +189,10 @@ export type StreamRunAgentModelConfigurationThinking = {
|
|
|
175
189
|
* 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`.
|
|
176
190
|
*/
|
|
177
191
|
budgetTokens: number;
|
|
192
|
+
/**
|
|
193
|
+
* 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.
|
|
194
|
+
*/
|
|
195
|
+
thinkingLevel?: StreamRunAgentModelConfigurationThinkingLevel | undefined;
|
|
178
196
|
};
|
|
179
197
|
|
|
180
198
|
/**
|
|
@@ -534,6 +552,20 @@ export type StreamRunAgentFallbackModelConfigurationType = ClosedEnum<
|
|
|
534
552
|
typeof StreamRunAgentFallbackModelConfigurationType
|
|
535
553
|
>;
|
|
536
554
|
|
|
555
|
+
/**
|
|
556
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
557
|
+
*/
|
|
558
|
+
export const StreamRunAgentFallbackModelConfigurationThinkingLevel = {
|
|
559
|
+
Low: "low",
|
|
560
|
+
High: "high",
|
|
561
|
+
} as const;
|
|
562
|
+
/**
|
|
563
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
564
|
+
*/
|
|
565
|
+
export type StreamRunAgentFallbackModelConfigurationThinkingLevel = ClosedEnum<
|
|
566
|
+
typeof StreamRunAgentFallbackModelConfigurationThinkingLevel
|
|
567
|
+
>;
|
|
568
|
+
|
|
537
569
|
export type StreamRunAgentFallbackModelConfigurationThinking = {
|
|
538
570
|
/**
|
|
539
571
|
* Enables or disables the thinking mode capability
|
|
@@ -543,6 +575,12 @@ export type StreamRunAgentFallbackModelConfigurationThinking = {
|
|
|
543
575
|
* Determines how many tokens the model can use for its internal reasoning process. Larger budgets can enable more thorough analysis for complex problems, improving response quality. Must be ≥1024 and less than `max_tokens`.
|
|
544
576
|
*/
|
|
545
577
|
budgetTokens: number;
|
|
578
|
+
/**
|
|
579
|
+
* The level of reasoning the model should use. This setting is supported only by `gemini-3` models. If budget_tokens is specified and `thinking_level` is available, `budget_tokens` will be ignored.
|
|
580
|
+
*/
|
|
581
|
+
thinkingLevel?:
|
|
582
|
+
| StreamRunAgentFallbackModelConfigurationThinkingLevel
|
|
583
|
+
| undefined;
|
|
546
584
|
};
|
|
547
585
|
|
|
548
586
|
/**
|
|
@@ -2239,6 +2277,15 @@ export const StreamRunAgentModelConfigurationType$outboundSchema:
|
|
|
2239
2277
|
z.ZodNativeEnum<typeof StreamRunAgentModelConfigurationType> =
|
|
2240
2278
|
StreamRunAgentModelConfigurationType$inboundSchema;
|
|
2241
2279
|
|
|
2280
|
+
/** @internal */
|
|
2281
|
+
export const StreamRunAgentModelConfigurationThinkingLevel$inboundSchema:
|
|
2282
|
+
z.ZodNativeEnum<typeof StreamRunAgentModelConfigurationThinkingLevel> = z
|
|
2283
|
+
.nativeEnum(StreamRunAgentModelConfigurationThinkingLevel);
|
|
2284
|
+
/** @internal */
|
|
2285
|
+
export const StreamRunAgentModelConfigurationThinkingLevel$outboundSchema:
|
|
2286
|
+
z.ZodNativeEnum<typeof StreamRunAgentModelConfigurationThinkingLevel> =
|
|
2287
|
+
StreamRunAgentModelConfigurationThinkingLevel$inboundSchema;
|
|
2288
|
+
|
|
2242
2289
|
/** @internal */
|
|
2243
2290
|
export const StreamRunAgentModelConfigurationThinking$inboundSchema: z.ZodType<
|
|
2244
2291
|
StreamRunAgentModelConfigurationThinking,
|
|
@@ -2247,15 +2294,19 @@ export const StreamRunAgentModelConfigurationThinking$inboundSchema: z.ZodType<
|
|
|
2247
2294
|
> = z.object({
|
|
2248
2295
|
type: StreamRunAgentModelConfigurationType$inboundSchema,
|
|
2249
2296
|
budget_tokens: z.number(),
|
|
2297
|
+
thinking_level: StreamRunAgentModelConfigurationThinkingLevel$inboundSchema
|
|
2298
|
+
.optional(),
|
|
2250
2299
|
}).transform((v) => {
|
|
2251
2300
|
return remap$(v, {
|
|
2252
2301
|
"budget_tokens": "budgetTokens",
|
|
2302
|
+
"thinking_level": "thinkingLevel",
|
|
2253
2303
|
});
|
|
2254
2304
|
});
|
|
2255
2305
|
/** @internal */
|
|
2256
2306
|
export type StreamRunAgentModelConfigurationThinking$Outbound = {
|
|
2257
2307
|
type: string;
|
|
2258
2308
|
budget_tokens: number;
|
|
2309
|
+
thinking_level?: string | undefined;
|
|
2259
2310
|
};
|
|
2260
2311
|
|
|
2261
2312
|
/** @internal */
|
|
@@ -2266,9 +2317,12 @@ export const StreamRunAgentModelConfigurationThinking$outboundSchema: z.ZodType<
|
|
|
2266
2317
|
> = z.object({
|
|
2267
2318
|
type: StreamRunAgentModelConfigurationType$outboundSchema,
|
|
2268
2319
|
budgetTokens: z.number(),
|
|
2320
|
+
thinkingLevel: StreamRunAgentModelConfigurationThinkingLevel$outboundSchema
|
|
2321
|
+
.optional(),
|
|
2269
2322
|
}).transform((v) => {
|
|
2270
2323
|
return remap$(v, {
|
|
2271
2324
|
budgetTokens: "budget_tokens",
|
|
2325
|
+
thinkingLevel: "thinking_level",
|
|
2272
2326
|
});
|
|
2273
2327
|
});
|
|
2274
2328
|
|
|
@@ -3286,6 +3340,17 @@ export const StreamRunAgentFallbackModelConfigurationType$outboundSchema:
|
|
|
3286
3340
|
z.ZodNativeEnum<typeof StreamRunAgentFallbackModelConfigurationType> =
|
|
3287
3341
|
StreamRunAgentFallbackModelConfigurationType$inboundSchema;
|
|
3288
3342
|
|
|
3343
|
+
/** @internal */
|
|
3344
|
+
export const StreamRunAgentFallbackModelConfigurationThinkingLevel$inboundSchema:
|
|
3345
|
+
z.ZodNativeEnum<
|
|
3346
|
+
typeof StreamRunAgentFallbackModelConfigurationThinkingLevel
|
|
3347
|
+
> = z.nativeEnum(StreamRunAgentFallbackModelConfigurationThinkingLevel);
|
|
3348
|
+
/** @internal */
|
|
3349
|
+
export const StreamRunAgentFallbackModelConfigurationThinkingLevel$outboundSchema:
|
|
3350
|
+
z.ZodNativeEnum<
|
|
3351
|
+
typeof StreamRunAgentFallbackModelConfigurationThinkingLevel
|
|
3352
|
+
> = StreamRunAgentFallbackModelConfigurationThinkingLevel$inboundSchema;
|
|
3353
|
+
|
|
3289
3354
|
/** @internal */
|
|
3290
3355
|
export const StreamRunAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
3291
3356
|
z.ZodType<
|
|
@@ -3295,15 +3360,20 @@ export const StreamRunAgentFallbackModelConfigurationThinking$inboundSchema:
|
|
|
3295
3360
|
> = z.object({
|
|
3296
3361
|
type: StreamRunAgentFallbackModelConfigurationType$inboundSchema,
|
|
3297
3362
|
budget_tokens: z.number(),
|
|
3363
|
+
thinking_level:
|
|
3364
|
+
StreamRunAgentFallbackModelConfigurationThinkingLevel$inboundSchema
|
|
3365
|
+
.optional(),
|
|
3298
3366
|
}).transform((v) => {
|
|
3299
3367
|
return remap$(v, {
|
|
3300
3368
|
"budget_tokens": "budgetTokens",
|
|
3369
|
+
"thinking_level": "thinkingLevel",
|
|
3301
3370
|
});
|
|
3302
3371
|
});
|
|
3303
3372
|
/** @internal */
|
|
3304
3373
|
export type StreamRunAgentFallbackModelConfigurationThinking$Outbound = {
|
|
3305
3374
|
type: string;
|
|
3306
3375
|
budget_tokens: number;
|
|
3376
|
+
thinking_level?: string | undefined;
|
|
3307
3377
|
};
|
|
3308
3378
|
|
|
3309
3379
|
/** @internal */
|
|
@@ -3315,9 +3385,13 @@ export const StreamRunAgentFallbackModelConfigurationThinking$outboundSchema:
|
|
|
3315
3385
|
> = z.object({
|
|
3316
3386
|
type: StreamRunAgentFallbackModelConfigurationType$outboundSchema,
|
|
3317
3387
|
budgetTokens: z.number(),
|
|
3388
|
+
thinkingLevel:
|
|
3389
|
+
StreamRunAgentFallbackModelConfigurationThinkingLevel$outboundSchema
|
|
3390
|
+
.optional(),
|
|
3318
3391
|
}).transform((v) => {
|
|
3319
3392
|
return remap$(v, {
|
|
3320
3393
|
budgetTokens: "budget_tokens",
|
|
3394
|
+
thinkingLevel: "thinking_level",
|
|
3321
3395
|
});
|
|
3322
3396
|
});
|
|
3323
3397
|
|
|
@@ -4710,7 +4784,7 @@ export const AgentToolInputRunTools$inboundSchema: z.ZodType<
|
|
|
4710
4784
|
z.ZodTypeDef,
|
|
4711
4785
|
unknown
|
|
4712
4786
|
> = z.object({
|
|
4713
|
-
id: z.string().default("
|
|
4787
|
+
id: z.string().default("01KADNRA9VKKX5C3W2S5DMJ537"),
|
|
4714
4788
|
name: z.string(),
|
|
4715
4789
|
description: z.string().optional(),
|
|
4716
4790
|
schema: z.lazy(() => AgentToolInputRunSchema$inboundSchema),
|
|
@@ -4729,7 +4803,7 @@ export const AgentToolInputRunTools$outboundSchema: z.ZodType<
|
|
|
4729
4803
|
z.ZodTypeDef,
|
|
4730
4804
|
AgentToolInputRunTools
|
|
4731
4805
|
> = z.object({
|
|
4732
|
-
id: z.string().default("
|
|
4806
|
+
id: z.string().default("01KADNRA9VKKX5C3W2S5DMJ537"),
|
|
4733
4807
|
name: z.string(),
|
|
4734
4808
|
description: z.string().optional(),
|
|
4735
4809
|
schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
|
|
@@ -979,7 +979,7 @@ export const SyncMcpToolResponseBody5$inboundSchema: z.ZodType<
|
|
|
979
979
|
z.ZodTypeDef,
|
|
980
980
|
unknown
|
|
981
981
|
> = z.object({
|
|
982
|
-
_id: z.string().default("
|
|
982
|
+
_id: z.string().default("tool_01KADNRAM5X4KMGJ79KMEXYCTN"),
|
|
983
983
|
path: z.string(),
|
|
984
984
|
key: z.string(),
|
|
985
985
|
display_name: z.string().optional(),
|
|
@@ -1038,7 +1038,7 @@ export const SyncMcpToolResponseBody5$outboundSchema: z.ZodType<
|
|
|
1038
1038
|
z.ZodTypeDef,
|
|
1039
1039
|
SyncMcpToolResponseBody5
|
|
1040
1040
|
> = z.object({
|
|
1041
|
-
id: z.string().default("
|
|
1041
|
+
id: z.string().default("tool_01KADNRAM5X4KMGJ79KMEXYCTN"),
|
|
1042
1042
|
path: z.string(),
|
|
1043
1043
|
key: z.string(),
|
|
1044
1044
|
displayName: z.string().optional(),
|
|
@@ -1218,7 +1218,7 @@ export const SyncMcpToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1218
1218
|
z.ZodTypeDef,
|
|
1219
1219
|
unknown
|
|
1220
1220
|
> = z.object({
|
|
1221
|
-
id: z.string().default("
|
|
1221
|
+
id: z.string().default("01KADNRAKWK1RZ4DZ301V32NWG"),
|
|
1222
1222
|
name: z.string(),
|
|
1223
1223
|
description: z.string().optional(),
|
|
1224
1224
|
schema: z.lazy(() => SyncMcpToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -1237,7 +1237,7 @@ export const SyncMcpToolResponseBodyTools$outboundSchema: z.ZodType<
|
|
|
1237
1237
|
z.ZodTypeDef,
|
|
1238
1238
|
SyncMcpToolResponseBodyTools
|
|
1239
1239
|
> = z.object({
|
|
1240
|
-
id: z.string().default("
|
|
1240
|
+
id: z.string().default("01KADNRAKWK1RZ4DZ301V32NWG"),
|
|
1241
1241
|
name: z.string(),
|
|
1242
1242
|
description: z.string().optional(),
|
|
1243
1243
|
schema: z.lazy(() => SyncMcpToolResponseBodyToolsSchema$outboundSchema),
|
|
@@ -1392,7 +1392,7 @@ export const SyncMcpToolResponseBody4$inboundSchema: z.ZodType<
|
|
|
1392
1392
|
z.ZodTypeDef,
|
|
1393
1393
|
unknown
|
|
1394
1394
|
> = z.object({
|
|
1395
|
-
_id: z.string().default("
|
|
1395
|
+
_id: z.string().default("tool_01KADNRAKTZ3PMA859K7B60XCJ"),
|
|
1396
1396
|
path: z.string(),
|
|
1397
1397
|
key: z.string(),
|
|
1398
1398
|
display_name: z.string().optional(),
|
|
@@ -1449,7 +1449,7 @@ export const SyncMcpToolResponseBody4$outboundSchema: z.ZodType<
|
|
|
1449
1449
|
z.ZodTypeDef,
|
|
1450
1450
|
SyncMcpToolResponseBody4
|
|
1451
1451
|
> = z.object({
|
|
1452
|
-
id: z.string().default("
|
|
1452
|
+
id: z.string().default("tool_01KADNRAKTZ3PMA859K7B60XCJ"),
|
|
1453
1453
|
path: z.string(),
|
|
1454
1454
|
key: z.string(),
|
|
1455
1455
|
displayName: z.string().optional(),
|
|
@@ -1877,7 +1877,7 @@ export const SyncMcpToolResponseBody3$inboundSchema: z.ZodType<
|
|
|
1877
1877
|
z.ZodTypeDef,
|
|
1878
1878
|
unknown
|
|
1879
1879
|
> = z.object({
|
|
1880
|
-
_id: z.string().default("
|
|
1880
|
+
_id: z.string().default("tool_01KADNRAKQCNB0PR95JXQJJVWV"),
|
|
1881
1881
|
path: z.string(),
|
|
1882
1882
|
key: z.string(),
|
|
1883
1883
|
display_name: z.string().optional(),
|
|
@@ -1932,7 +1932,7 @@ export const SyncMcpToolResponseBody3$outboundSchema: z.ZodType<
|
|
|
1932
1932
|
z.ZodTypeDef,
|
|
1933
1933
|
SyncMcpToolResponseBody3
|
|
1934
1934
|
> = z.object({
|
|
1935
|
-
id: z.string().default("
|
|
1935
|
+
id: z.string().default("tool_01KADNRAKQCNB0PR95JXQJJVWV"),
|
|
1936
1936
|
path: z.string(),
|
|
1937
1937
|
key: z.string(),
|
|
1938
1938
|
displayName: z.string().optional(),
|
|
@@ -2161,7 +2161,7 @@ export const SyncMcpToolResponseBody2$inboundSchema: z.ZodType<
|
|
|
2161
2161
|
z.ZodTypeDef,
|
|
2162
2162
|
unknown
|
|
2163
2163
|
> = z.object({
|
|
2164
|
-
_id: z.string().default("
|
|
2164
|
+
_id: z.string().default("tool_01KADNRAKMAR1BZ7F7N55AF18W"),
|
|
2165
2165
|
path: z.string(),
|
|
2166
2166
|
key: z.string(),
|
|
2167
2167
|
display_name: z.string().optional(),
|
|
@@ -2215,7 +2215,7 @@ export const SyncMcpToolResponseBody2$outboundSchema: z.ZodType<
|
|
|
2215
2215
|
z.ZodTypeDef,
|
|
2216
2216
|
SyncMcpToolResponseBody2
|
|
2217
2217
|
> = z.object({
|
|
2218
|
-
id: z.string().default("
|
|
2218
|
+
id: z.string().default("tool_01KADNRAKMAR1BZ7F7N55AF18W"),
|
|
2219
2219
|
path: z.string(),
|
|
2220
2220
|
key: z.string(),
|
|
2221
2221
|
displayName: z.string().optional(),
|
|
@@ -2454,7 +2454,7 @@ export const SyncMcpToolResponseBody1$inboundSchema: z.ZodType<
|
|
|
2454
2454
|
z.ZodTypeDef,
|
|
2455
2455
|
unknown
|
|
2456
2456
|
> = z.object({
|
|
2457
|
-
_id: z.string().default("
|
|
2457
|
+
_id: z.string().default("tool_01KADNRAKKFA27BR1RBVH175ZN"),
|
|
2458
2458
|
path: z.string(),
|
|
2459
2459
|
key: z.string(),
|
|
2460
2460
|
display_name: z.string().optional(),
|
|
@@ -2507,7 +2507,7 @@ export const SyncMcpToolResponseBody1$outboundSchema: z.ZodType<
|
|
|
2507
2507
|
z.ZodTypeDef,
|
|
2508
2508
|
SyncMcpToolResponseBody1
|
|
2509
2509
|
> = z.object({
|
|
2510
|
-
id: z.string().default("
|
|
2510
|
+
id: z.string().default("tool_01KADNRAKKFA27BR1RBVH175ZN"),
|
|
2511
2511
|
path: z.string(),
|
|
2512
2512
|
key: z.string(),
|
|
2513
2513
|
displayName: z.string().optional(),
|