For the complete documentation index, see llms.txt. This page is also available as Markdown.

onChatMinimize

Method to set the widget to max

Minimise the widget state.

window.acquire = window.acquire || [];
 acquire.push(function(app){
     app.ui.status('min');
 });

Last updated