0 Votes

Changes for page LLMChatRenderer

Last modified by Ryan C on 2025/08/04 03:46

From version 12.1
edited by Ryan C
on 2025/08/04 03:30
Change comment: There is no comment for this version
To version 11.1
edited by Ryan C
on 2025/08/04 03:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,6 @@
1 1  {{velocity}}
2 2  #if ($xcontext.action != 'jsx')
3 3  $xwiki.parseContent("
4 -#macro(htmlMacro)
5 5  {{html}}
6 6  <script>
7 7  console.log('✅ Renderer script is running');
... ... @@ -54,8 +54,6 @@
54 54  });
55 55  </script>
56 56  {{/html}}
57 -#end
58 -#htmlMacro()
59 59  ")
60 60  #end
61 61  {{/velocity}}