ai.errors.StepBudgetExceeded

The runner hit its step budget. Unlike the client-layer failures above, this is thrown AFTER turns were committed to the journal — and any tools those turns called have already run. Local state advanced, so a blind replay is not safe.

Reference version

Signature

class ai.errors.StepBudgetExceeded

The runner hit its step budget. Unlike the client-layer failures above, this is thrown AFTER turns were committed to the journal — and any tools those turns called have already run. Local state advanced, so a blind replay is not safe.

Source:<builtin>/ai/ns_errors/errors.bamlbytes 83228491

Fields

steps

int

Implementations