Set the agent blueprint ID baggage value.
Set the agent description baggage value.
Set the agent platform ID baggage value.
Set the agent version baggage value.
Apply the collected baggage to the current context.
A BaggageScope that can run callbacks under the baggage context
Set the caller agent platform ID baggage value.
Set the caller client IP baggage value.
Set the channel name (e.g., Teams, Slack).
Set the conversation ID baggage value.
Set the conversation item link baggage value.
Sets the invoke agent server address and port baggage values.
The server address (hostname) of the target agent service.
Optionalport: numberOptional server port. Only recorded when different from 443.
Set the operation source baggage value (e.g., ATG, ACF).
Set the session description baggage value.
Set multiple baggage pairs from a dictionary or iterable.
Dictionary or iterable of key-value pairs
StaticsetConvenience method to begin a request baggage scope with common fields.
OptionaltenantId: string | nullThe tenant ID
OptionalagentId: string | nullThe agent ID
A BaggageScope with tenant and agent ID set
Fluent builder for setting OpenTelemetry baggage values.
Example