We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064c439 commit e87dd5aCopy full SHA for e87dd5a
src/uipath/agent/models/agent.py
@@ -272,6 +272,9 @@ class BaseResourceProperties(BaseCfg):
272
"""Base resource properties model."""
273
274
example_calls: Optional[list[ExampleCall]] = Field(None, alias="exampleCalls")
275
+ require_conversational_confirmation: bool = Field(
276
+ default=False, alias="requireConversationalConfirmation"
277
+ )
278
279
280
class AgentToolSettings(BaseCfg):
0 commit comments