Skip to content

feat: add unused LLM output detector (#142)#144

Open
harshil-1402 wants to merge 1 commit into
sentinelrca:mainfrom
harshil-1402:feature/unused-llm-output
Open

feat: add unused LLM output detector (#142)#144
harshil-1402 wants to merge 1 commit into
sentinelrca:mainfrom
harshil-1402:feature/unused-llm-output

Conversation

@harshil-1402

Copy link
Copy Markdown

Implements the Unused LLM Output detector as described in #142.

Changes:

  • Created UnusedLlmOutputDetector class to flag when an LLM call's output is generated but never referenced by downstream or parent span attributes.
  • Registered the detector in the registry list (detectors/__init__.py).
  • Added comprehensive unit tests in tests/unit/rules/test_unused_llm_output.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant