Feat/15534 support replacing the bot in chat input placeholder with the bots name (#20473)

This commit is contained in:
crazywoola
2025-05-30 10:51:19 +08:00
committed by GitHub
parent 91eeb2ab76
commit 8e2d342de6
17 changed files with 28 additions and 15 deletions

View File

@@ -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 = {