feat: try chat flow app

This commit is contained in:
Joel
2025-10-10 18:24:56 +08:00
parent ac351b700c
commit b0aef35c63
6 changed files with 13 additions and 11 deletions

View File

@ -7,7 +7,7 @@ import type {
type TryAppInfo = {
name: string
mode: 'chat' | 'text-generation' | 'workflow'
mode: 'chat' | 'advanced-chat' | 'text-generation' | 'workflow'
site: SiteInfo
}