minor: add some placeholder

This commit is contained in:
dayuan.jiang
2025-04-03 15:31:13 +00:00
parent d915318605
commit 7124bf03e9

View File

@@ -180,7 +180,9 @@ export function ChatInput({
onChange={onChange}
onKeyDown={handleKeyDown}
onPaste={handlePaste}
placeholder="Describe what changes you want to make to the diagram... (Press Cmd/Ctrl + Enter to send)"
placeholder="Describe what changes you want to make to the diagram
or upload(paste) an image to replicate a diagram.
(Press Cmd/Ctrl + Enter to send)"
disabled={status === "streaming"}
aria-label="Chat input"
className="min-h-[80px] resize-none transition-all duration-200 px-1 py-0"