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
* feat: init functionality to allow developer of chat function to set the env vars for aws lambda
* feat: more detailed question info
* testing: env vars mocks for deployment
* fix: synthetic conversation
questionDetails=f"""This is the question I am currently working on. I am currently working on Part ({convert_index_to_lowercase_letter(questionAccessInformation.currentPart.position)}). Below, you'll find its details, including the parts of the question, my responses for each response area, and the feedback I received. This information highlights my efforts and progress so far. Use this this information to inform your understanding about the question materials provided to me and my work on them.
190
-
Maths equations are in KaTex format, preserve them the same.
191
-
192
-
# Question: {questionInformation.questionTitle};
196
+
Maths equations are in KaTex format, preserve them the same. Use British English spellings.
197
+
{f'# Question Set {questionInformation.setNumber+1}: {questionInformation.setName};'ifquestionInformation.setNameandquestionInformation.setNumberelse''}
Guidance to Solve the Question: {questionInformation.questionGuidanceor'None'};
194
200
Description of Question: {questionInformation.questionContent};
195
201
Expected Time to Complete the Question: {f'{questionInformation.durationLowerBound} - {questionInformation.durationUpperBound} min;'ifquestionInformation.durationLowerBoundandquestionInformation.durationUpperBoundelse'No specified duration.'}
0 commit comments