Commit cc46273
fix(autofix): Stream content with streaming variant, drop thinking_content fallback
The artifact loading card renders the streamed content from `message.content`.
Apply the `streaming` variant to `<Markdown>` and drop the `thinking_content`
fallback — streamed output is in `content`, not `thinking_content`.
Also removes the stale 'Thinking...' sentinel check that is no longer sent
by the backend.
Co-Authored-By: sentry-junior[bot] <264270552+sentry-junior[bot]@users.noreply.github.com>1 parent 7af706b commit cc46273
1 file changed
Lines changed: 2 additions & 6 deletions
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 42 | + | |
| 43 | + | |
48 | 44 | | |
49 | 45 | | |
50 | 46 | | |
| |||
0 commit comments