mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 10:12:43 +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