mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
add handleEscapeChar
This commit is contained in:
@@ -58,7 +58,7 @@ class ChatPromptTemplate_Prompts implements INode {
|
||||
|
||||
let promptValues: ICommonObject = {}
|
||||
if (promptValuesStr) {
|
||||
promptValues = JSON.parse(promptValuesStr.replace(/\s/g, ''))
|
||||
promptValues = JSON.parse(promptValuesStr)
|
||||
}
|
||||
// @ts-ignore
|
||||
prompt.promptValues = promptValues
|
||||
|
||||
Reference in New Issue
Block a user