Skip to content

deduplicateIssues

reference
1 min readUpdated

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

ts
function deduplicateIssues(issues: ScoredIssue[]): ScoredIssue[]

Parameters

NameType
issuesScoredIssue[]

Returns: ScoredIssue[]

Was this page helpful?

Download as PDF