wujingjing
2025-03-10 0159386060edb946f29b5adcd9659dbfac06d6e1
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;