@openrouter/ai-sdk-provider 1.1.0 → 1.1.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.
@@ -1349,7 +1349,7 @@ var OpenRouterChatLanguageModel = class {
1349
1349
  type: "function",
1350
1350
  function: {
1351
1351
  name: tool.name,
1352
- description: tool.type,
1352
+ description: tool.description,
1353
1353
  parameters: tool.inputSchema
1354
1354
  }
1355
1355
  }));