/** Shared correlation detail for activating a run from any agent/evaluation surface. */ export interface AgentRunActivateDetail{readonly runId:string;readonly run?:TRun;}