feat: improve DEFAULT_WEBSEARCH_PROMPT for IoD and 3W citations
This commit is contained in:
5
src/types/web.ts
Normal file
5
src/types/web.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type WebSearchResult = {
|
||||
url: string
|
||||
name: string
|
||||
content: string
|
||||
}
|
||||
Reference in New Issue
Block a user