Skip to content

Commit 63014f2

Browse files
mjnoviceclaude
andcommitted
feat: add memorySpace to GenericResourceOverwrite types
Add "memorySpace" to the resource_type Literal in GenericResourceOverwrite so that memory space resource overwrites are recognized by the ResourceOverwriteParser during agent debug. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 28ad47c commit 63014f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/uipath-platform/src/uipath/platform/common

packages/uipath-platform/src/uipath/platform/common/_bindings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class GenericResourceOverwrite(ResourceOverwrite):
6060
"mcpServer",
6161
"queue",
6262
"remoteA2aAgent",
63+
"memorySpace",
6364
]
6465
name: str = Field(alias="name")
6566
folder_path: str = Field(alias="folderPath")

0 commit comments

Comments
 (0)