diff --git a/client/src/App.tsx b/client/src/App.tsx index a2dc8f0..7880b2a 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -647,6 +647,7 @@ const App = () => { setSelectedPrompt={(prompt) => { clearError("prompts"); setSelectedPrompt(prompt); + setPromptContent(""); }} handleCompletion={handleCompletion} completionsSupported={completionsSupported}