isFallback property

bool isFallback
final

True when the runtime returned a deterministic fallback rather than model output. Defaults to false (a genuine answer, or a cloud reply, or an older runtime that emits no meta). Clients must branch on this rather than matching the fallback's text.

Implementation

final bool isFallback;