Commit 00008a8
Managed Agents: fix statuses query param + dedupe updateAgent metadata
- listSessions sent statuses as `statuses`; the API requires the bracketed
array name `statuses[]` (400 otherwise). Verified live that both
`created_at[gte/lte]` and `statuses[]` filters are now accepted.
- updateAgent now uses the shared metadataPatchJson helper instead of an
inline copy.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 08864f8 commit 00008a8
2 files changed
Lines changed: 3 additions & 6 deletions
File tree
- anthropic-client/src/main/scala/io/cequence/openaiscala/anthropic/service/impl
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | 385 | | |
390 | 386 | | |
391 | 387 | | |
| |||
395 | 391 | | |
396 | 392 | | |
397 | 393 | | |
398 | | - | |
| 394 | + | |
399 | 395 | | |
400 | 396 | | |
401 | 397 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
0 commit comments