ApplicationOptions.UserProvider Property
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.
Optional user provider for resolving user context. If not provided, defaults to Azure.AI.AgentServer.Core.Tools.Runtime.User.AsyncLocalUserProvider which reads from AsyncLocal storage set by middleware.
public Azure.AI.AgentServer.Core.Tools.Runtime.User.IUserProvider? UserProvider { get; init; }
member this.UserProvider : Azure.AI.AgentServer.Core.Tools.Runtime.User.IUserProvider with get, set
Public Property UserProvider As IUserProvider