Skip to main content

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?

optional title: string

Defined in: packages/agentos/src/rag/citation/types.ts:51

Source title or heading.


url?

optional url: string

Defined in: packages/agentos/src/rag/citation/types.ts:53

Source URL or file path.