You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From here you can also require confirmation for all tool calls, and decide if tool call results should be included in the LLM response. See [[#additional-configuration][Additional Configuration]] for doing these things via elisp.
1474
+
From here you can also require confirmation for all tool calls, and decide if tool call results should be included in the LLM response.
1475
+
1476
+
Alternatively, you can add/remove tools via
1477
+
1478
+
- Elisp, see [[#additional-configuration][Additional Configuration]].
1479
+
- gptel presets, see [[#option-presets][Option presets]].
1480
+
1481
+
#+html: </details>
1482
+
#+html: <details><summary>
1483
+
**** LLM tool collections
1484
+
#+html: </summary>
1485
+
1486
+
The following repositories provide collections of tools written by gptel users.
1487
+
1488
+
- [[https://github.com/skissue/llm-tool-collection][llm-tool-collection]] :: A community collection of tools for use with LLM clients in Emacs. To discuss tools, check out the [[https://github.com/skissue/llm-tool-collection/discussions][discussions page]].
1489
+
- [[https://github.com/positron-solutions/ragmacs][ragmacs]] :: A collection of tools for Emacs introspection.
1490
+
- [[https://github.com/ultronozm/codel.el][codel.el]] :: A collection of code editing tools.
1491
+
- [[https://codeberg.org/bajsicki/gptel-org-tools][gptel-org-tools]] :: Tools for interacting with Org files.
0 commit comments