wujingjing
2025-02-26 08c6ecf506bfc7003894775fe57d98d9b11f3d9e
src/components/chat/smallChat/types.ts
@@ -1,6 +1,8 @@
export type AssistantContent = {
   value:string;
   isLoading: boolean;
   isError: boolean;
   reason?: string;
};
export type UserContent = {