<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Improving Copilot Observability in SAS Viya: Introducing Viya GenAIMonitor (Community Project) in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986314#M3056</link>
    <description>&lt;P&gt;As Copilot capabilities become more widely used in SAS Viya, understanding how these features are being adopted in real environments is increasingly important.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions such as who is using Copilot, how often, and in what context often arise—from customers, administrators, and support teams alike. While safety mechanisms and guardrails are fundamental, &lt;STRONG&gt;observability&lt;/STRONG&gt; plays a key role in building trust, supporting troubleshooting, and enabling meaningful feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This post introduces &lt;STRONG&gt;Viya GenAIMonitor&lt;/STRONG&gt;, an &lt;STRONG&gt;unofficial&lt;/STRONG&gt;, &lt;STRONG&gt;community-led tool&lt;/STRONG&gt; created to explore these observability needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6393041607112w1088h540r159" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6393041607112" data-account="6058004174001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004174001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6393041607112w1088h540r159');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://communities.sas.com/t5/video/gallerypage/video-id/6393041607112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;Because Observality Matters&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The initial goal of this project was to enable a &lt;STRONG&gt;clearer way to retrieve and review prompts and responses generated by Copilot&lt;/STRONG&gt;. Access to real conversations can help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Review how users interact with Copilot features&lt;/LI&gt;
&lt;LI&gt;Identify response quality issues, including potential hallucinations&lt;/LI&gt;
&lt;LI&gt;Support troubleshooting and customer-reported scenarios&lt;/LI&gt;
&lt;LI&gt;Inform future improvements through real usage examples&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As development progressed, the scope naturally expanded to include broader usage observability, helping teams better understand how Copilot is being used across different environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What Is Viya4 GenAI Monitor?&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Viya GenAIMonitor is a &lt;STRONG&gt;lightweight&lt;/STRONG&gt;, &lt;STRONG&gt;browser-based&lt;/STRONG&gt; dashboard that connects to a &lt;STRONG&gt;SAS Viya Platform&lt;/STRONG&gt; through a &lt;STRONG&gt;local Python proxy&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It enables &lt;STRONG&gt;read-only access&lt;/STRONG&gt; to SAS Viya Copilot conversations, making it possible to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;View active and historical Copilot chat sessions&lt;/LI&gt;
&lt;LI&gt;Explore conversations by user, chat ID, or free-text search&lt;/LI&gt;
&lt;LI&gt;Understand usage patterns across environments&lt;/LI&gt;
&lt;LI&gt;Safely retrieve chats for troubleshooting or analysis&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The design follows a few strict principles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Read-only access&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Local-first architecture&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;No external services&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;No stored credentials&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Everything stays within the environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Intended Audience&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This community tool may be useful for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Technical Support teams&lt;/STRONG&gt;&amp;nbsp;retrieving conversations to assist with analysis and troubleshooting&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Customer administrators&lt;/STRONG&gt;&amp;nbsp;seeking visibility into Copilot usage within their environments&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;End users or power users&lt;/STRONG&gt;&amp;nbsp;revisiting previous chats or commonly used prompts&lt;/LI&gt;
&lt;LI&gt;Anyone who needs to retrieve or review SAS Viya Copilot conversations for learning or analysis purposes&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Community and Contribution&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Viya GenAIMonitor is a &lt;STRONG&gt;community-developed&lt;/STRONG&gt; tool and is &lt;STRONG&gt;not officially supported by SAS Standard Support&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;That said, feedback and discussion are encouraged. Customers and community members are welcome to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ask questions&lt;/LI&gt;
&lt;LI&gt;Share observations or suggestions&lt;/LI&gt;
&lt;LI&gt;Provide feedback based on real-world usage&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These conversations can take place through the project’s &lt;STRONG&gt;GitHub&lt;/STRONG&gt; page or within the &lt;STRONG&gt;SAS Communities&lt;/STRONG&gt; platform, depending on what is most convenient.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community input plays an important role in shaping ideas, identifying opportunities for improvement, and exploring how Copilot observability can better support real customer needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Closing Thoughts&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Copilot features continue to evolve, visibility into real-world usage can help improve understanding, support, and trust. This project represents one community-driven exploration of that space.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If observability of Copilot usage in SAS Viya is relevant to your work, you are welcome to review the project, share feedback, or contribute.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 21:09:52 GMT</pubDate>
    <dc:creator>vitorlima86</dc:creator>
    <dc:date>2026-04-13T21:09:52Z</dc:date>
    <item>
      <title>Improving Copilot Observability in SAS Viya: Introducing Viya GenAIMonitor (Community Project)</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986314#M3056</link>
      <description>&lt;P&gt;As Copilot capabilities become more widely used in SAS Viya, understanding how these features are being adopted in real environments is increasingly important.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Questions such as who is using Copilot, how often, and in what context often arise—from customers, administrators, and support teams alike. While safety mechanisms and guardrails are fundamental, &lt;STRONG&gt;observability&lt;/STRONG&gt; plays a key role in building trust, supporting troubleshooting, and enabling meaningful feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This post introduces &lt;STRONG&gt;Viya GenAIMonitor&lt;/STRONG&gt;, an &lt;STRONG&gt;unofficial&lt;/STRONG&gt;, &lt;STRONG&gt;community-led tool&lt;/STRONG&gt; created to explore these observability needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6393041607112w1088h540r192" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6393041607112" data-account="6058004174001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004174001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6393041607112w1088h540r192');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://communities.sas.com/t5/video/gallerypage/video-id/6393041607112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;H2&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;Because Observality Matters&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The initial goal of this project was to enable a &lt;STRONG&gt;clearer way to retrieve and review prompts and responses generated by Copilot&lt;/STRONG&gt;. Access to real conversations can help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Review how users interact with Copilot features&lt;/LI&gt;
