Being able to use Typingmind commands inside chat
Jules
Give ability to agent to use Typingmind commands inside chat, such as moving the conversation to folder or add a tag
Example of usage with queuing system:
The user ask for a recipe of a chocolate cake and move the conversation to the right folder.
Your are a chef, give me the recipe of a chocolate cake.
----
Translate the recipe in French.
----
/typingmind-move-to-folder /recipes/cakes
Example of commands that could be used and even automated:
/typingmind-add-tag {tag}
/typingmind-move-to-folder /recipes/
Also, with a prompt, we can also imagine that the agent could be able to automatically determine the folder, add the tag and execute the /typingmind-{command} itself.
The previous example then become:
The user ask for a recipe of a chocolate cake and ask the agent to move the conversation to the right folder.
Your are a chef, give me the recipe of a chocolate cake.
----
Translate the recipe in French.
----
Please determine the right folder to store this conversation. If it doesn't exist, create one.
To move the conversation to the right folder, use the command
`/typingmind-move-to-folder /folder/subfolder/your-folder` where `folder/subfolder/subsubfolder` can be nested as your want. Please note the current folder are:
/recipes/cakes
/recipes/pizzas
/business/ideation
Only respond with the `/typingmind-move-to-folder ...` command