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
2 changed files with 2 additions and 2 deletions

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,