mirror of
https://gitee.com/dify_ai/dify.git
synced 2025-12-06 11:29:30 +08:00
Feat/15534 support replacing the bot in chat input placeholder with the bots name (#20473)
This commit is contained in:
@@ -59,6 +59,7 @@ export type PromptVariable = {
|
||||
config?: Record<string, any>
|
||||
icon?: string
|
||||
icon_background?: string
|
||||
hide?: boolean // used in frontend to hide variable
|
||||
}
|
||||
|
||||
export type CompletionParams = {
|
||||
|
||||
Reference in New Issue
Block a user