langgenius / webapp-conversation

MIT License
388 stars 710 forks source link

Coding Error - Word Case #92

Open marsDes opened 1 month ago

marsDes commented 1 month 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 1 month ago

@iamjoel

CauseMyLove commented 3 weeks ago

not fixed yet