Coding Error - Word Case #42

Closed
opened 2026-02-16 10:15:55 -05:00 by yindo · 2 comments
Owner

Originally created by @marsDes on GitHub (Aug 9, 2024).

code file=关联文件

const openstatement = {
      id: `${Date.now()}`,
      content: calculatedIntroduction,
      isAnswer: true,
      feedbackDisabled: true,
      isOpeningStatement: isShowPrompt,
    }
    if (calculatedIntroduction)
      return [openStatement]   //  do u mean openstatement
```
Originally created by @marsDes on GitHub (Aug 9, 2024). [code file=关联文件](https://github.com/langgenius/webapp-conversation/blob/main/app/components/index.tsx) ````js const openstatement = { id: `${Date.now()}`, content: calculatedIntroduction, isAnswer: true, feedbackDisabled: true, isOpeningStatement: isShowPrompt, } if (calculatedIntroduction) return [openStatement] // do u mean openstatement ```
yindo closed this issue 2026-02-16 10:15:55 -05:00
Author
Owner

@marsDes commented on GitHub (Aug 9, 2024):

@iamjoel

@marsDes commented on GitHub (Aug 9, 2024): @iamjoel
Author
Owner

@CauseMyLove commented on GitHub (Aug 23, 2024):

not fixed yet

@CauseMyLove commented on GitHub (Aug 23, 2024): not fixed yet
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#42