@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
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -39,8 +39,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
39
39
|
export declare const SDK_METADATA: {
|
|
40
40
|
readonly language: "typescript";
|
|
41
41
|
readonly openapiDocVersion: "2.0";
|
|
42
|
-
readonly sdkVersion: "4.0.0-rc.
|
|
42
|
+
readonly sdkVersion: "4.0.0-rc.46";
|
|
43
43
|
readonly genVersion: "2.755.9";
|
|
44
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.0.0-rc.
|
|
44
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.0.0-rc.46 2.755.9 2.0 @orq-ai/node";
|
|
45
45
|
};
|
|
46
46
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "4.0.0-rc.
|
|
31
|
+
sdkVersion: "4.0.0-rc.46",
|
|
32
32
|
genVersion: "2.755.9",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.0.0-rc.
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.0.0-rc.46 2.755.9 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
package/mcp-server/mcp-server.js
CHANGED
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "4.0.0-rc.
|
|
25
|
+
currentVersion: "4.0.0-rc.46",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
package/mcp-server/server.js
CHANGED
|
@@ -112,7 +112,7 @@ const toolsUpdate_js_1 = require("./tools/toolsUpdate.js");
|
|
|
112
112
|
function createMCPServer(deps) {
|
|
113
113
|
const server = new mcp_js_1.McpServer({
|
|
114
114
|
name: "Orq",
|
|
115
|
-
version: "4.0.0-rc.
|
|
115
|
+
version: "4.0.0-rc.46",
|
|
116
116
|
});
|
|
117
117
|
const client = new core_js_1.OrqCore({
|
|
118
118
|
apiKey: deps.apiKey,
|
|
@@ -127,6 +127,17 @@ export declare const ModelConfigurationType: {
|
|
|
127
127
|
* Enables or disables the thinking mode capability
|
|
128
128
|
*/
|
|
129
129
|
export type ModelConfigurationType = ClosedEnum<typeof ModelConfigurationType>;
|
|
130
|
+
/**
|
|
131
|
+
* 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.
|
|
132
|
+
*/
|
|
133
|
+
export declare const ThinkingLevel: {
|
|
134
|
+
readonly Low: "low";
|
|
135
|
+
readonly High: "high";
|
|
136
|
+
};
|
|
137
|
+
/**
|
|
138
|
+
* 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.
|
|
139
|
+
*/
|
|
140
|
+
export type ThinkingLevel = ClosedEnum<typeof ThinkingLevel>;
|
|
130
141
|
export type Thinking = {
|
|
131
142
|
/**
|
|
132
143
|
* Enables or disables the thinking mode capability
|
|
@@ -136,6 +147,10 @@ export type Thinking = {
|
|
|
136
147
|
* 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`.
|
|
137
148
|
*/
|
|
138
149
|
budgetTokens: number;
|
|
150
|
+
/**
|
|
151
|
+
* 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.
|
|
152
|
+
*/
|
|
153
|
+
thinkingLevel?: ThinkingLevel | undefined;
|
|
139
154
|
};
|
|
140
155
|
/**
|
|
141
156
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -426,6 +441,17 @@ export declare const FallbackModelConfigurationType: {
|
|
|
426
441
|
* Enables or disables the thinking mode capability
|
|
427
442
|
*/
|
|
428
443
|
export type FallbackModelConfigurationType = ClosedEnum<typeof FallbackModelConfigurationType>;
|
|
444
|
+
/**
|
|
445
|
+
* 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.
|
|
446
|
+
*/
|
|
447
|
+
export declare const FallbackModelConfigurationThinkingLevel: {
|
|
448
|
+
readonly Low: "low";
|
|
449
|
+
readonly High: "high";
|
|
450
|
+
};
|
|
451
|
+
/**
|
|
452
|
+
* 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.
|
|
453
|
+
*/
|
|
454
|
+
export type FallbackModelConfigurationThinkingLevel = ClosedEnum<typeof FallbackModelConfigurationThinkingLevel>;
|
|
429
455
|
export type FallbackModelConfigurationThinking = {
|
|
430
456
|
/**
|
|
431
457
|
* Enables or disables the thinking mode capability
|
|
@@ -435,6 +461,10 @@ export type FallbackModelConfigurationThinking = {
|
|
|
435
461
|
* 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`.
|
|
436
462
|
*/
|
|
437
463
|
budgetTokens: number;
|
|
464
|
+
/**
|
|
465
|
+
* 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.
|
|
466
|
+
*/
|
|
467
|
+
thinkingLevel?: FallbackModelConfigurationThinkingLevel | undefined;
|
|
438
468
|
};
|
|
439
469
|
/**
|
|
440
470
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -1290,6 +1320,17 @@ export declare const CreateAgentType: {
|
|
|
1290
1320
|
* Enables or disables the thinking mode capability
|
|
1291
1321
|
*/
|
|
1292
1322
|
export type CreateAgentType = ClosedEnum<typeof CreateAgentType>;
|
|
1323
|
+
/**
|
|
1324
|
+
* 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.
|
|
1325
|
+
*/
|
|
1326
|
+
export declare const CreateAgentThinkingLevel: {
|
|
1327
|
+
readonly Low: "low";
|
|
1328
|
+
readonly High: "high";
|
|
1329
|
+
};
|
|
1330
|
+
/**
|
|
1331
|
+
* 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.
|
|
1332
|
+
*/
|
|
1333
|
+
export type CreateAgentThinkingLevel = ClosedEnum<typeof CreateAgentThinkingLevel>;
|
|
1293
1334
|
export type CreateAgentThinking = {
|
|
1294
1335
|
/**
|
|
1295
1336
|
* Enables or disables the thinking mode capability
|
|
@@ -1299,6 +1340,10 @@ export type CreateAgentThinking = {
|
|
|
1299
1340
|
* 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`.
|
|
1300
1341
|
*/
|
|
1301
1342
|
budgetTokens: number;
|
|
1343
|
+
/**
|
|
1344
|
+
* 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.
|
|
1345
|
+
*/
|
|
1346
|
+
thinkingLevel?: CreateAgentThinkingLevel | undefined;
|
|
1302
1347
|
};
|
|
1303
1348
|
/**
|
|
1304
1349
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -1566,6 +1611,17 @@ export declare const CreateAgentFallbackModelConfigurationType: {
|
|
|
1566
1611
|
* Enables or disables the thinking mode capability
|
|
1567
1612
|
*/
|
|
1568
1613
|
export type CreateAgentFallbackModelConfigurationType = ClosedEnum<typeof CreateAgentFallbackModelConfigurationType>;
|
|
1614
|
+
/**
|
|
1615
|
+
* 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.
|
|
1616
|
+
*/
|
|
1617
|
+
export declare const CreateAgentFallbackModelConfigurationThinkingLevel: {
|
|
1618
|
+
readonly Low: "low";
|
|
1619
|
+
readonly High: "high";
|
|
1620
|
+
};
|
|
1621
|
+
/**
|
|
1622
|
+
* 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.
|
|
1623
|
+
*/
|
|
1624
|
+
export type CreateAgentFallbackModelConfigurationThinkingLevel = ClosedEnum<typeof CreateAgentFallbackModelConfigurationThinkingLevel>;
|
|
1569
1625
|
export type CreateAgentFallbackModelConfigurationThinking = {
|
|
1570
1626
|
/**
|
|
1571
1627
|
* Enables or disables the thinking mode capability
|
|
@@ -1575,6 +1631,10 @@ export type CreateAgentFallbackModelConfigurationThinking = {
|
|
|
1575
1631
|
* 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`.
|
|
1576
1632
|
*/
|
|
1577
1633
|
budgetTokens: number;
|
|
1634
|
+
/**
|
|
1635
|
+
* 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.
|
|
1636
|
+
*/
|
|
1637
|
+
thinkingLevel?: CreateAgentFallbackModelConfigurationThinkingLevel | undefined;
|
|
1578
1638
|
};
|
|
1579
1639
|
/**
|
|
1580
1640
|
* The type of the tool. Currently, only function is supported.
|
|
@@ -1721,7 +1781,7 @@ export type CreateAgentFallbackModelConfiguration2 = {
|
|
|
1721
1781
|
* Fallback model for automatic failover when primary model request fails. Supports optional parameter overrides. Can be a simple model ID string or a configuration object with model-specific parameters. Fallbacks are tried in order.
|
|
1722
1782
|
*/
|
|
1723
1783
|
export type CreateAgentFallbackModelConfiguration = CreateAgentFallbackModelConfiguration2 | string;
|
|
1724
|
-
export type
|
|
1784
|
+
export type Model = {
|
|
1725
1785
|
/**
|
|
1726
1786
|
* The database ID of the primary model
|
|
1727
1787
|
*/
|
|
@@ -1783,7 +1843,7 @@ export type CreateAgentResponseBody = {
|
|
|
1783
1843
|
*/
|
|
1784
1844
|
status: CreateAgentStatus;
|
|
1785
1845
|
settings?: CreateAgentSettings | undefined;
|
|
1786
|
-
model:
|
|
1846
|
+
model: Model;
|
|
1787
1847
|
versionHash?: string | undefined;
|
|
1788
1848
|
/**
|
|
1789
1849
|
* Entity storage path in the format: `project/folder/subfolder/...`
|
|
@@ -1921,11 +1981,16 @@ export declare const ModelConfigurationType$inboundSchema: z.ZodNativeEnum<typeo
|
|
|
1921
1981
|
/** @internal */
|
|
1922
1982
|
export declare const ModelConfigurationType$outboundSchema: z.ZodNativeEnum<typeof ModelConfigurationType>;
|
|
1923
1983
|
/** @internal */
|
|
1984
|
+
export declare const ThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof ThinkingLevel>;
|
|
1985
|
+
/** @internal */
|
|
1986
|
+
export declare const ThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof ThinkingLevel>;
|
|
1987
|
+
/** @internal */
|
|
1924
1988
|
export declare const Thinking$inboundSchema: z.ZodType<Thinking, z.ZodTypeDef, unknown>;
|
|
1925
1989
|
/** @internal */
|
|
1926
1990
|
export type Thinking$Outbound = {
|
|
1927
1991
|
type: string;
|
|
1928
1992
|
budget_tokens: number;
|
|
1993
|
+
thinking_level?: string | undefined;
|
|
1929
1994
|
};
|
|
1930
1995
|
/** @internal */
|
|
1931
1996
|
export declare const Thinking$outboundSchema: z.ZodType<Thinking$Outbound, z.ZodTypeDef, Thinking>;
|
|
@@ -2139,11 +2204,16 @@ export declare const FallbackModelConfigurationType$inboundSchema: z.ZodNativeEn
|
|
|
2139
2204
|
/** @internal */
|
|
2140
2205
|
export declare const FallbackModelConfigurationType$outboundSchema: z.ZodNativeEnum<typeof FallbackModelConfigurationType>;
|
|
2141
2206
|
/** @internal */
|
|
2207
|
+
export declare const FallbackModelConfigurationThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof FallbackModelConfigurationThinkingLevel>;
|
|
2208
|
+
/** @internal */
|
|
2209
|
+
export declare const FallbackModelConfigurationThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof FallbackModelConfigurationThinkingLevel>;
|
|
2210
|
+
/** @internal */
|
|
2142
2211
|
export declare const FallbackModelConfigurationThinking$inboundSchema: z.ZodType<FallbackModelConfigurationThinking, z.ZodTypeDef, unknown>;
|
|
2143
2212
|
/** @internal */
|
|
2144
2213
|
export type FallbackModelConfigurationThinking$Outbound = {
|
|
2145
2214
|
type: string;
|
|
2146
2215
|
budget_tokens: number;
|
|
2216
|
+
thinking_level?: string | undefined;
|
|
2147
2217
|
};
|
|
2148
2218
|
/** @internal */
|
|
2149
2219
|
export declare const FallbackModelConfigurationThinking$outboundSchema: z.ZodType<FallbackModelConfigurationThinking$Outbound, z.ZodTypeDef, FallbackModelConfigurationThinking>;
|
|
@@ -2767,11 +2837,16 @@ export declare const CreateAgentType$inboundSchema: z.ZodNativeEnum<typeof Creat
|
|
|
2767
2837
|
/** @internal */
|
|
2768
2838
|
export declare const CreateAgentType$outboundSchema: z.ZodNativeEnum<typeof CreateAgentType>;
|
|
2769
2839
|
/** @internal */
|
|
2840
|
+
export declare const CreateAgentThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof CreateAgentThinkingLevel>;
|
|
2841
|
+
/** @internal */
|
|
2842
|
+
export declare const CreateAgentThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof CreateAgentThinkingLevel>;
|
|
2843
|
+
/** @internal */
|
|
2770
2844
|
export declare const CreateAgentThinking$inboundSchema: z.ZodType<CreateAgentThinking, z.ZodTypeDef, unknown>;
|
|
2771
2845
|
/** @internal */
|
|
2772
2846
|
export type CreateAgentThinking$Outbound = {
|
|
2773
2847
|
type: string;
|
|
2774
2848
|
budget_tokens: number;
|
|
2849
|
+
thinking_level?: string | undefined;
|
|
2775
2850
|
};
|
|
2776
2851
|
/** @internal */
|
|
2777
2852
|
export declare const CreateAgentThinking$outboundSchema: z.ZodType<CreateAgentThinking$Outbound, z.ZodTypeDef, CreateAgentThinking>;
|
|
@@ -2965,11 +3040,16 @@ export declare const CreateAgentFallbackModelConfigurationType$inboundSchema: z.
|
|
|
2965
3040
|
/** @internal */
|
|
2966
3041
|
export declare const CreateAgentFallbackModelConfigurationType$outboundSchema: z.ZodNativeEnum<typeof CreateAgentFallbackModelConfigurationType>;
|
|
2967
3042
|
/** @internal */
|
|
3043
|
+
export declare const CreateAgentFallbackModelConfigurationThinkingLevel$inboundSchema: z.ZodNativeEnum<typeof CreateAgentFallbackModelConfigurationThinkingLevel>;
|
|
3044
|
+
/** @internal */
|
|
3045
|
+
export declare const CreateAgentFallbackModelConfigurationThinkingLevel$outboundSchema: z.ZodNativeEnum<typeof CreateAgentFallbackModelConfigurationThinkingLevel>;
|
|
3046
|
+
/** @internal */
|
|
2968
3047
|
export declare const CreateAgentFallbackModelConfigurationThinking$inboundSchema: z.ZodType<CreateAgentFallbackModelConfigurationThinking, z.ZodTypeDef, unknown>;
|
|
2969
3048
|
/** @internal */
|
|
2970
3049
|
export type CreateAgentFallbackModelConfigurationThinking$Outbound = {
|
|
2971
3050
|
type: string;
|
|
2972
3051
|
budget_tokens: number;
|
|
3052
|
+
thinking_level?: string | undefined;
|
|
2973
3053
|
};
|
|
2974
3054
|
/** @internal */
|
|
2975
3055
|
export declare const CreateAgentFallbackModelConfigurationThinking$outboundSchema: z.ZodType<CreateAgentFallbackModelConfigurationThinking$Outbound, z.ZodTypeDef, CreateAgentFallbackModelConfigurationThinking>;
|
|
@@ -3066,9 +3146,9 @@ export declare const CreateAgentFallbackModelConfiguration$outboundSchema: z.Zod
|
|
|
3066
3146
|
export declare function createAgentFallbackModelConfigurationToJSON(createAgentFallbackModelConfiguration: CreateAgentFallbackModelConfiguration): string;
|
|
3067
3147
|
export declare function createAgentFallbackModelConfigurationFromJSON(jsonString: string): SafeParseResult<CreateAgentFallbackModelConfiguration, SDKValidationError>;
|
|
3068
3148
|
/** @internal */
|
|
3069
|
-
export declare const
|
|
3149
|
+
export declare const Model$inboundSchema: z.ZodType<Model, z.ZodTypeDef, unknown>;
|
|
3070
3150
|
/** @internal */
|
|
3071
|
-
export type
|
|
3151
|
+
export type Model$Outbound = {
|
|
3072
3152
|
id: string;
|
|
3073
3153
|
integration_id?: string | null | undefined;
|
|
3074
3154
|
parameters?: CreateAgentParameters$Outbound | undefined;
|
|
@@ -3076,9 +3156,9 @@ export type CreateAgentModel$Outbound = {
|
|
|
3076
3156
|
fallback_models?: Array<CreateAgentFallbackModelConfiguration2$Outbound | string> | null | undefined;
|
|
3077
3157
|
};
|
|
3078
3158
|
/** @internal */
|
|
3079
|
-
export declare const
|
|
3080
|
-
export declare function
|
|
3081
|
-
export declare function
|
|
3159
|
+
export declare const Model$outboundSchema: z.ZodType<Model$Outbound, z.ZodTypeDef, Model>;
|
|
3160
|
+
export declare function modelToJSON(model: Model): string;
|
|
3161
|
+
export declare function modelFromJSON(jsonString: string): SafeParseResult<Model, SDKValidationError>;
|
|
3082
3162
|
/** @internal */
|
|
3083
3163
|
export declare const CreateAgentTeamOfAgents$inboundSchema: z.ZodType<CreateAgentTeamOfAgents, z.ZodTypeDef, unknown>;
|
|
3084
3164
|
/** @internal */
|
|
@@ -3128,7 +3208,7 @@ export type CreateAgentResponseBody$Outbound = {
|
|
|
3128
3208
|
instructions: string;
|
|
3129
3209
|
status: string;
|
|
3130
3210
|
settings?: CreateAgentSettings$Outbound | undefined;
|
|
3131
|
-
model:
|
|
3211
|
+
model: Model$Outbound;
|
|
3132
3212
|
version_hash?: string | undefined;
|
|
3133
3213
|
path: string;
|
|
3134
3214
|
memory_stores: Array<string>;
|