Commit ee92066
authored
ref(dashboards): Set reasoning_effort to medium for dashboard generation (#112955)
## Summary
- Sets `reasoning_effort="medium"` on the `SeerExplorerClient` used for
agentic dashboard generation
- Seer's Explorer module defaults reasoning_effort to `"low"` for all
intelligence levels — this bumps dashboard generation to `"medium"` for
better output quality
## Test plan
- Updated existing tests to assert the new `reasoning_effort` kwarg is
passed through1 parent 7e460cf commit ee92066
File tree
2 files changed
+3
-0
lines changed- src/sentry/dashboards/endpoints
- tests/sentry/dashboards/endpoints
2 files changed
+3
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
0 commit comments