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

    Type Alias BaseLlmType

    BaseLlmType: new (params: { model: string }) => BaseLlm & {
        supportedModels: (string | RegExp)[];
    }

    type[BaseLlm] equivalent in TypeScript, represents a class that can be new-ed to create a BaseLlm instance.