You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview
Add AI Assistant chat logs to database and create a download button
Details
For the AI Assistant, log all chat messages to the data base and create a download button where each teacher can download their own chat history.
Tasks
Create a database schema for saving chat logs, including the teacher's user ID, role (whether user or assistant), the timestamp, the board ID, and the content
Each time a user creates a prompt, save the prompt with the 'user' role
Each time the AI assistant creates a response, save the response with the 'assistant' role
Create a Download Chat History button in the AI assistant tab
When the download button is pressed, retrieve the entire chat history and save as a CSV file that is downloaded by the client
The text was updated successfully, but these errors were encountered:
Feature
Overview
Add AI Assistant chat logs to database and create a download button
Details
For the AI Assistant, log all chat messages to the data base and create a download button where each teacher can download their own chat history.
Tasks
The text was updated successfully, but these errors were encountered: