Skip to content

Commit 6a82c95

Browse files
aditik0303claude
andcommitted
docs(governance): address Copilot review on the LlamaIndex adapter
Module docstring: registers via the uipath.governance.adapters entry point, not at import time. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e3f0e0e commit 6a82c95

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • packages/uipath-llamaindex/src/uipath_llamaindex/governance

packages/uipath-llamaindex/src/uipath_llamaindex/governance/adapter.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
governance host and are intentionally not fired here.
2727
2828
Contracts and the evaluator protocol come from ``uipath-core``; this package
29-
contributes only the LlamaIndex-specific implementation and self-registers it
30-
with the global adapter registry when ``uipath_llamaindex.governance`` is
31-
imported.
29+
contributes only the LlamaIndex-specific implementation and registers it with
30+
the adapter registry via the ``uipath.governance.adapters`` entry point.
3231
3332
Audit emission and enforcement (raising :class:`GovernanceBlockException` on
3433
DENY) are owned by the evaluator. The handler only extracts payloads and calls

0 commit comments

Comments
 (0)