Skip to content

ref(explorer): Set reasoning_effort to medium for explorer chat#112956

Merged
JoshFerge merged 2 commits into
masterfrom
jferg/explorer-chat-reasoning-effort-medium
Apr 14, 2026
Merged

ref(explorer): Set reasoning_effort to medium for explorer chat#112956
JoshFerge merged 2 commits into
masterfrom
jferg/explorer-chat-reasoning-effort-medium

Conversation

@JoshFerge
Copy link
Copy Markdown
Member

@JoshFerge JoshFerge commented Apr 14, 2026

Summary

  • Sets reasoning_effort="medium" on the interactive explorer chat SeerExplorerClient, up from the seer-side default of "low"
  • Paired with getsentry/seer#5775 which adds reasoning_effort as a dimension in satisfaction metrics so we can measure the impact

Note on bugbot comment: reasoning_effort is only sent on start_run, not continue_run. This is fine because seer persists reasoning_effort in the ExplorerState at start_run time and reads it from the stored state on subsequent requests — continue_run does not read reasoning_effort from the request payload.

Test plan

  • Monitor satisfaction metrics after deploy, faceting by reasoning_effort to compare medium vs low

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 14, 2026
@JoshFerge JoshFerge marked this pull request as ready for review April 14, 2026 18:56
@JoshFerge JoshFerge requested a review from a team as a code owner April 14, 2026 18:56
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e698275. Configure here.

Comment thread src/sentry/seer/endpoints/organization_seer_explorer_chat.py
@JoshFerge JoshFerge merged commit be44ff4 into master Apr 14, 2026
57 checks passed
@JoshFerge JoshFerge deleted the jferg/explorer-chat-reasoning-effort-medium branch April 14, 2026 19:30
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants