updateGlobalData
Set or update key-value pairs in the global session data. Global data persists
for the entire agent session and is accessible in prompt variable expansion
(${global_data.key}) and by all SWAIG functions.
Parameters
data
Object of key-value pairs to merge into the global data store. Existing keys are overwritten; new keys are added.
Returns
FunctionResult — this, for chaining.