Compartilhar via


Agent365AgentFrameworkSdkUserAgentConfiguration Class

Definition

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

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

Properties

Name Description
Instance

Gets the singleton instance of Agent365AgentFrameworkSdkUserAgentConfiguration.

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