Mic
Mic
When adding tags consider also tags not created by ThunderAI. This fixes #388.
> @micz Something else - "Reply Type" in settings, there are two options, but it always back to "Replay to All" whenever I reopen the settings. I'm not sure what...
Using the API webchat let the user select a part of the response, instead of only the complete response. If something is selected use only that part of the text,...
To avoid problems with not clear AI responses, the "Add tags" prompt should return a JSON like the antispam. Be aware of: 1. Update the default prompt in all languages...
Let the user choose between `reply` and `reply to all` in the chat window. The actual option must be used to put first the selected type, using a dropdown to...
If `max_prompt_length` is set to zero do not check prompt length. See https://github.com/micz/ThunderAI/blob/cb9e7934a9daf28e6f11b1e1076b3b9e5fe50fea/mzta-background.js#L329 Update labels accordingly.
Add known config settings to OpenAI Compatible API Integration. Using a dropdown list the user could set the settings of known services like Mistral (see #373).
Add a Data Placeholder `{%selected_html%}` to get the html of the selected text. Currently it's possible to get the selected text only.
See API spec here: https://docs.anthropic.com/en/api/getting-started
After v3.5.0 release update the placeholders docs. See https://github.com/micz/ThunderAI/issues/368.