AAI SDK
    Preparing search index...

    Type Alias LlmProvider

    LlmProvider: ProviderDescriptor<string, Record<string, unknown>> & {
        __stage?: "llm";
    }

    Descriptor for an LLM provider. Returned by factories like anthropic(...) from @alexkroman1/aai/llm.

    Type Declaration

    • Optional Readonly__stage?: "llm"

      Compile-time stage tag; never present at runtime.