wujingjing
2025-04-09 2b8b2cac4fe3f05474459a034bc4034f2d7aa0cb
src/components/chat/components/playBar/hook/useAttach.ts
@@ -1,6 +1,6 @@
import { ref } from 'vue';
export type AttachType = 'file' | 'table';
export type AttachType = 'file' | 'table' | 'metric';
export type Attach<T = any> = {
   title: string;
   type: AttachType;