summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-04-11 13:21:41 +0200
committerKujtim Hoxha <[email protected]>2025-04-11 13:21:41 +0200
commit6fe85c66e7ab17c4e7bf886a662b1f27ac630120 (patch)
tree385bbb9376f389befca5aaa864a94fa7b86393fb
parentc08f5a790203e4ef7e70367250b8072b94ed3508 (diff)
downloadopencode-6fe85c66e7ab17c4e7bf886a662b1f27ac630120.tar.gz
opencode-6fe85c66e7ab17c4e7bf886a662b1f27ac630120.zip
small change
-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 {