wujingjing
2025-03-21 6e09e21b98b487621e7f19e1b91012a0e9e617ed
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;