fix: improve snapshot competitor extraction#194
Merged
Conversation
- Increase answer text clip limit from 420 to 2000 chars so analysis LLM can see competitor names in full responses - Strengthen batch analysis prompt to emphasize competitor extraction as the most critical field - Increase per-assessment competitor limit from 6 to 10
This was referenced Mar 30, 2026
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.
Fixes #193
Changes
Increased answer text clip limit from 420 to 2,000 characters. Provider responses are typically 1,500–7,000 chars, and competitor names appear throughout. The analysis LLM was seeing truncated text and couldn't extract competitor names.
Strengthened batch analysis prompt to emphasize competitor extraction as the most critical field. Added explicit instructions to extract every company/brand name recommended in the response.
Increased per-assessment competitor limit from 6 to 10 to accommodate responses that list many alternatives.
Root Cause
The snapshot report was returning empty
recommendedCompetitorsarrays despite provider responses containing multiple named competitors. Two factors:Testing