Commit d83a280
fix: accept remoteA2aAgent in GenericResourceOverwrite
Solutions with Remote A2A agent resources send down runtime overwrites
keyed by 'remoteA2aAgent.<name>[.<folder>]'. The discriminated union in
ResourceOverwriteParser rejected the unknown tag, failing Pydantic
validation of the whole overwrite batch and preventing the agent from
starting with a 'union_tag_invalid' error.
Extend the Literal to include 'remoteA2aAgent' (same shape as other
generic name+folderPath overwrites). Bumps uipath-platform to 0.1.33.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dbf6bff commit d83a280
4 files changed
Lines changed: 35 additions & 3 deletions
File tree
- packages
- uipath-platform
- src/uipath/platform/common
- uipath
- tests/sdk
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments