fix(web): optimize the pop logic of the tool selector (#21558) (#21559)

This commit is contained in:
HyaCinth
2025-06-26 16:45:01 +08:00
committed by GitHub
parent d2814650e6
commit 79fa3c7519
2 changed files with 19 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ export type ToolValue = {
provider_name: string
tool_name: string
tool_label: string
tool_description: string
tool_description?: string
settings?: Record<string, any>
parameters?: Record<string, any>
enabled?: boolean