| export const ARTICLE_FORMAT_PROMPT = `Below is an article: | |
| {{ generated_article }} | |
| The user's current request: | |
| {{ message }} | |
| The user has made the following edits to your generated question: | |
| {{ textbox_content }} | |
| Please update the question based on the user's request and edits, and generate the next part of the content accordingly. | |
| Make sure to: | |
| 1. Fully preserve the user's edits. | |
| 2. Provide clear suggestions (\`suggestion\`). | |
| 3. Provide the next step action prompt (\`next_step_prompt\`).`; |