feat: Increase the number of Opening Questions in the Conversation Opener (#11233)

This commit is contained in:
Hiroshi Fujita 2024-12-01 10:38:45 +09:00 committed by GitHub
parent fd4be36991
commit 9bc5bc2548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import { getNewVar } from '@/utils/var'
import { varHighlightHTML } from '@/app/components/app/configuration/base/var-highlight'
import Toast from '@/app/components/base/toast'
const MAX_QUESTION_NUM = 5
const MAX_QUESTION_NUM = 10
export type IOpeningStatementProps = {
value: string

View File

@ -22,7 +22,7 @@ type OpeningSettingModalProps = {
onAutoAddPromptVariable?: (variable: PromptVariable[]) => void
}
const MAX_QUESTION_NUM = 5
const MAX_QUESTION_NUM = 10
const OpeningSettingModal = ({
data,