URL-based Chat Thread Creation and Prepopulation
How to Open New Threads and Prepopulate the Chat Input Using URL Parameters
Introduction
1. Opening a New Chat Thread
thread=new
parameter.app.ejento.ai?thread=new
A completely new chat thread is created, allowing you to begin a fresh discussion.
2. Prepopulating the Last Thread with a Query Parameter
query
parameter.The last created thread is opened, and the chat input box is prefilled with the provided query.
3. Prepopulating and Automatically Submitting a Query
submit=true
parameter.1.
2.
3.
4.
query
and submit
parameters are removed from the URL after submission.4. Creating a New Thread with a Prepopulated Query
thread=new
and query
parameters.A new thread is created, and the chat input box is prefilled with the query.
5. Creating a New Thread and Submitting the Query Automatically
thread=new
, query
, and submit=true
parameters.1.
2.
3.
4.
thread=new
, query
, and submit=true
parameters are removed from the URL after submission to maintain a clean state.