@openrouter/ai-sdk-provider 1.1.0 → 1.1.2

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.mjs CHANGED
@@ -1394,7 +1394,7 @@ var OpenRouterChatLanguageModel = class {
1394
1394
  type: "function",
1395
1395
  function: {
1396
1396
  name: tool.name,
1397
- description: tool.type,
1397
+ description: tool.description,
1398
1398
  parameters: tool.inputSchema
1399
1399
  }
1400
1400
  }));