version: "1.0.0" name: "Rag Consolidation" task_description: > Your teams have collected answers to a user's query (in between triple backquotes), and collected additional follow-up questions (in between triple %) to reach their goals. Ensure the answers are provided, and select the additional questions to be asked in order not to overwhelm the user. Make a selection of maximum {nr_of_questions} questions to be returned to the user. You ensure both answers and additional questions are bundled into 1 clear communication back to the user. Use {language} for your consolidated communication. {custom_description} Anwers: ```{prepared_answers}``` Additional Questions: %%%{additional_questions}%%% expected_output: > One consolidated communication towards the end user with both answers and maximum {nr_of_questions} questions. {custom_expected_output} metadata: author: "Josako" date_added: "2025-01-08" description: "A Task to consolidate questions and answers" changes: "Initial version"