FoundryAgentRequestContext.SessionId 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.
The session ID sourced from the FOUNDRY_AGENT_SESSION_ID environment variable
at process start (via SessionId). This is a process-level
value that does not reflect per-request overrides (e.g. the agent_session_id query
parameter); null when the variable is absent.
public string? SessionId { get; init; }
member this.SessionId : string with get, set
Public Property SessionId As String