Method Category
Category(string)
Restricts the selection to tools belonging to the category identified by its string key
(for example, "io", "net", "data").
Multiple calls are cumulative; a tool matches if it belongs to any of the specified categories.
public BuiltInToolSelection Category(string category)
Parameters
categorystringCase-insensitive category key.
Returns
- BuiltInToolSelection
This instance, for fluent chaining.