Commit 6c65f92
Add user_email field to Holmes chat params (#2084)
Declare user_email explicitly on HolmesChatParams and HolmesChatRequest
to match the existing pattern for sibling fields like request_type and
request_source. The frontend has started sending user_email; while the
extra="allow" config would forward it transparently, an explicit field
gives validation, IDE hints, and a documented contract.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 645b150 commit 6c65f92
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments