mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 18:48:27 +00:00
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