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

Thread

Start New Thread

To start a new conversation thread.

Attribute

Type

Description

status

string

New thread status string 'new'

<script> 
   window.acquire = window.acquire || [];
   window.acquire.push(function(app){
      app.threadManager().status('new');
   });
</script>

Last updated