export interface SoftTimeoutConfigOverride { /** Message to show when soft timeout is reached while waiting for LLM response */ message?: string; }