次の方法で共有


Agent365SemanticKernelSdkUserAgentConfiguration Class

Definition

Semantic Kernel-specific implementation of IUserAgentConfiguration. This class provides a singleton instance optimized for the Semantic Kernel orchestrator.

public sealed class Agent365SemanticKernelSdkUserAgentConfiguration : Microsoft.Agents.A365.Runtime.Agent365SdkUserAgentConfiguration
type Agent365SemanticKernelSdkUserAgentConfiguration = class
    inherit Agent365SdkUserAgentConfiguration
Public NotInheritable Class Agent365SemanticKernelSdkUserAgentConfiguration
Inherits Agent365SdkUserAgentConfiguration
Inheritance
Agent365SemanticKernelSdkUserAgentConfiguration

Properties

Name Description
Instance

Gets the singleton instance of Agent365SemanticKernelSdkUserAgentConfiguration. This property intentionally uses the new keyword to hide the base Instance property and expose a more specific strongly-typed singleton for this derived configuration.

OrchestratorName

Gets the optional orchestrator name to include in the User-Agent header.

(Inherited from Agent365SdkUserAgentConfiguration)
ProductName

Gets the product name to include in the User-Agent header.

(Inherited from Agent365SdkUserAgentConfiguration)
Version

Gets the version of the product.

(Inherited from Agent365SdkUserAgentConfiguration)

Applies to