fix(trigger): appmode type

This commit is contained in:
yessenia
2025-10-30 17:57:05 +08:00
parent 3f34f38635
commit bc95678c5e
4 changed files with 7 additions and 7 deletions

View File

@ -31,13 +31,11 @@ import Loading from '@/app/components/base/loading'
import { useProviderContext } from '@/context/provider-context'
import { PROVIDER_WITH_PRESET_TONE, STOP_PARAMETER_RULE, TONE_LIST } from '@/config'
import { ArrowNarrowLeft } from '@/app/components/base/icons/src/vender/line/arrows'
import type { ModelModeType } from '@/types/app'
export type ModelParameterModalProps = {
popupClassName?: string
portalToFollowElemContentClassName?: string
isAdvancedMode: boolean
mode: ModelModeType
modelId: string
provider: string
setModel: (model: { modelId: string; provider: string; mode?: string; features?: string[] }) => void