FoundryAgentRequestContext.SessionId Property

Definition

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

Property Value

Applies to