export interface SoftTimeoutConfigOverride { /** Message to show when the first soft timeout is reached while waiting for LLM response. Supports dynamic variables (e.g., {{system__time}}, {{custom_variable}}). */ message?: string; }