export type LlmProcessingType = "enrich" | "content"; export interface LlmProcessingMetadata { [key: string]: unknown; }