fix: fix openStatement typo

This commit is contained in:
sorphwer
2024-08-09 21:54:41 +08:00
parent 8d21cbc2da
commit 5a1c84e79f

View File

@ -199,7 +199,7 @@ const Main: FC = () => {
if (calculatedIntroduction && calculatedPromptVariables) if (calculatedIntroduction && calculatedPromptVariables)
calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables) calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables)
const openstatement = { const openStatement = {
id: `${Date.now()}`, id: `${Date.now()}`,
content: calculatedIntroduction, content: calculatedIntroduction,
isAnswer: true, isAnswer: true,