Commit 17efe1a
[CI] Also disable prompt caching for NVIDIA inference proxy
NVIDIA/OSMO's claude workflow (testbot-respond.yaml) sets BOTH
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 and DISABLE_PROMPT_CACHING=1
because the NVIDIA gateway rejects two fields the SDK sends by
default: `context_management` (beta) and `cache_control.ephemeral.scope`
(prompt caching). Adding the second env var preemptively so we don't
hit a follow-up 400 after the first fix lands.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>1 parent ece0b68 commit 17efe1a
2 files changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments