PlatformContext.CallId Property

Definition

Gets the opaque per-request call identifier from x-agent-foundry-call-id (container protocol version 2.0.0).

public virtual string? CallId { get; }
member this.CallId : string
Public Overridable ReadOnly Property CallId As String

Property Value

An opaque string forwarded verbatim on outbound Foundry 1P calls, or null when running outside the platform or under protocol version 1.0.0.

Applies to