# Instruction
## Context
- **Goal**: You are tasked with summarizing the input text for the given use case. The summary will represent the input data for clustering in the next step.
- **Data**: Your input data is a conversation history between a User and an AI agent.
# Data
{content}
# Questions
## Q1. Summarize the input text in {summary_length} words or less for the use case.
Write the summary between tags.
Tips:
- The summary should contain the relevant information for the use case in as much detail as possible.
- Be concise and clear. Do not add phrases like "This is the summary of the data ..." or "Summarized text: ...".
- Similarly, do not reference the user ('the user asked XYZ') unless it's absolutely relevant.
- Within {summary_length} words, include as much relevant information as possible.
- Do not include any line breaks in the summary.
- Provide your answer in **English** only.
## Q2. Explain how you wrote the summary in {explanation_length} words or less.
## Provide your answers between the tags your answer to Q1, your answer to Q2
# Output