@ironcode-ai/sdk 1.14.0 → 1.15.1

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.
@@ -1616,6 +1616,10 @@ export type Config = {
1616
1616
  * Enable OpenTelemetry spans for AI SDK calls (using the 'experimental_telemetry' flag)
1617
1617
  */
1618
1618
  openTelemetry?: boolean;
1619
+ /**
1620
+ * Enable experimental provider round-robin selection for compatible models
1621
+ */
1622
+ provider_round_robin?: boolean;
1619
1623
  /**
1620
1624
  * Enable provider-specific tools (e.g. 'anthropic:web_search', 'openai:web_search', 'google:google_search', 'xai:x_search'). Use 'anthropic:*' to enable all tools for a provider.
1621
1625
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ironcode-ai/sdk",
4
- "version": "1.14.0",
4
+ "version": "1.15.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {