In the NextGenAiAssistant module, a Message belongs to a thread and represents either the prompt sent by the user or the response generated by the AI model. Messages are managed directly from the thread interface, resembling a chat-like conversation where users can continue interacting with the AI based on previous responses.
Here’s how messages work:
- Part of a Thread: Every message is linked to a specific thread and serves as either an input (prompt) or an output (AI response).
- Managing Messages: Messages can be viewed, managed, and edited within the thread, where users can continue the conversation by sending additional prompts or reviewing AI responses. This is especially useful for refining content or requesting further clarification from the AI.
- Continued Conversations: If auto-save was not selected during the prompt initiation, users can engage in ongoing conversations with the AI by continuing the thread, refining the generated data before finalizing it.
- Backups for Restoration: From the message view, users can create backups. This allows them to create a restore point before saving any data from the message, ensuring that changes can be undone if needed before final content approval.
Messages are key to maintaining a flexible, interactive workflow with the AI model, allowing users to refine and manage the content generated in a dynamic, conversational style.