Skip to content

Commit 5bb9bdb

Browse files
mike-deem-uipathcristipufu
authored andcommitted
feat: conversational agent support
1 parent 637170a commit 5bb9bdb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-runtime"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
description = "Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath/runtime/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class UiPathRuntimeContext(BaseModel):
4343
config_path: str = "uipath.json"
4444
runtime_dir: str | None = "__uipath"
4545
result_file: str = "output.json"
46-
state_file: str = "state.db"
46+
state_file: str | None = None
4747
input_file: str | None = None
4848
output_file: str | None = None
4949
trace_file: str | None = None

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)