()
| 113 | * generation. |
| 114 | */ |
| 115 | export function onTextGenerationBegin() { |
| 116 | generatedTextInput.value = ''; |
| 117 | logStatus('Generating text...'); |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * A function to call each time a character is obtained during text generation. |
no test coverage detected