Skip to content

Commit

Permalink
feat(chat): better centerize diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Feb 23, 2025
1 parent 92fa0e1 commit 019e5c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function createHtmlPreviewContextPrompt(): string {
xml('rule', { children: ['Always provide fallback content in case JavaScript is disabled'] }),
xml('rule', { children: ['For data analysis results, combine charts with brief textual explanations below'] }),
xml('rule', { children: ['Place charts at the beginning of the section, followed by explanatory text'] }),
xml('rule', { children: ['Centerize your visualizations and text properly using flex, they must be centered on the page'] }),
],
}),
xml('examples', {
Expand Down

0 comments on commit 019e5c0

Please sign in to comment.