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