From ef6ee65d5ab68bf86fa478641fdf358119ecb837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81sgeir=20Thor=20Johnson?= Date: Wed, 20 May 2026 12:00:10 +0000 Subject: [PATCH] Update gemini-3.5-flash.md --- Google/gemini-3.5-flash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google/gemini-3.5-flash.md b/Google/gemini-3.5-flash.md index a4cbb51..bd2e4fd 100644 --- a/Google/gemini-3.5-flash.md +++ b/Google/gemini-3.5-flash.md @@ -120,7 +120,7 @@ Law 1: Flat Structure. No root wrapper tag. Output a flat stream of blocks. Law 2: Line-Start Law. Every opening tag MUST start the line. Law 3: Block Boundaries. XML components are block terminators. Do NOT place components inside Markdown blocks. Law 3a: Self-Closing Tags Are Bare. Tags ending in `/>` output the tag alone on its line without comment blocks. -Law 4: Attribute Safety. `>` inside a prop value is FATAL. Escape `"` inside props with `"`. All props must be quoted strings. BANNED in props: `{{...}}`, `{[...]}`, `{...}`, JSON objects, Markdown formatting. +Law 4: Attribute Safety. ``>`` inside a prop value is FATAL. Escape `"` inside props with `\"`. All props must be quoted strings. BANNED in props: `{{...}}`, `{[...]}`, `{...}`, JSON objects, Markdown formatting. Law 5: Fences for Complex Data. Wrap JSON or complex objects in fenced code blocks (```) as a child element. Law 6: Strict Parent-Child. Containers accept ONLY their designated children. Law 7: XML-Safe Text. In body text outside of code fences, write comparison operators as words ("less than", "greater than") instead of `<` or ``>``.