Update package version and add hideEditAndRegenerate prop

This commit is contained in:
n4ze3m
2024-03-16 14:28:32 +05:30
parent 78c44e13b0
commit 4aff7f991a
4 changed files with 32 additions and 18 deletions

View File

@@ -26,6 +26,7 @@ export const SidePanelBody = () => {
totalMessages={messages.length}
onRengerate={() => {}}
isProcessing={streaming}
hideEditAndRegenerate
/>
))}
<div className="w-full h-32 md:h-48 flex-shrink-0"></div>