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