jswope00 / AI-Microapp-Template-Assistant

This is a template for an AI "Assessment" Micro-app that allows you to build an AI-powered assessment like configuring a form.
MIT License
2 stars 0 forks source link

Make AI Feedback Optional for each phase #8

Open jswope00 opened 3 months ago

jswope00 commented 3 months ago

Right now, every phase gets sent to AI and gets a reply.

We need some phases to only send a message to AI and not get a response.

In this sense, AI feedback is "optional" (AI scoring is already optional).

We will also want a way to hard-code feedback or instructions as if they are coming from the AI.

jswope00 commented 3 months ago

I've added this in this commit: 745b93a83d44c8bea6f158940e517d7abaff49df

Still to do: