Interface: VerificationSource
Defined in: packages/agentos/src/cognition/rag/citation/types.ts:62
A source document for verification.
Properties
content
content:
string
Defined in: packages/agentos/src/cognition/rag/citation/types.ts:64
Source text content.
title?
optionaltitle:string
Defined in: packages/agentos/src/cognition/rag/citation/types.ts:66
Source title or heading.
url?
optionalurl:string
Defined in: packages/agentos/src/cognition/rag/citation/types.ts:68
Source URL or file path.