summaryrefslogtreecommitdiff
path: root/llm-tools-hl.el
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-05-24 16:33:52 -0400
committerVineet Kumar <git@vineetk.net>2026-05-24 17:07:06 -0400
commitac814c732425644ec0b4368f643af8d800782941 (patch)
tree7c1b3672fdc142076c9115210fad0173cbc8e326 /llm-tools-hl.el
parentecf082bd0a47da1436e4f8b482f6b92f10f0b924 (diff)
import web_search and web_fetch wholesale from gptel-agent
Diffstat (limited to 'llm-tools-hl.el')
-rw-r--r--llm-tools-hl.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/llm-tools-hl.el b/llm-tools-hl.el
index c682334..4bf3a6e 100644
--- a/llm-tools-hl.el
+++ b/llm-tools-hl.el
@@ -105,3 +105,5 @@ If INCLUDE-CONTENT is non-nil, append `|LINE' after each hash."
105;; maybe if it just shifted a little bit (since the anchor is line number and hash of the line's content), there can be some kind of autohealing? 105;; maybe if it just shifted a little bit (since the anchor is line number and hash of the line's content), there can be some kind of autohealing?
106;; rather, the llm would not format it like the reads. it's just going to provide text according to what the anchors it gives say 106;; rather, the llm would not format it like the reads. it's just going to provide text according to what the anchors it gives say
107;; so I just need to verify if the anchors didn't change 107;; so I just need to verify if the anchors didn't change
108
109(provide 'llm-tools-hl)