InvocationContext.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. Resolved from agent_session_id query parameter,
FOUNDRY_AGENT_SESSION_ID env var, or a generated UUID (in that order).
public string SessionId { get; }
member this.SessionId : string
Public ReadOnly Property SessionId As String