feat: enhance web_fetch fallbacks
This commit is contained in:
@@ -43,7 +43,6 @@ type FirecrawlFetchConfig =
|
||||
timeoutSeconds?: number;
|
||||
}
|
||||
| undefined;
|
||||
|
||||
type CacheEntry<T> = {
|
||||
value: T;
|
||||
expiresAt: number;
|
||||
|
||||
Reference in New Issue
Block a user