getDataMapTools
Return fully-built SWAIG function dicts for tools that this skill builds via
DataMap or any other path that produces a complete SWAIG
function object (rather than a SkillToolDefinition handled by the default
tool pipeline).
When a skill is added to an agent, AgentBase.addSkill() iterates the result
and registers each entry via registerSwaigFunction.
Default returns []. Skills that only use the declarative getTools() path
do not need to override this method.
Returns
Record<string, unknown>[] — array of pre-built SWAIG function dicts.