Skip to content

Commit ab06f39

Browse files
committed
update readme
1 parent c2220f8 commit ab06f39

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,13 @@ To specify toolsets you want available to the LLM, you can pass an allow-list in
11001100

11011101
The environment variable `GITHUB_TOOLSETS` takes precedence over the command line argument if both are provided.
11021102

1103+
The default configuration is:
1104+
- context
1105+
- repos
1106+
- issues
1107+
- pull_requests
1108+
- users
1109+
11031110
### Using Toolsets With Docker
11041111

11051112
When using Docker, you can pass the toolsets as environment variables:

pkg/github/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ func GenerateToolsetsHelp() string {
404404

405405
toolsetsHelp := fmt.Sprintf("Comma-separated list of tool groups to enable (no spaces).\n"+
406406
"Default: %s\n"+
407-
"Available: %s\n", defaultTools, availableTools)+
407+
"Available: %s\n", defaultTools, availableTools) +
408408
"To enable all tools, use \"all\"."
409409
return toolsetsHelp
410410
}

0 commit comments

Comments
 (0)