Provide a page to view details of the logged AI reqest in a beatified way
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3553000. --> Reported by: [murz](https://www.drupal.org/user/157092) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Now the "AI Usage Reports" module displays the details about the logged AI request and response in a raw way: just a YAML-formatted JSON object.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Would be great to beautify it and render the specific fields in a more user-friendly way. </p> <p>The idea is to create a Views page that will accept the log entry UUID as an argument, and render specific data values by JSONPath using the "Log Value" views plugin. This way will provide a page that is editable and extendable without code changes. </p> > Related issue: [Issue #3533109](https://www.drupal.org/node/3533109)
issue