ResponseContext.Isolation 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 isolation keys for this request. Handlers use these opaque partition keys to scope user-private and conversation-shared state. Returns Empty when the platform headers are absent (e.g., local development).
public virtual Azure.AI.AgentServer.Core.IsolationContext Isolation { get; }
member this.Isolation : Azure.AI.AgentServer.Core.IsolationContext
Public Overridable ReadOnly Property Isolation As IsolationContext