diff --git a/public/scripts/sysprompt.js b/public/scripts/sysprompt.js index 0eb30c377..4c48a58ec 100644 --- a/public/scripts/sysprompt.js +++ b/public/scripts/sysprompt.js @@ -203,7 +203,7 @@ export function initSystemPrompts() { ], helpString: `
- Selects a system prompt by name. Enables the use of system prompt if not already enabled. + Selects a system prompt by name, using fuzzy search to find the closest match. Enables the use of system prompt if not already enabled. Gets the current system prompt if no name is provided and sysprompt is enabled or forceGet=true is passed.