feat: add PDF preview and export functionality for Typst-based reports, enhance report content handling

This commit is contained in:
Anish Sarkar 2026-04-15 21:11:27 +05:30
parent aac65e122e
commit 39aaf92f0e
2 changed files with 81 additions and 0 deletions

View file

@ -71,4 +71,11 @@ SYSTEM_PROMPT_DEFAULTS: list[dict] = [
"prompt": "Search the web for information about:\n\n{selection}",
"mode": "explore",
},
{
"slug": "build-resume",
"version": 1,
"name": "Build Resume",
"prompt": "Build me a professional resume. Here is my information:\n\n{selection}",
"mode": "explore",
},
]