[feature] adds web_search and fetch_url tool calls
This commit is contained in:
3
server/src/types/html-to-text.d.ts
vendored
Normal file
3
server/src/types/html-to-text.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module "html-to-text" {
|
||||
export function convert(html: string, options?: unknown): string;
|
||||
}
|
||||
Reference in New Issue
Block a user