Agent Client Protocol - v0.22.1
    Preparing search index...

    Type Alias ProviderCurrentConfigExperimental

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    Current effective non-secret routing configuration for a provider.

    type ProviderCurrentConfig = {
        apiType: LlmProtocol;
        baseUrl: string;
    }
    Index

    Properties

    Properties

    apiType: LlmProtocol

    Protocol currently used by this provider.

    baseUrl: string

    Base URL currently used by this provider.