minor: fix the prompt

This commit is contained in:
dayuan.jiang
2025-03-25 10:56:08 +00:00
parent 5d152c66d5
commit bd6946a13c
6 changed files with 123 additions and 166 deletions

View File

@@ -82,7 +82,6 @@ export default function ChatPanel({
// Clear files after submission
setFiles(undefined);
console.log("messages", messages);
} catch (error) {
console.error("Error fetching chart data:", error);
}