mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clarify comment regarding groups
This commit is contained in:
@@ -2714,7 +2714,7 @@ export function getStoppingStrings(isImpersonate, isContinue) {
|
|||||||
* @param {string} quietImage Image to use for the quiet prompt
|
* @param {string} quietImage Image to use for the quiet prompt
|
||||||
* @param {string} quietName Name to use for the quiet prompt (defaults to "System:")
|
* @param {string} quietName Name to use for the quiet prompt (defaults to "System:")
|
||||||
* @param {number} [responseLength] Maximum response length. If unset, the global default value is used.
|
* @param {number} [responseLength] Maximum response length. If unset, the global default value is used.
|
||||||
* @param {number} force_chid Character ID to use for this generation run
|
* @param {number} force_chid Character ID to use for this generation run. Works in groups only.
|
||||||
* @returns
|
* @returns
|
||||||
*/
|
*/
|
||||||
export async function generateQuietPrompt(quiet_prompt, quietToLoud, skipWIAN, quietImage = null, quietName = null, responseLength = null, force_chid = null) {
|
export async function generateQuietPrompt(quiet_prompt, quietToLoud, skipWIAN, quietImage = null, quietName = null, responseLength = null, force_chid = null) {
|
||||||
|
Reference in New Issue
Block a user