mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Merge pull request #277 from FlowiseAI/bugfix/PromptSchema
Bugfix/Invalid Prompt Schema
This commit is contained in:
@@ -132,7 +132,7 @@ export const getInputVariables = (paramValue: string): string[] => {
|
||||
const variableStack = []
|
||||
const inputVariables = []
|
||||
let startIdx = 0
|
||||
const endIdx = returnVal.length - 1
|
||||
const endIdx = returnVal.length
|
||||
|
||||
while (startIdx < endIdx) {
|
||||
const substr = returnVal.substring(startIdx, startIdx + 1)
|
||||
|
||||
Reference in New Issue
Block a user