@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.
@@ -1383,7 +1383,7 @@ var OpenRouterChatLanguageModel = class {
1383
1383
  type: "function",
1384
1384
  function: {
1385
1385
  name: tool.name,
1386
- description: tool.type,
1386
+ description: tool.description,
1387
1387
  parameters: tool.inputSchema
1388
1388
  }
1389
1389
  }));