Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/confidence-filter.ts
Deduplicate issues from multiple agents.
Two issues are considered duplicates when they share the same file, line, and category. When duplicates are found, the issue with the highest confidence is kept.
Signature
tsfunction deduplicateIssues(issues: ScoredIssue[]): ScoredIssue[]
Parameters
| Name | Type |
|---|---|
issues | ScoredIssue[] |
Returns: ScoredIssue[]
Was this page helpful?