Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
712:chatbot_config [2025/09/15 14:55] – external edit 127.0.0.1712:chatbot_config [2026/04/10 18:48] (current) – [Disable History] Meier, Erich
Line 98: Line 98:
 For mass updates, you can import and export CSV files using the "..." context menu. For mass updates, you can import and export CSV files using the "..." context menu.
  
 +===== Disable History =====
 +
 +In newer Stages Versions the chat history can be disabled, e.g., to comply with local policies or regulations. Chats and chat messages will not be stored in the database. To disable history, add the following property to conf/config.xml:
 +
 +<code xml>
 +<property name="ai.chatbot.history.enabled" value="false"/>
 +</code>
  
 ===== Limitations ===== ===== Limitations =====