Method UnregisterTool
UnregisterTool(string)
Removes a tool by name.
public bool UnregisterTool(string name)
Parameters
namestringThe tool name.
Returns
- bool
truewhen a tool was removed.
Removes a tool by name.
public bool UnregisterTool(string name)
name stringThe tool name.
true when a tool was removed.