chore: can use setting config

This commit is contained in:
Joel
2025-04-15 18:18:46 +08:00
parent 4ae03c2101
commit beda954867
3 changed files with 36 additions and 5 deletions

View File

@ -10,6 +10,9 @@ export type PromptVariable = {
options?: string[]
max_length?: number
required: boolean
allowed_file_extensions?: string[]
allowed_file_types?: string[]
allowed_file_upload_methods?: TransferMethod[]
}
export type PromptConfig = {