Skip to content

Commit 2ad8991

Browse files
committed
fix: add persona field to AgentSettings
1 parent 3892693 commit 2ad8991

3 files changed

Lines changed: 53 additions & 14 deletions

File tree

packages/uipath/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.10.4"
3+
version = "2.10.5"
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"

packages/uipath/src/uipath/agent/models/agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@ class AgentSettings(BaseCfg):
10991099
temperature: float
11001100
byom_properties: Optional[AgentByomProperties] = Field(None, alias="byomProperties")
11011101
max_iterations: Optional[int] = Field(None, alias="maxIterations")
1102+
persona: Optional[str] = Field(None, alias="persona")
11021103

11031104

11041105
class AgentDefinition(BaseModel):

packages/uipath/uv.lock

Lines changed: 51 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)