Spaces:
Running
Running
File size: 154 Bytes
f1f74fb | 1 2 3 4 5 6 | from __future__ import annotations
class InactiveStepError(RuntimeError):
"""Raised when Backend no longer accepts work for the current AI step."""
|