Kujtim Hoxha 10 месяцев назад
Родитель
Сommit
6fe85c66e7
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      internal/llm/tools/sourcegraph.go

+ 1 - 2
internal/llm/tools/sourcegraph.go

@@ -117,8 +117,7 @@ TIPS:
 - Use specific file extensions to narrow results
 - Add repo: filters for more targeted searches
 - Use type:symbol to find function/method definitions
-- Use type:file to find relevant files
-- For more details on query syntax, visit: https://docs.sourcegraph.com/code_search/queries`
+- Use type:file to find relevant files`
 )
 
 func NewSourcegraphTool() BaseTool {