updateGlobalData
Merge additional entries into the existing global data object. Unlike
setGlobalData() which replaces, this method merges so that
multiple callers (skills, dynamic config callbacks, etc.) can each contribute keys
without overwriting each other.
Parameters
data
Object of key/value pairs to merge into global data.
Returns
AgentBase — Returns this for method chaining.