Skip to content

Commit dd572e4

Browse files
authored
fix: add output schema for context tool on batch transform attachment (#664)
1 parent 9a58c20 commit dd572e4

3 files changed

Lines changed: 3 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.8.4"
3+
version = "0.8.5"
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/context_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ async def context_batch_transform_wrapper(
368368
"display_name": resource.name,
369369
"index_name": resource.index_name,
370370
"context_retrieval_mode": resource.settings.retrieval_mode,
371+
"output_schema": output_model,
371372
},
372373
)
373374
tool.set_tool_wrappers(awrapper=context_batch_transform_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)