Skip to content

Commit d5c3a80

Browse files
fix: escalation span (#580)
1 parent be8e25f commit d5c3a80

3 files changed

Lines changed: 4 additions & 2 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-langchain"
3-
version = "0.5.56"
3+
version = "0.5.57"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"

src/uipath_langchain/agent/tools/escalation_tool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ async def escalation_wrapper(
277277
"display_name": channel.properties.app_name,
278278
"channel_type": channel.type,
279279
"recipient": None,
280+
"args_schema": input_model,
281+
"output_schema": output_model,
280282
},
281283
)
282284
tool.set_tool_wrappers(awrapper=escalation_wrapper)

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)