ResponseContext.PlatformContext Property

Definition

Gets the platform-injected identity context for this request. Handlers use the user ID key to scope per-user state, and the SDK forwards the per-request call ID to Foundry platform services. Returns Empty when the platform headers are absent (e.g., local development).

public virtual Azure.AI.AgentServer.Core.PlatformContext PlatformContext { get; }
member this.PlatformContext : Azure.AI.AgentServer.Core.PlatformContext
Public Overridable ReadOnly Property PlatformContext As PlatformContext

Property Value

Applies to