&lt;LI&gt;Identify response quality issues, including potential hallucinations&lt;/LI&gt;
&lt;LI&gt;Support troubleshooting and customer-reported scenarios&lt;/LI&gt;
&lt;LI&gt;Inform future improvements through real usage examples&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;As development progressed, the scope naturally expanded to include broader usage observability, helping teams better understand how Copilot is being used across different environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;What Is Viya4 GenAI Monitor?&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Viya GenAIMonitor is a &lt;STRONG&gt;lightweight&lt;/STRONG&gt;, &lt;STRONG&gt;browser-based&lt;/STRONG&gt; dashboard that connects to a &lt;STRONG&gt;SAS Viya Platform&lt;/STRONG&gt; through a &lt;STRONG&gt;local Python proxy&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It enables &lt;STRONG&gt;read-only access&lt;/STRONG&gt; to SAS Viya Copilot conversations, making it possible to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;View active and historical Copilot chat sessions&lt;/LI&gt;
&lt;LI&gt;Explore conversations by user, chat ID, or free-text search&lt;/LI&gt;
&lt;LI&gt;Understand usage patterns across environments&lt;/LI&gt;
&lt;LI&gt;Safely retrieve chats for troubleshooting or analysis&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The design follows a few strict principles:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Read-only access&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Local-first architecture&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;No external services&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;No stored credentials&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Everything stays within the environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Intended Audience&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This community tool may be useful for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Technical Support teams&lt;/STRONG&gt;&amp;nbsp;retrieving conversations to assist with analysis and troubleshooting&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Customer administrators&lt;/STRONG&gt;&amp;nbsp;seeking visibility into Copilot usage within their environments&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;End users or power users&lt;/STRONG&gt;&amp;nbsp;revisiting previous chats or commonly used prompts&lt;/LI&gt;
&lt;LI&gt;Anyone who needs to retrieve or review SAS Viya Copilot conversations for learning or analysis purposes&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Community and Contribution&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Viya GenAIMonitor is a &lt;STRONG&gt;community-developed&lt;/STRONG&gt; tool and is &lt;STRONG&gt;not officially supported by SAS Standard Support&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;That said, feedback and discussion are encouraged. Customers and community members are welcome to:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Ask questions&lt;/LI&gt;
&lt;LI&gt;Share observations or suggestions&lt;/LI&gt;
&lt;LI&gt;Provide feedback based on real-world usage&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These conversations can take place through the project’s &lt;STRONG&gt;GitHub&lt;/STRONG&gt; page or within the &lt;STRONG&gt;SAS Communities&lt;/STRONG&gt; platform, depending on what is most convenient.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Community input plays an important role in shaping ideas, identifying opportunities for improvement, and exploring how Copilot observability can better support real customer needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Closing Thoughts&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Copilot features continue to evolve, visibility into real-world usage can help improve understanding, support, and trust. This project represents one community-driven exploration of that space.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If observability of Copilot usage in SAS Viya is relevant to your work, you are welcome to review the project, share feedback, or contribute.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 21:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986314#M3056</guid>
      <dc:creator>vitorlima86</dc:creator>
      <dc:date>2026-04-13T21:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Copilot Observability in SAS Viya: Introducing Viya GenAIMonitor (Community Project)</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986342#M3057</link>
      <description>&lt;P&gt;Sorry, I forgot to add the link to the page:&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;SPAN&gt;&lt;STRONG&gt;GitHub project&lt;/STRONG&gt;:&amp;nbsp;&lt;A title="Viya GenAIMonitor" href="https://github.com/sascommunities/technical-support-code/tree/main/usage/administration/sas-gen-ai-monitor-vk" target="_blank" rel="noopener"&gt;Viya GenAIMonitor&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Questions or feedback can also be shared through this post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 13:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986342#M3057</guid>
      <dc:creator>vitorlima86</dc:creator>
      <dc:date>2026-04-14T13:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Improving Copilot Observability in SAS Viya: Introducing Viya GenAIMonitor (Community Project)</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986840#M3064</link>
      <description>&lt;P data-end="169" data-start="152"&gt;&lt;STRONG data-end="169" data-start="152"&gt;New Features available:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-end="329" data-start="170"&gt;
