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;