mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
refactors the conversation model from singular messages to queries
consisting of prompt and response
This commit is contained in:
@@ -8,7 +8,7 @@ const ConversationBubble = forwardRef<
|
||||
{
|
||||
message: string;
|
||||
type: MESSAGE_TYPE;
|
||||
className: string;
|
||||
className?: string;
|
||||
}
|
||||
>(function ConversationBubble({ message, type, className }, ref) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user