all renderers using json
This commit is contained in:
parent
99215e27fe
commit
9fe9732a89
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue