/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * templateId: "template_id" * } */ export interface ThreadGetUserContextRequest { /** * Optional template ID to use for custom context rendering. */ templateId?: string; }