resetContexts
Remove every context defined on this agent’s internal
ContextBuilder, returning the builder to its initial state.
Convenience wrapper around defineContexts().reset(). Use
this inside a dynamic-config callback when you need to rebuild contexts from
scratch for a specific request.
Parameters
None.
Returns
AgentBase — Returns this for method chaining.