ResponseContext.PlatformContext 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.
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