Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / fallback / AgentFallbackReason
Type Alias: AgentFallbackReason
ts
type AgentFallbackReason = "rate-limit" | "capacity" | "context-length" | "transient";Defined in: packages/agent/src/fallback/index.ts:46
Stable taxonomy returned by isAgentFallbackEligible on eligible errors.