Browse Source

small change

Kujtim Hoxha 10 months ago
parent
commit
6fe85c66e7
1 changed files with 1 additions and 2 deletions
  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
 - Use specific file extensions to narrow results
 - Add repo: filters for more targeted searches
 - Add repo: filters for more targeted searches
 - Use type:symbol to find function/method definitions
 - 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 {
 func NewSourcegraphTool() BaseTool {