mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-08 17:32:27 +08:00
feat: support var type paragraph
This commit is contained in:
@ -3,7 +3,7 @@ import type { Locale } from '@/i18n'
|
||||
export type PromptVariable = {
|
||||
key: string
|
||||
name: string
|
||||
type: 'string' | 'number' | 'select'
|
||||
type: string
|
||||
default?: string | number
|
||||
options?: string[]
|
||||
max_length?: number
|
||||
|
||||
Reference in New Issue
Block a user