langgenius / webapp-conversation

MIT License
444 stars 832 forks source link

Coding Error - Word Case #92

Open marsDes opened 3 months ago

marsDes commented 3 months ago

code file=关联文件

const openstatement = {
      id: `${Date.now()}`,
      content: calculatedIntroduction,
      isAnswer: true,
      feedbackDisabled: true,
      isOpeningStatement: isShowPrompt,
    }
    if (calculatedIntroduction)
      return [openStatement]   //  do u mean openstatement
marsDes commented 3 months ago

@iamjoel

CauseMyLove commented 3 months ago

not fixed yet