Skip to content

feat(tools-registry): update tako-search entry - #18380

Open
25eliu wants to merge 1 commit into
vercel:mainfrom
25eliu:fix/tako-registry-entry
Open

feat(tools-registry): update tako-search entry#18380
25eliu wants to merge 1 commit into
vercel:mainfrom
25eliu:fix/tako-registry-entry

Conversation

@25eliu

@25eliu 25eliu commented Aug 4, 2026

Copy link
Copy Markdown

Corrects three fields on the existing tako-search entry in content/tools-registry/registry.ts. No new entry, no new page — the listing already exists and renders at /resources/tools/tako-search.

Changes

Field Before After
description Covers takoSearch only Covers all three tools the package exports
docsUrl github.com/TakoData/ai-sdk#readme docs.tako.com/documentation/integrations/vercel-ai-sdk
apiKeyUrl https://tako.com https://tako.com/console/api-keys

description@takoviz/ai-sdk exports takoSearch, takoAnswer, and takoContents. The current text describes only the first, so the card understates the package.

docsUrl — this is the card's "Learn More" link, and it currently lands on a GitHub README. Repointed at our AI SDK integration guide, matching how neighbouring entries link to a vendor-hosted integration page (exadocs.exa.ai/reference/vercel, tavilydocs.tavily.com/documentation/integrations/vercel, firecrawldocs.firecrawl.dev/integrations/ai-sdk, valyudocs.valyu.ai/integrations/vercel-ai-sdk).

apiKeyUrl — this is the "Get API Key" button. The site root leaves the reader to find the key page themselves; this links directly to it.

Deliberately unchanged

  • slug stays tako-search, so the existing /resources/tools/tako-search URL keeps working.
  • codeExample is already correct — it imports isStepCount and typechecks against ai@7.0.0. Left alone.
  • model: 'openai/gpt-5.2' is current and used by other entries in the file.

Verification

  • Both new URLs return 200
  • registry.ts typechecks after the edit
  • Quoting follows .oxfmtrc.jsonc (singleQuote: true; the old value needed double quotes only for an apostrophe, which the new text doesn't contain)
  • Content-only change, so no changeset (per CONTRIBUTING, changesets aren't needed for docs)
  • Branched from main, independent of docs: add Tako community provider #18355

Related

#18355 proposed a full community-provider page for Tako. I've parked that as a draft — the tools registry looks like the right home for a tool-only package, and this PR makes the existing entry point at the documentation instead of duplicating it.

The @takoviz/ai-sdk package exports three tools (takoSearch, takoAnswer,
takoContents), but the description covers only search. Restates it to
describe the package.

Also repoints two links: docsUrl went to the GitHub README rather than
the AI SDK integration guide on docs.tako.com, and apiKeyUrl went to the
site root rather than the API keys page.

The slug is unchanged so /resources/tools/tako-search keeps working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant