/** * A mentor currently consuming the source's prompt. */ export type SharedSystemPromptConsumer = { unique_id: string; name: string; slug: string; platform_key: string | null; };