/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * 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; };