MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / CitationMetadata

Interface CitationMetadata

packages/baseai/types/providers.ts:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 * Citation in message
202 */
203export interface CitationMetadata {
204 citationSources?: CitationSource[];
205}
206
207export interface CitationSource {
208 startIndex?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected