Default behavior (wait=True)
wait=True (default), the SDK polls until terminal status.
Manual polling (wait=False)
wait() later
Timeout behavior
If timeout is exceeded, SDK raisesStewAITimeoutError.
A timeout does not cancel the run server-side.
Rate-limit behavior
During polling, if the API returns429 with Retry-After, the SDK waits that duration and continues polling.
