Skip to content

Commit 5cb9be3

Browse files
committed
Add answer_list To The Generated Quiz Response
Signed-off-by: Tal Jacob <taljacob2@gmail.com>
1 parent da276a6 commit 5cb9be3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nextstep-backend/src/services/companies_service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ Content Details:
502502
process_details: A concise summary of a typical interview process for this role/company type, extracted or synthesized from the provided data.
503503
interview_questions: A combined string of all generated specific interview questions.
504504
question_list: Crucially, parse the interview_questions string into an array of individual questions. Each element should be a distinct question.
505+
answer_list: Crucially, parse the question_list string into an array of individual answers. Each element should be a distinct answer, corresponding to the questions.
505506
keywords: Extract 5-10 additional relevant technical or conceptual keywords that the user might find useful for preparation.
506507
507508
**Desired Output Format (JSON)**:
@@ -519,6 +520,7 @@ Content Details:
519520
"process_details": "string",
520521
"interview_questions": "string",
521522
"question_list": ["string", "string", ...],
523+
"answer_list": ["string", "string", ...],
522524
"keywords": ["string", "string", ...]
523525
}
524526
\`\`\`

0 commit comments

Comments
 (0)