llama.cpp/tools/server/public_simplechat/local.tools
hanishkvc 143f9c0b1a SimpleChatTC:Rename fetch_web_url_text to fetch_html_text
To make it easier for the ai model to understand that this works
mainly for html pages and not say xml or pdf or so. For those
one needs to use other explict tool calls provided like fetchpdftext
or fetchxmltext or so

The server service path renamed from urltext to htmltext.

SearchWebText also updated to use htmltext now
2025-12-04 19:41:39 +05:30
..
debug.py SimpleChatTC:SimpleProxy: getting local / web file module ++ 2025-12-04 19:41:39 +05:30
filemagic.py SimpleChatTC:Cleanup: General T2 2025-12-04 19:41:39 +05:30
pdfmagic.py SimpleChatTC:PdfText:Cleanup rename to follow a common convention 2025-12-04 19:41:39 +05:30
simpleproxy.json SimpleChatTC:SimpleProxy:Add generic arxiv.org entry to allowed 2025-12-04 19:41:39 +05:30
simpleproxy.py SimpleChatTC:Rename fetch_web_url_text to fetch_html_text 2025-12-04 19:41:39 +05:30
urlvalidator.py SimpleChatTC:SimpleProxy: Use urlvalidator 2025-12-04 19:41:39 +05:30
webmagic.py SimpleChatTC:Rename fetch_web_url_text to fetch_html_text 2025-12-04 19:41:39 +05:30