搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

AI chatbot custom prompts / textbox field as in screenshot

  • 2 回覆
  • 1 有這個問題
  • 180 次檢視
  • 最近回覆由 noah18

more options

Hello

I was reading this article: https://support.mozilla.org/en-US/kb/ai-chatbot

In the section: "Select text to see suggested prompts" there is a screenshot which shows pre-written prompts and a textbox from the shortcut for AI prompts menu. Is it possible to have custom promts which are added to this menu?

Thanks

Best

Noah

Hello I was reading this article: https://support.mozilla.org/en-US/kb/ai-chatbot In the section: "Select text to see suggested prompts" there is a screenshot which shows pre-written prompts and a textbox from the shortcut for AI prompts menu. Is it possible to have custom promts which are added to this menu? Thanks Best Noah

被選擇的解決方法

Yes, it's quite difficult, but you can add custom prompts in about:config.

For instance, create a new preference named browser.ml.chat.prompts.4 with value {"label":"Answer","id":"answer","value":"Answer selected question"}

從原來的回覆中察看解決方案 👍 2

所有回覆 (2)

more options

選擇的解決方法

Yes, it's quite difficult, but you can add custom prompts in about:config.

For instance, create a new preference named browser.ml.chat.prompts.4 with value {"label":"Answer","id":"answer","value":"Answer selected question"}

more options

Thank you very much! Work perfectly. Nothing about it is difficult :) very straigth forward.

Open new tab and input: about:config Press enter and then accept security risk. Search for: browser.ml.chat.prompts.4 Choose string and click + Add the JSON with your title as label and as answer what you want to ask the AI.