summaryrefslogtreecommitdiff
path: root/llm-tools-web.el
diff options
context:
space:
mode:
Diffstat (limited to 'llm-tools-web.el')
-rw-r--r--llm-tools-web.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/llm-tools-web.el b/llm-tools-web.el
index 7002713..cadf175 100644
--- a/llm-tools-web.el
+++ b/llm-tools-web.el
@@ -1,5 +1,5 @@
1;;; Web tools, taken from gptel-agent 1;;; Web tools, taken from gptel-agent -*- lexical-binding: t; -*-
2(defun gptel-agent--fetch-with-timeout (url url-cb tool-cb failed-msg &rest args) 2(defun llm-tools--fetch-with-timeout (url url-cb tool-cb failed-msg &rest args)
3 "Fetch URL and call URL-CB in the result buffer. 3 "Fetch URL and call URL-CB in the result buffer.
4 4
5Call TOOL-CB if there is an error or a timeout. TOOL-CB and ARGS are 5Call TOOL-CB if there is an error or a timeout. TOOL-CB and ARGS are