@runtypelabs/sdk 4.3.0 → 4.4.0

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/dist/index.d.cts CHANGED
@@ -749,7 +749,6 @@ interface paths {
749
749
  transport?: "streamable_http" | "rest";
750
750
  url: string;
751
751
  }[];
752
- parallelCalls?: boolean;
753
752
  perToolLimits?: {
754
753
  [key: string]: {
755
754
  maxCalls?: number;
@@ -1405,7 +1404,6 @@ interface paths {
1405
1404
  transport?: "streamable_http" | "rest";
1406
1405
  url: string;
1407
1406
  }[];
1408
- parallelCalls?: boolean;
1409
1407
  perToolLimits?: {
1410
1408
  [key: string]: {
1411
1409
  maxCalls?: number;
@@ -34362,7 +34360,6 @@ interface ToolsConfig {
34362
34360
  mcpServers?: CustomMCPServer[];
34363
34361
  maxToolCalls?: number;
34364
34362
  toolCallStrategy?: 'auto' | 'required' | 'none';
34365
- parallelCalls?: boolean;
34366
34363
  toolConfigs?: Record<string, JsonObject>;
34367
34364
  }
34368
34365
  interface ReasoningConfig {
package/dist/index.d.ts CHANGED
@@ -749,7 +749,6 @@ interface paths {
749
749
  transport?: "streamable_http" | "rest";
750
750
  url: string;
751
751
  }[];
752
- parallelCalls?: boolean;
753
752
  perToolLimits?: {
754
753
  [key: string]: {
755
754
  maxCalls?: number;
@@ -1405,7 +1404,6 @@ interface paths {
1405
1404
  transport?: "streamable_http" | "rest";
1406
1405
  url: string;
1407
1406
  }[];
1408
- parallelCalls?: boolean;
1409
1407
  perToolLimits?: {
1410
1408
  [key: string]: {
1411
1409
  maxCalls?: number;
@@ -34362,7 +34360,6 @@ interface ToolsConfig {
34362
34360
  mcpServers?: CustomMCPServer[];
34363
34361
  maxToolCalls?: number;
34364
34362
  toolCallStrategy?: 'auto' | 'required' | 'none';
34365
- parallelCalls?: boolean;
34366
34363
  toolConfigs?: Record<string, JsonObject>;
34367
34364
  }
34368
34365
  interface ReasoningConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",