Interface: ClaimVerdict
Defined in: packages/agentos/src/rag/citation/types.ts:10
Verdict for a single verified claim.
Properties
confidence
confidence:
number
Defined in: packages/agentos/src/rag/citation/types.ts:16
Cosine similarity to best-matching source (0-1).
sourceIndex?
optionalsourceIndex:number
Defined in: packages/agentos/src/rag/citation/types.ts:18
Index of the best-matching source in the input array.
sourceRef?
optionalsourceRef:string
Defined in: packages/agentos/src/rag/citation/types.ts:22
Source URL or file path.
sourceSnippet?
optionalsourceSnippet:string
Defined in: packages/agentos/src/rag/citation/types.ts:20
The matching source fragment (truncated to 200 chars).
text
text:
string
Defined in: packages/agentos/src/rag/citation/types.ts:12
The atomic claim text.
verdict
verdict:
"supported"|"contradicted"|"unverifiable"|"weak"
Defined in: packages/agentos/src/rag/citation/types.ts:14
Verification verdict.
webVerified?
optionalwebVerified:boolean
Defined in: packages/agentos/src/rag/citation/types.ts:24
True if this claim was verified via web search fallback.