Error when agent execution is cancelled.
Raised when an agent execution is explicitly cancelled by the user or system.
@type t() :: %Nous.Errors.ExecutionCancelled{ __exception__: true, message: String.t(), reason: String.t() | nil }