Method GetByCategory
GetByCategory(string)
Gets all built-in tools in the specified category.
public static IEnumerable<ITool> GetByCategory(string category)
Parameters
categorystringThe category name (e.g., "data", "io", "net").
Returns
- IEnumerable<ITool>
Tools belonging to the specified category.