diff --git a/src/routes/api/aiFeedbackOnReportWithFollowup.js b/src/routes/api/aiFeedbackOnReportWithFollowup.js index ec65d5e..9f6deb5 100644 --- a/src/routes/api/aiFeedbackOnReportWithFollowup.js +++ b/src/routes/api/aiFeedbackOnReportWithFollowup.js @@ -47,7 +47,8 @@ const aiFollowupQuestion = async (req, res) => { sessionId: newSessionId, conversationHistory: [ { role: 'system', content: 'You are a helpful assistant.' }, - { role: 'user', content: prompt }, + // { role: 'user', content: prompt }, + { role: 'user', content: req.body.score + " - is the students report card. " + req.body.instruction }, ], }; await conversationsCollection.insertOne(conversation);