mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: Increase the number of Opening Questions in the Conversation Opener (#11233)
This commit is contained in:
@ -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