wujingjing
2025-04-09 28706df7da34b8854cdce96ad89c035eaded6ea9
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;