Agent365SdkUserAgentConfiguration 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.
Default implementation of IUserAgentConfiguration for the Agent365 SDK.
For orchestrator-specific configurations, use derived classes such as
Agent365AgentFrameworkSdkUserAgentConfiguration,
Agent365SemanticKernelSdkUserAgentConfiguration, or
Agent365AzureAIFoundrySdkUserAgentConfiguration.
public class Agent365SdkUserAgentConfiguration : Microsoft.Agents.A365.Runtime.IUserAgentConfiguration
type Agent365SdkUserAgentConfiguration = class
interface IUserAgentConfiguration
Public Class Agent365SdkUserAgentConfiguration
Implements IUserAgentConfiguration
- Inheritance
-
Agent365SdkUserAgentConfiguration
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| Agent365SdkUserAgentConfiguration(String) |
Initializes a new instance of the Agent365SdkUserAgentConfiguration class. This constructor is protected to ensure instances are created through derived classes. |
Properties
| Name | Description |
|---|---|
| Instance |
Gets the singleton instance of the default Agent365SdkUserAgentConfiguration. |
| OrchestratorName |
Gets the optional orchestrator name to include in the User-Agent header. |
| ProductName |
Gets the product name to include in the User-Agent header. |
| Version |
Gets the version of the product. |