feat: Increase the number of Opening Questions in the Conversation Opener (#11233)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user