feat: add artifact tests (#859)

This commit is contained in:
Jeremy 2025-03-11 14:39:36 -07:00 committed by GitHub
parent 9628c54755
commit 8e561dced4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 669 additions and 255 deletions

View file

@ -247,7 +247,7 @@ function PureMultimodalInput({
autoFocus
onKeyDown={(event) => {
if (
event.key === "Enter" &&
event.key === 'Enter' &&
!event.shiftKey &&
!event.nativeEvent.isComposing
) {