Skip to content

Conversation

@rabsef-bicrym
Copy link

Summary

  • Added 'neural' to the type union in ExaSearchRequest interface
  • Fixes TypeScript error in linkedInSearch.ts which uses type: "neural"

Root Cause

The Exa API supports four search types: auto, neural, fast, and deep. The type definition was missing neural, causing:

src/tools/linkedInSearch.ts(47,11): error TS2322: Type '"neural"' is not assignable to type '"auto" | "fast" | "deep"'.

Test plan

  • npx tsc --noEmit passes with no errors

🤖 Generated with Claude Code

The Exa API supports 'neural' as a valid search type but it was missing
from the TypeScript type definition, causing a type error in
linkedInSearch.ts.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
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