function Chat() { const [input, setInput] = useState("") const [seed, setSeed] = useState("") const {personid} = useParams() cons