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