MCPcopy
hub / github.com/kirodotdev/Kiro / ClassificationResult

Interface ClassificationResult

scripts/data_models.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4
5export interface ClassificationResult {
6 recommended_labels: string[];
7 confidence_scores: Record<string, number>;
8 reasoning: string;
9 error?: string;
10}
11
12export interface DuplicateMatch {
13 issue_number: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected