@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.js CHANGED
@@ -1429,7 +1429,7 @@ var OpenRouterChatLanguageModel = class {
1429
1429
  type: "function",
1430
1430
  function: {
1431
1431
  name: tool.name,
1432
- description: tool.type,
1432
+ description: tool.description,
1433
1433
  parameters: tool.inputSchema
1434
1434
  }
1435
1435
  }));