fix: do not extract the error message from chat chunk

This commit is contained in:
jialin
2025-08-18 18:22:46 +08:00
parent eb2cae7a77
commit 3f243129a4
2 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ const HighlightCode: React.FC<{
);
};
export default React.memo(HighlightCode);
export default HighlightCode;