You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,28 @@ To specify toolsets you want available to the LLM, you can pass an allow-list in
343
343
344
344
The environment variable `GITHUB_TOOLSETS` takes precedence over the command line argument if both are provided.
345
345
346
+
#### Specifying Individual Tools
347
+
348
+
You can also configure specific tools instead of entire toolsets using the `--tools` flag. When tools are specified, they take priority over toolsets configuration, read-only mode, and dynamic toolsets.
0 commit comments