Skip to content

Commit 03421f8

Browse files
committed
feat: add cas hitl for base tool class
1 parent 064c439 commit 03421f8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uipath"
3-
version = "2.9.12"
3+
version = "2.9.13"
44
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

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):

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)