Changes

From Gramps

Addon:ChatWithTree

207 bytes added, 21:53, 2 November 2025
Commands
These commands control the settings of the {{man label|Chat With Tree}} Gramplet addon:
* <code>/help </code> - shows a generic help text* <code>/history </code> - show the full chat history in JSON format* <code>/setmodel <model_name></code> - set the model name to use for the LLM* <code>/setlimit <number></code> - set the tool-calling loop limit (6-20)
==== <code>/help </code> command ====
The <code>/help </code> command shows generic help text.
==== <code>/history </code> command ====
Thie The <code>/history </code> command shows the full chat-history of what {{man label|Chat With Tree}} Gramplet has gathered in memory. This is a very verbose version of the chat, with a some internal ways of showing information like Javascript Object notation (JSON) - mostly interesting if you want to know in detail what conversation the addon has been doing with the LLM
==== <code>/setmodel </code> command ====
With the <code>/setmodel </code> command you select the model the {{man label|Chat With Tree}} Gramplet addon opens up the conversation. Some examples are:
* <code>/setmodel ollama/deepseek-r1:1.5b</code>* <code>/setmodel openrouter/moonshotai/kimi-k2:free</code>* <code>/setmodel gemini/gemini-2.0-flash</code>* <code>/setmodel ollama/gpt-oss:120b-cloud</code>* <code>/setmodel openrouter/z-ai/glm-4.5-air:free</code>
==== <code>/setlimit </code> command ====
Set the tool calling loop limit (a number between 6 and 20). A low number ensures a quicker final response, preventing certain models to continuously try calling the same tools. For questions that would take a lot of interactions, a limit of 20 might be feasible.
3,146
edits

Navigation menu