Commit f011689
committed
fix(prompt): reapply WeCom-style MEDIA literal fix for QQ hint
Upstream's QQ platform hint (added in the salvaged PR NousResearch#10935/NousResearch#10940 block
that landed during this merge) re-introduced the 'MEDIA:/absolute/path/to/file'
literal that our prior commit 03f8a5e fixed for WeCom. The
ANTHROPIC_OAUTH_BLOCKED_LITERALS guard test flagged it.
Same fix pattern: 'absolute' -> 'full' to break tokenization.1 parent 4fac3ad commit f011689
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
| 383 | + | |
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| |||
0 commit comments