Update tool panel

This commit is contained in:
Xin Wang
2026-02-09 00:14:11 +08:00
parent 0fc56e2685
commit 77b186dceb
7 changed files with 537 additions and 120 deletions

View File

@@ -161,6 +161,8 @@ export interface Tool {
category: 'system' | 'query';
icon: string;
isCustom?: boolean;
isSystem?: boolean;
enabled?: boolean;
}
export interface LLMModel {