chore: can use setting config
This commit is contained in:
parent
4ae03c2101
commit
beda954867
3 changed files with 36 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue