Skip to content

Commit

Permalink
feat: Increase the number of Opening Questions in the Conversation Op…
Browse files Browse the repository at this point in the history
…ener (#11233)
  • Loading branch information
fujita-h authored Dec 1, 2024
1 parent fd4be36 commit 9bc5bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type OpeningSettingModalProps = {
onAutoAddPromptVariable?: (variable: PromptVariable[]) => void
}

const MAX_QUESTION_NUM = 5
const MAX_QUESTION_NUM = 10

const OpeningSettingModal = ({
data,
Expand Down

0 comments on commit 9bc5bc2

Please sign in to comment.