removeFunction

View as MarkdownOpen in Claude

Remove a registered SWAIG function from this service by name. Parity accessor matching Python’s ToolRegistry.remove_function.

Parameters

name
stringRequired

The function name to remove.

Returns

booleantrue when the function was removed, false when no function with that name was registered.