addSwaigQueryParams
Add query parameters that will be included in all SWAIG webhook URLs generated by this agent. This is particularly useful for preserving dynamic configuration state across SWAIG callbacks — for example, passing a tenant identifier or feature tier so the same configuration is applied when SignalWire invokes tool webhooks.
Parameters
params
Object of query parameters to merge into every SWAIG URL. Subsequent calls merge into (not replace) the existing set. Pass the same key again to overwrite its value.
Returns
AgentBase — Returns this for method chaining.