Agent365SemanticKernelSdkUserAgentConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Properties
| Name | Description |
|---|---|
| Instance |
Gets the singleton instance of Agent365SemanticKernelSdkUserAgentConfiguration.
This property intentionally uses the |
| 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) |