| 2714 | 2714 | * @param {string} quietImage Image to use for the quiet prompt |
| 2715 | 2715 | * @param {string} quietName Name to use for the quiet prompt (defaults to "System:") |
| 2716 | 2716 | * @param {number} [responseLength] Maximum response length. If unset, the global default value is used. |
| 2717 | 2717 | * @param {number} force_chid Character ID to use for this generation run. Works in groups only. |
| 2718 | 2718 | * @returns |
| 2719 | 2719 | */ |
| 2720 | 2720 | export async function generateQuietPrompt(quiet_prompt, quietToLoud, skipWIAN, quietImage = null, quietName = null, responseLength = null, force_chid = null) { |