forked from tuvn86/webapp-conversation
fix: not show opening statement
This commit is contained in:
parent
8d21cbc2da
commit
cafd643c00
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ const Main: FC = () => {
|
|||
if (calculatedIntroduction && calculatedPromptVariables)
|
||||
calculatedIntroduction = replaceVarWithValues(calculatedIntroduction, promptConfig?.prompt_variables || [], calculatedPromptVariables)
|
||||
|
||||
const openstatement = {
|
||||
const openStatement = {
|
||||
id: `${Date.now()}`,
|
||||
content: calculatedIntroduction,
|
||||
isAnswer: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue