Semantic Kernel JavaScript
    Preparing search index...

    Class ChatClientMetadata

    Provides metadata about an ChatClient

    Index

    Constructors

    • Initializes a new instance of the ChatClientMetadata class.

      Parameters

      • __namedParameters: { modelId?: string; providerName?: string; providerUri?: string }

      Returns ChatClientMetadata

    Properties

    modelId?: string

    Gets the ID of the model used by this chat completion provider. This value can be null if either the name is unknown or there are multiple possible models associated with this instance. An individual request may override this value via ChatOptions.ModelId

    providerName?: string

    Gets the name of the chat completion provider. Where possible, this maps to the appropriate name defined in the OpenTelemetry Semantic Conventions for Generative AI systems.

    providerUri?: string

    Gets the URL for accessing the chat completion provider.