Superagent
Make your AI safe. And prove it.
Website Β· Docs Β· Discord Β· HuggingFace
function r(){document.querySelectorAll(".markdown-copy-btn").forEach(t=>{t.getAttribute("data-init")||(t.setAttribute("data-init","true"),t.addEventListener("click",async()=>{const n=t,i=n.dataset.code||"",e=n.querySelector(".btn-text"),o=n.querySelector(".btn-icon");try{await navigator.clipboard.writeText(i),e&&(e.textContent="Done!"),o&&(o.textContent="β
"),setTimeout(()=>{e&&(e.textContent="Copy"),o&&(o.textContent="π")},2e3)}catch(c){console.error("Copy failed",c)}}))})}r();document.addEventListener("astro:after-swap",r);