update_global_data
update_global_data
Update the global data with new values. Functionally identical to
set_global_data() —
both merge the provided dictionary into the existing global data.
Parameters
data
Dictionary of key/value pairs to merge into global data.
Returns
AgentBase — Returns self for method chaining.