Update web/app/components/app/configuration/config-var/index.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joel 2025-12-29 15:41:13 +08:00 committed by GitHub
parent 21694ab3b6
commit d319fcc234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type ExternalDataToolParams = {
type: string type: string
index: number index: number
name: string name: string
config?: Record<string, unknown> config?: PromptVariable['config']
icon?: string icon?: string
icon_background?: string icon_background?: string
} }