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