wujingjing
2025-04-10 8aa7ffddc511138d61d64029157c11cfccc5431d
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;