We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558a044 commit ebad5d0Copy full SHA for ebad5d0
1 file changed
src/uipath/_cli/_runtime/_contracts.py
@@ -315,7 +315,7 @@ class UiPathRuntimeContext(BaseModel):
315
chat_handler: Optional[UiPathConversationHandler] = None
316
is_conversational: Optional[bool] = None
317
318
- model_config = {"arbitrary_types_allowed": True, "extra": "allow"}
+ model_config = {"arbitrary_types_allowed": True} # "extra": "allow"} # DO NOT MERGE
319
320
@classmethod
321
def with_defaults(cls: type[C], config_path: Optional[str] = None, **kwargs) -> C:
0 commit comments