openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
13 lines (12 loc) • 297 B
TypeScript
import { n as FailoverReason } from "./types-CMKgUJ7Q.js";
//#region src/agents/model-fallback.types.d.ts
type FallbackAttempt = {
provider: string;
model: string;
error: string;
reason?: FailoverReason;
status?: number;
code?: string;
};
//#endregion
export { FallbackAttempt as t };