fix(insider-ownership): raise default limit to avoid missing execs - #287
Open
be-digital-it wants to merge 1 commit into
Open
be-digital-it wants to merge 1 commit into
be-digital-it wants to merge 1 commit into
Conversation
get_insider_ownership sorts newest-filing-first across ALL insiders (not per-insider), so a low default limit can push a specific executive past the page when several people filed Form 3 on the same date (e.g. an IPO batch). Confirmed this caused a wrong answer in production: asked for CRDO's CTO, the tool's default limit=10 excluded Cheng Chi Fung (CTO, Form 3 filed 2026-01-26, ranked 13th) and the agent then falsely claimed SEC data doesn't identify a CTO. Bump default limit 10 -> 30 and add router guidance to use a generous limit (or get_insider_names first) for role-based queries without a known name. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
get_insider_ownership sorts newest-filing-first across ALL insiders (not per-insider), so a low default limit can push a specific executive past the page when several people filed Form 3 on the same date (e.g. an IPO batch). Confirmed this caused a wrong answer in production: asked for CRDO's CTO, the tool's default limit=10 excluded Cheng Chi Fung (CTO, Form 3 filed 2026-01-26, ranked 13th) and the agent then falsely claimed SEC data doesn't identify a CTO.
Bump default limit 10 -> 30 and add router guidance to use a generous limit (or get_insider_names first) for role-based queries without a known name.