feat: enhance web_fetch fallbacks

This commit is contained in:
Peter Steinberger
2026-01-17 00:00:15 +00:00
parent abf4c02a0d
commit 0179717d61
2 changed files with 8 additions and 1 deletions

View File

@@ -43,7 +43,6 @@ type FirecrawlFetchConfig =
timeoutSeconds?: number;
}
| undefined;
type CacheEntry<T> = {
value: T;
expiresAt: number;