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

Interface CitationSource

packages/baseai/types/providers.ts:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207export interface CitationSource {
208 startIndex?: number;
209 endIndex?: number;
210 uri?: string;
211 license?: string;
212}
213
214export interface BaseResponse {
215 object: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected