FallbackStrategy: "None" | "Default" | {
    Model: string;
}

Specifies the fallback strategy for LLM processing

This can be:

  1. None - No fallback will be used
  2. Default - The system default fallback model will be used
  3. Model - A specific model ID will be used as fallback (check the documentation for the models.)

Type declaration

  • Model: string

    Use a specific model as fallback