InvocationContext.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. Returns Empty when the platform headers are absent (e.g., local development).
public Azure.AI.AgentServer.Core.PlatformContext PlatformContext { get; }
member this.PlatformContext : Azure.AI.AgentServer.Core.PlatformContext
Public ReadOnly Property PlatformContext As PlatformContext