Search the web using Tavily AI-powered search API
  • TypeScript 71.2%
  • JavaScript 28.8%
Find a file
James Peret 2f0e46fb9c
Fix null answer ZodError and rename tool to kebab-case
Tavily API returns null for answer field when no summary available;
changed .optional() to .nullish() in both response schemas. Renamed
tool from webSearchTavily to web-search-tavily for naming consistency.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 18:30:57 -03:00
src Fix null answer ZodError and rename tool to kebab-case 2026-04-06 18:30:57 -03:00
tests Initial implementation of web-search-tavily-tool 2025-09-14 05:17:02 -03:00
.gitignore Initial implementation of web-search-tavily-tool 2025-09-14 05:17:02 -03:00
package-lock.json Upgrade to AI SDK V6: bump ai/ai-sdk packages to V6 2026-03-09 17:24:58 -03:00
package.json Upgrade to AI SDK V6: bump ai/ai-sdk packages to V6 2026-03-09 17:24:58 -03:00
tsconfig.json Initial implementation of web-search-tavily-tool 2025-09-14 05:17:02 -03:00