@ironcode-ai/sdk 1.12.0 → 1.12.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.
@@ -1612,6 +1612,10 @@ export type Config = {
1612
1612
  * Enable OpenTelemetry spans for AI SDK calls (using the 'experimental_telemetry' flag)
1613
1613
  */
1614
1614
  openTelemetry?: boolean;
1615
+ /**
1616
+ * 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.
1617
+ */
1618
+ provider_tools?: Array<string>;
1615
1619
  /**
1616
1620
  * Tools that should only be available to primary agents.
1617
1621
  */
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.12.0",
4
+ "version": "1.12.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {