fix(web): update get llm,chat model list function

This commit is contained in:
zhaoying
2025-12-26 15:25:33 +08:00
parent 89ae99078a
commit 30a1f2afe9
5 changed files with 24 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ import type { ToolItem, Query, CustomToolModalRef } from './types';
import CustomToolModal from './components/CustomToolModal';
import SearchInput from '@/components/SearchInput'
import BodyWrapper from '@/components/Empty/BodyWrapper'
import RbCard from '@/components/RbCard'
import RbCard from '@/components/RbCard/Card'
import { getTools, deleteTool } from '@/api/tools'
const Custom: React.FC<{ getStatusTag: (status: string) => ReactNode }> = ({ getStatusTag }) => {