ResponseContext.Isolation Property

Definition

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

Property Value

Applies to