/** * One mentor that should consume the source mentor's system prompt. */ export type SharedSystemPromptTarget = { platform_key: string; /** * Target mentor's unique_id, slug or name, within platform_key. */ mentor: string; };