We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbed4c commit 721b22cCopy full SHA for 721b22c
pkg/github/tools.go
@@ -70,7 +70,7 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
70
toolsets.NewServerTool(AddSubIssue(getClient, t)),
71
toolsets.NewServerTool(RemoveSubIssue(getClient, t)),
72
toolsets.NewServerTool(ReprioritizeSubIssue(getClient, t)),
73
- toolsets.NewServerTool(CRUDLabel(getGQLClient, t)),
+ toolsets.NewServerTool(Label(getGQLClient, t)),
74
toolsets.NewServerTool(IssueLabel(getClient, t)),
75
).AddPrompts(
76
toolsets.NewServerPrompt(AssignCodingAgentPrompt(t)),
0 commit comments