We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf6c09 commit 07629dcCopy full SHA for 07629dc
packages/uipath/src/uipath/agent/models/agent.py
@@ -282,6 +282,9 @@ class BaseResourceProperties(BaseCfg):
282
"""Base resource properties model."""
283
284
example_calls: Optional[list[ExampleCall]] = Field(None, alias="exampleCalls")
285
+ require_conversational_confirmation: bool = Field(
286
+ default=False, alias="requireConversationalConfirmation"
287
+ )
288
289
290
class AgentToolSettings(BaseCfg):
0 commit comments