mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +02:00
feat: add PDF preview and export functionality for Typst-based reports, enhance report content handling
This commit is contained in:
parent
aac65e122e
commit
39aaf92f0e
2 changed files with 81 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue