| 349 | 349 | Continues the last message in the chat, with an optional additional prompt. |
| 350 | 350 | </div> |
| 351 | 351 | <div> |
| 352 | 352 | If <code>await=true</code> named argument is passed, the command will await for the continued generation before continuingproceeding. |
| 353 | 353 | </div> |
| 354 | 354 | <div> |
| 355 | 355 | <strong>Example:</strong> |
| 356 | 356 | <ul> |
| 357 | 357 | <li> |
| 358 | 358 | <pre><code>/continue</code></pre> |
| 359 | 359 | Continues the chat with no additional prompt and immediately proceeds to the next command. |
| 360 | 360 | </li> |
| 361 | 361 | <li> |
| 362 | 362 | <pre><code>/continue await=true Let's explore this further...</code></pre> |
| 363 | 363 | Continues the chat with the provided prompt and waits for the generation to finish. |
| 364 | 364 | </li> |
| 365 | 365 | </ul> |
| 366 | 366 | </div> |