Skip to content

Commit 2647337

Browse files
feat(datafabric): fetch ontology R2RML alongside OWL
1 parent a975707 commit 2647337

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/uipath_langchain/agent/tools/datafabric_tool/ontology_fetch_tool.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,9 @@ def create_ontology_fetch_tool(
155155
tool_name: The tool name exposed to the LLM.
156156
157157
Returns:
158-
A ``BaseUiPathStructuredTool`` that fetches the OWL of every configured
159-
ontology and returns them as the tool result (one ToolMessage).
158+
A ``BaseUiPathStructuredTool`` that fetches the OWL schema (and, when
159+
available, the R2RML mapping) of every configured ontology and returns
160+
them concatenated as the tool result (one ToolMessage).
160161
"""
161162
names = ", ".join(name for name, _ in ontologies) or "(none)"
162163
return BaseUiPathStructuredTool(

0 commit comments

Comments
 (0)