{"id":4997,"date":"2026-03-04T12:12:44","date_gmt":"2026-03-04T18:12:44","guid":{"rendered":"https:\/\/centros.sotol.com\/?page_id=4997"},"modified":"2026-03-04T12:12:44","modified_gmt":"2026-03-04T18:12:44","slug":"copilot","status":"publish","type":"page","link":"https:\/\/centros.sotol.com\/en\/copilot\/","title":{"rendered":"Copilot"},"content":{"rendered":"<div id=\"sotol-copilot\">\n\n<div class=\"copilot-header\">\n\ud83c\udf76 Copilot Centros de Consumo\n<\/div>\n\n<div id=\"copilot-chat\"><\/div>\n\n<div class=\"copilot-input-area\">\n<input type=\"text\" id=\"copilot-input\" placeholder=\"Pregunta algo...\">\n<button id=\"copilot-send\">Preguntar<\/button>\n<\/div>\n\n<\/div>\n\n<style>\n\n#sotol-copilot{\nmax-width:600px;\nmargin:30px auto;\nborder-radius:12px;\nborder:1px solid #ddd;\nbackground:#fff;\nfont-family:system-ui;\n}\n\n.copilot-header{\npadding:12px;\nbackground:#111;\ncolor:#fff;\nfont-weight:600;\nborder-radius:12px 12px 0 0;\n}\n\n#copilot-chat{\nheight:350px;\noverflow-y:auto;\npadding:15px;\n}\n\n.msg-user{\nbackground:#e9f5ff;\npadding:10px;\nmargin-bottom:10px;\nborder-radius:8px;\n}\n\n.msg-ai{\nbackground:#f4f4f4;\npadding:10px;\nmargin-bottom:10px;\nborder-radius:8px;\n}\n\n.copilot-input-area{\ndisplay:flex;\nborder-top:1px solid #eee;\n}\n\n#copilot-input{\nflex:1;\nborder:none;\npadding:12px;\n}\n\n#copilot-send{\nbackground:#111;\ncolor:#fff;\nborder:none;\npadding:0 20px;\ncursor:pointer;\n}\n\n<\/style>\n\n<script>\n\ndocument.addEventListener(\"DOMContentLoaded\", function(){\n\nconst chat = document.getElementById(\"copilot-chat\");\nconst input = document.getElementById(\"copilot-input\");\nconst btn = document.getElementById(\"copilot-send\");\n\nbtn.onclick = enviar;\n\ninput.addEventListener(\"keypress\", function(e){\nif(e.key === \"Enter\") enviar();\n});\n\nfunction enviar(){\n\nconst pregunta = input.value.trim();\nif(!pregunta) return;\n\nchat.innerHTML += `<div class=\"msg-user\">${pregunta}<\/div>`;\n\ninput.value = \"\";\n\nfetch(\"\/wp-json\/shdc-ai\/v1\/copilot\",{\nmethod:\"POST\",\nheaders:{\n\"Content-Type\":\"application\/json\"\n},\nbody:JSON.stringify({\npregunta:pregunta\n})\n})\n.then(r=>r.json())\n.then(data=>{\nchat.innerHTML += `<div class=\"msg-ai\">${data.respuesta}<\/div>`;\nchat.scrollTop = chat.scrollHeight;\n});\n\n}\n\n});\n\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4997","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/pages\/4997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/comments?post=4997"}],"version-history":[{"count":1,"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/pages\/4997\/revisions"}],"predecessor-version":[{"id":4998,"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/pages\/4997\/revisions\/4998"}],"wp:attachment":[{"href":"https:\/\/centros.sotol.com\/en\/wp-json\/wp\/v2\/media?parent=4997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}