update_global_data
update_global_data
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
Dictionary of key-value pairs to merge into the global data store. Existing keys are overwritten; new keys are added.
Returns
FunctionResult — self, for chaining.