all renderers using json

This commit is contained in:
ValueOn AG 2025-10-12 00:51:52 +02:00
parent 99215e27fe
commit 9fe9732a89

View file

@ -98,7 +98,7 @@ class RendererHtml(BaseRenderer):
raise Exception(f"HTML generation failed: {str(e)}")
async def _get_html_styles(self, user_prompt: str, ai_service=None) -> Dict[str, Any]:
"""Simple AI call to get HTML styling definitions."""
"""Get HTML styling definitions using base template AI styling."""
if not ai_service:
return self._get_default_html_styles()