| 201 | * Citation in message |
| 202 | */ |
| 203 | export interface CitationMetadata { |
| 204 | citationSources?: CitationSource[]; |
| 205 | } |
| 206 | |
| 207 | export interface CitationSource { |
| 208 | startIndex?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected