Skip to content

Commit 90671be

Browse files
feat: add hitl decorator
1 parent dd973a9 commit 90671be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/uipath-llamaindex/samples/chat-agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
description = "chat-agent"
55
authors = [{ name = "John Doe", email = "john.doe@myemail.com" }]
66
dependencies = [
7-
"uipath-llamaindex==0.5.6.dev1001950926",
7+
"uipath-llamaindex==0.5.6.dev1001950927",
88
"llama-index-llms-openai>=0.6.10",
99
"llama-index-tools-tavily-research>=0.4.2",
1010
"llama-index-llms-openai>=0.6.18"
@@ -14,7 +14,7 @@ requires-python = ">=3.11"
1414

1515
[dependency-groups]
1616
dev = [
17-
"uipath-dev @ file:///C:/Users/gabriel.vasilescu/source/repos/uipath-dev-python",
17+
"uipath-dev>=0.0.19",
1818
]
1919

2020
[[tool.uv.index]]

0 commit comments

Comments
 (0)