const resp = await fetch("https://cool-dust-6ef0.cfarah-dev.workers.dev/", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ message: q }) }); const { reply } = await resp.json(); add('AI', reply || '—');