Skip to content

Graphorin API reference v0.15.1


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

Stable taxonomy returned by isAgentFallbackEligible on eligible errors.