mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Tag commands enum providers
This commit is contained in:
@@ -2339,6 +2339,10 @@ export function substituteParamsExtended(content, additionalMacro = {}) {
|
||||
* @returns {string} The string with substituted parameters.
|
||||
*/
|
||||
export function substituteParams(content, _name1, _name2, _original, _group, _replaceCharacterCard = true, additionalMacro = {}) {
|
||||
if (!content) {
|
||||
return '';
|
||||
}
|
||||
|
||||
const environment = {};
|
||||
|
||||
if (typeof _original === 'string') {
|
||||
|
Reference in New Issue
Block a user