function handleSubmit()

in frontend/src/app/page.tsx [37:40]


  function handleSubmit() {
    setPrompt("");
    sendTextMessage(prompt);
  }