microsoft.opentelemetry.a365.hosting.scope_helpers.populate_baggage module
- microsoft.opentelemetry.a365.hosting.scope_helpers.populate_baggage.populate(builder, turn_context)[source]
Populate BaggageBuilder with baggage values extracted from a turn context.
- Parameters:
builder (
BaggageBuilder) – The BaggageBuilder instance to populateturn_context (
TurnContext) – The TurnContext containing activity information
- Return type:
- Returns:
The updated BaggageBuilder instance (for method chaining)