Task #3600
FE: support for askParameters="true"
Start date:
06/06/2024
Due date:
% Done:
100%
Estimated time:
0.75 h
Description
If the chat interface div has a parameter askParameters="true", show "Enter parameters <textbox>" at the bottom of the chat interface.
We should be able to type the full list of parameters in the textbox. For example, if the following is given: curriculum="K-12" testMode="true"
this should have the same behaviour as <div id="rapidken-chatgpt-interface" curriculum="K-12" testMode="true"></div>.
This way, we can create a page on the QA site with <div id="rapidken-chatgpt-interface" askParameters="true"></div> and folks can easily test whatever they need.