Thanks to visit codestin.com Credit goes to github.com
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 8abcade commit 9693284Copy full SHA for 9693284
coderd/mcp/mcp.go
@@ -110,7 +110,7 @@ func (s *Server) RegisterChatGPTTools(client *codersdk.Client) error {
110
}
111
112
for _, tool := range toolsdk.All {
113
- if tool.Name == toolsdk.ToolNameChatGPTSearch || tool.Name == toolsdk.ToolNameChatGPTFetch {
+ if tool.Name != toolsdk.ToolNameChatGPTSearch && tool.Name != toolsdk.ToolNameChatGPTFetch {
114
continue
115
116
0 commit comments