Skip to content

Commit fb68fa6

Browse files
committed
fix: remove unknown part type
1 parent 88de54e commit fb68fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Chat/PartTypes/MessageHandler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ return(
342342
</Tool>
343343
)
344344
}
345-
return <>Unknown part type: {part.type}</>
345+
// return <>Unknown part type: {part.type}</>
346346
})
347347
)
348348

0 commit comments

Comments
 (0)