feat: ai elements (#1143)

This commit is contained in:
josh 2025-08-28 14:15:36 +01:00 committed by GitHub
parent 66e8227655
commit f09be3f286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 3558 additions and 500 deletions

View file

@ -322,7 +322,7 @@ function PureArtifact({
artifactStatus={artifact.status}
/>
<form className="flex flex-row gap-2 relative items-end w-full px-4 pb-4">
<div className="flex flex-row gap-2 relative items-end w-full px-4 pb-4">
<MultimodalInput
chatId={chatId}
input={input}
@ -337,7 +337,7 @@ function PureArtifact({
setMessages={setMessages}
selectedVisibilityType={selectedVisibilityType}
/>
</form>
</div>
</div>
</motion.div>
)}