feat: improve DEFAULT_WEBSEARCH_PROMPT for IoD and 3W citations

This commit is contained in:
Nex Zhu
2025-02-17 19:03:38 +08:00
parent 4c5d5cfe99
commit f617a05483
4 changed files with 71 additions and 33 deletions

5
src/types/web.ts Normal file
View File

@@ -0,0 +1,5 @@
export type WebSearchResult = {
url: string
name: string
content: string
}