define_tool
define_tool
Register a tool with the parent agent, automatically merging any swaig_fields
configured for this skill. Skills should use this method instead of calling
self.agent.define_tool() directly.
Parameters
**kwargs
All arguments supported by agent.define_tool(): name, description,
parameters, handler, secure, fillers, wait_file, etc. Explicit
values take precedence over swaig_fields.
Returns
None