FoundryAgentRequestContext.UserId 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.
The global, cross-agent per-user identity from x-agent-user-id.
A convenience for the container's own per-user state isolation; it is
never echoed on outbound calls. null when absent.
public string? UserId { get; init; }
member this.UserId : string with get, set
Public Property UserId As String