You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"quiz": "quiz -> use `create_main_block` with `quiz_questions` array (multiple_choice or true_false)",
6163
-
"flashcards": "flashcards -> use `create_main_block` with `flashcards` array ({front, back, variant})",
6164
-
"images": "images -> call `search_brave_images` or `search_wiki_images` inline",
6165
-
"animation": "animation -> call `generate_math_animation` for math/physics/CS concepts",
6166
-
"youtube": "youtube embed -> use `create_main_block` with `youtube_urls` array",
6167
-
"tables": "tables -> include markdown tables (| col1 | col2 |) in your content",
6168
-
"graphs": "graphs/charts -> include a markdown table with quantitative data AND append a chart tag on the next line (<<bar>>, <<pie>>, <<line>>, <<scatter>>, <<area>>, etc.)",
6169
-
"code": "code -> include fenced code blocks with language tags (```python, ```javascript, etc.)",
6170
-
"equations": "equations -> include LaTeX math: $inline$ or $$display$$ blocks",
6171
-
"quote": "quote -> include blockquotes using > prefix",
"translation": "translation -> use `create_main_block` with `translations` array ({original, translated, language})",
6168
+
"quiz": "quiz -> when you have enough context to answer, use `create_main_block` with `quiz_questions` array (multiple_choice or true_false)",
6169
+
"flashcards": "flashcards -> when you have enough context to answer, use `create_main_block` with `flashcards` array ({front, back, variant})",
6170
+
"images": "images -> when the topic is specific enough, call `search_brave_images` or `search_wiki_images` inline",
6171
+
"animation": "animation -> when the concept is specific enough, call `generate_math_animation` for math/physics/CS concepts",
6172
+
"youtube": "youtube embed -> when you have enough context to answer, use `create_main_block` with `youtube_urls` array",
6173
+
"tables": "tables -> when you have enough context to answer, include markdown tables (| col1 | col2 |) in your content",
6174
+
"graphs": "graphs/charts -> when you have enough context to answer, include a markdown table with quantitative data AND append a chart tag on the next line (<<bar>>, <<pie>>, <<line>>, <<scatter>>, <<area>>, etc.)",
6175
+
"code": "code -> when you have enough context to answer, include fenced code blocks with language tags (```python, ```javascript, etc.)",
6176
+
"equations": "equations -> when you have enough context to answer, include LaTeX math: $inline$ or $$display$$ blocks",
6177
+
"quote": "quote -> when you have enough context to answer, include blockquotes using > prefix",
6178
+
"definition": "definition -> when you have enough context to answer, use blockquote format: > **Definition: Term** — explanation",
6179
+
"translation": "translation -> when you have enough context to answer, use `create_main_block` with `translations` array ({original, translated, language})",
0 commit comments