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
Create new Idea Agent view (for teachers only) that displays AI summaries of data from selected buckets/canvases.
Details
We can use the Bucket View as a template for creating this new view. The teacher only should have this additional view tab called Idea Agent. The teacher can select a bucket or canvas from a dropdown (similar to the bucket view). Instead of the multi-column bucket view, however, we will display a multi-column version of the AI Assistant.
Frontend Tasks
Create an Idea Agent component in angular that mirrors the Bucket View but is renamed to Idea Agent
Keep the select dropdown, but (1) add the canvas as an additional option, (2) remove the Create New Bucket option, and (3) similar to create workflow menus, add a BUCKET and CANVAS identifier before the name of the bucket or canvas. Only the one canvas from the current project should be listed.
Once a bucket or canvas is selected, a two column "Idea Agent Summary" view should be displayed (similar to the AI Assistant's one column chat history, but for wide screens it should be two columns [or two feeds], and for narrow screens the second column should be displayed below the first)
Similar to the AI Assistant, there should be an input field below the Idea Agent Summary view that allows the teacher to ask questions about the data.
Backend Tasks
Adapt the functionality from the AI Assistant to make it generalisable to the Idea Agent
Create prompt template for generating summary
Create buttons or links to other prompt templates
Update HTML rendering tool
Push html response and buttons or links to other prompt templates to the two views
The text was updated successfully, but these errors were encountered:
Feature
Overview
Create new Idea Agent view (for teachers only) that displays AI summaries of data from selected buckets/canvases.
Details
We can use the Bucket View as a template for creating this new view. The teacher only should have this additional view tab called Idea Agent. The teacher can select a bucket or canvas from a dropdown (similar to the bucket view). Instead of the multi-column bucket view, however, we will display a multi-column version of the AI Assistant.
Frontend Tasks
Backend Tasks
The text was updated successfully, but these errors were encountered: