feat(explorer): add config for intelligence level to client#103873
Merged
feat(explorer): add config for intelligence level to client#103873
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #103873 +/- ##
===========================================
+ Coverage 80.58% 80.59% +0.01%
===========================================
Files 9292 9296 +4
Lines 396718 396887 +169
Branches 25286 25286
===========================================
+ Hits 319681 319870 +189
+ Misses 76577 76557 -20
Partials 460 460 |
Mihir-Mavalankar
approved these changes
Nov 24, 2025
| self.user = user | ||
| self.artifact_schema = artifact_schema | ||
| self.custom_tools = custom_tools or [] | ||
| self.intelligence_level = intelligence_level |
Contributor
There was a problem hiding this comment.
So do we pick the model on the based on the intelligence_level level? Like 2.5 Flash-lite for low or Sonnet 4.5 / Opus 4 for high?
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds the ability to configure intelligence in the explorer client. We don't expose specific LLM configs but allow the dev to pick between low, medium, and high (reason for this is LLM landscape is constantly changing and there's a lot of stuff we don't want the average dev in
sentryto think about; it'll be up to theseerplatform to decide the best models for each level).Also tacking on some comment cleanup.
Requires https://github.com/getsentry/seer/pull/4098. Closes AIML-1660