summaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/llm/tools/sourcegraph.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/llm/tools/sourcegraph.go b/internal/llm/tools/sourcegraph.go
index d23a6af6d..e1ea962d4 100644
--- a/internal/llm/tools/sourcegraph.go
+++ b/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 {