Commit 9406acc
committed
fix(protocol): allow paperclip field in AgentParamsSchema
Paperclip agent injects a 'paperclip' property into agent invocation
payloads, but gateway validation rejects unknown fields due to
additionalProperties: false. Add optional paperclip field to allow
third-party integrations without breaking validation.
Fixes #746351 parent 9cb71f7 commit 9406acc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| |||
0 commit comments