You can now pre-fill chat data on TypingMind using URL parameters. Follow the guide below to configure your chat sessions.Documentation Index
Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Pre-Fill Initial System Message
To set an initial system message for all chats upon opening the app, append the following query parameter to the URL:chatTitle parameter:
- Your
initialContextURLendpoint must support the GET method. - The endpoint should return only the necessary text data for the system prompt.
- Ensure that CORS is configured correctly on your endpoint.
- Subsequent chats in the same session will retain this context as the system message.
- The system message can be updated later via the chat model settings.
2. Pre-Fill Initial Agent
You can also set the initial agent for a new chat via the URL. To do so:- Obtain the agent ID.
- Open the app with the following URL format:
3. Pre-Fill Initial Message
To set an initial message for a chat, use themessage parameter in the URL as shown below: