Skip to content

Commit e87dd5a

Browse files
committed
add cas hitl for base tool class
1 parent 064c439 commit e87dd5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/uipath/agent/models/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ class BaseResourceProperties(BaseCfg):
272272
"""Base resource properties model."""
273273

274274
example_calls: Optional[list[ExampleCall]] = Field(None, alias="exampleCalls")
275+
require_conversational_confirmation: bool = Field(
276+
default=False, alias="requireConversationalConfirmation"
277+
)
275278

276279

277280
class AgentToolSettings(BaseCfg):

0 commit comments

Comments
 (0)