mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-08 17:32:27 +08:00
chore: can use setting config
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user