Exception raised when model call limits are exceeded.
This exception is raised when the configured exit behavior is 'error' and either
the thread or run model call limit has been exceeded.
ModelCallLimitExceededError(
self,
thread_count: int,
run_count: int,
thread_limit: int | None,
run_limit: int | None
)