updateSkillData
Writes data under this skill’s namespace into a FunctionResult object.
This persists skill state across tool invocations by embedding it in the
agent’s global data.
Parameters
result
The FunctionResult to update with the skill’s namespaced data.
data
The data to store under this skill’s namespace.
Returns
FunctionResult — The updated FunctionResult with the skill data merged in.