Method Include
Include(string)
Adds a tool name to the inclusion list. When at least one name is included, only tools whose name appears in the list are selected.
public BuiltInToolSelection Include(string toolName)
Parameters
toolNamestringExact tool name to include (for example,
"http_get").
Returns
- BuiltInToolSelection
This instance, for fluent chaining.