Interface: VerificationSource
Defined in: packages/agentos/src/rag/citation/types.ts:47
A source document for verification.
Properties
content
content:
string
Defined in: packages/agentos/src/rag/citation/types.ts:49
Source text content.
title?
optionaltitle:string
Defined in: packages/agentos/src/rag/citation/types.ts:51
Source title or heading.
url?
optionalurl:string
Defined in: packages/agentos/src/rag/citation/types.ts:53
Source URL or file path.