--- name: "summaryXMLPrompt" --- Generate a final project summary in valid XML format based on the provided XML summary, and the following specific instructions. The XML must have a root element named ''. It must contain the following child elements: - : A summary of the project's outcome or main deliverable. - : A retrospective summary of the work performed by the experts. - : Feedback intended for the user about the project outcome. - : Feedback intended for the agent/tool developers about the process. - : A list of files that were produced or significantly modified. Each file should be represented by a element containing a element with the filename as its text content and a element with a brief description of the file's contents. - : A summary of how many times each LLM API/Model pair was invoked during the process. Ensure the content within the , , , and tags is plain text (avoiding internal XML tags unless properly escaped or in CDATA). The section should list all the files that were produced, based on the available files. Here is the required structure for the element. Include this structure as a child of the element, with appropriate line breaks and indentation to make it easy to read: ${messageCountsXml} The final response from the orchestrator provided below: ${finalOrchestratorResult} Generate the complete XML summary now, starting with the tag.