&lt;LI data-end="206" data-start="170" data-section-id="1ou3p06"&gt;&lt;span class="lia-unicode-emoji" title=":pushpin:"&gt;📌&lt;/span&gt; Pinned chats for quick access&lt;/LI&gt;
&lt;LI data-end="250" data-start="207" data-section-id="1ivuh4b"&gt;&lt;span class="lia-unicode-emoji" title=":speech_balloon:"&gt;💬&lt;/span&gt; Ability to add comments to each chat&lt;/LI&gt;
&lt;LI data-end="291" data-start="251" data-section-id="1jt92ow"&gt;&lt;span class="lia-unicode-emoji" title=":repeat_button:"&gt;🔁&lt;/span&gt; Replay function for conversations&lt;/LI&gt;
&lt;LI data-end="329" data-start="292" data-section-id="lemdsq"&gt;&lt;span class="lia-unicode-emoji" title=":id_button:"&gt;🆔&lt;/span&gt; One-click auto-copy of Chat ID&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-end="362" data-start="331"&gt;&lt;STRONG data-end="362" data-start="331"&gt;Data &amp;amp; Export Enhancements:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-end="521" data-start="363"&gt;
&lt;LI data-end="440" data-start="363" data-section-id="1mq75dv"&gt;&lt;span class="lia-unicode-emoji" title=":bar_chart:"&gt;📊&lt;/span&gt; Download CSV data from &lt;EM data-end="396" data-start="391"&gt;All&lt;/EM&gt; and &lt;EM data-end="410" data-start="401"&gt;History&lt;/EM&gt; (with period-based sorting)&lt;/LI&gt;
&lt;LI data-end="521" data-start="441" data-section-id="1h491z6"&gt;&lt;span class="lia-unicode-emoji" title=":chart_increasing:"&gt;📈&lt;/span&gt; Export graph views for all users or individual users (PNG or PDF formats)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-end="546" data-start="523"&gt;&lt;STRONG data-end="546" data-start="523"&gt;New Visualizations:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-end="618" data-start="547"&gt;
&lt;LI data-end="567" data-start="547" data-section-id="19t00ag"&gt;&lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt; Heatmap chart&lt;/LI&gt;
&lt;LI data-end="618" data-start="568" data-section-id="c8c5fj"&gt;🧭 User journey chart (based on selected user)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-end="640" data-start="620"&gt;&lt;STRONG data-end="640" data-start="620"&gt;UI Improvements:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-end="693" data-start="641"&gt;
&lt;LI data-end="693" data-start="641" data-section-id="g2zfzj"&gt;&lt;span class="lia-unicode-emoji" title=":sparkles:"&gt;✨&lt;/span&gt; Refactored interface for a smoother experience&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6394005424112w1260h540r319" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6394005424112" data-account="6058004174001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004174001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6394005424112w1260h540r319');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://communities.sas.com/t5/video/gallerypage/video-id/6394005424112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 16:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Improving-Copilot-Observability-in-SAS-Viya-Introducing-Viya/m-p/986840#M3064</guid>
      <dc:creator>HelissonMota</dc:creator>
      <dc:date>2026-04-27T16:31:24Z</dc:date>
    </item>
  </channel>
</rss>

