ADK for TypeScript: API Reference
    Preparing search index...

    Class RoutedLlm

    A BaseLlm implementation that delegates to one of multiple models based on a router function.

    Hierarchy (View Summary)

    Constructors

    Properties

    "[BASE_MODEL_SYMBOL]": true

    A unique symbol to identify BaseLlm classes.

    model: string
    supportedModels: (string | RegExp)[] = []

    List of supported models in regex for LlmRegistry.

    Accessors

    • get trackingHeaders(): Record<string, string>

      Returns Record<string, string>

    Methods