mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-06-27 00:41:33 +00:00
more log
This commit is contained in:
parent
2e863da334
commit
6776292cc2
@ -100,6 +100,10 @@ export function authMiddleware(
|
||||
model: (req.body as any)?.agent?.model,
|
||||
});
|
||||
rateLimiterMode = RateLimiterMode.ExtractAgentPreview;
|
||||
} else if (rateLimiterMode === RateLimiterMode.ExtractAgentPreview) {
|
||||
logger.warn("EAP passed into authMiddleware directly?", {
|
||||
body: req.body,
|
||||
});
|
||||
}
|
||||
|
||||
// if (rateLimiterMode === RateLimiterMode.Scrape && isAgentExtractModelValid((req.body as any)?.agent?.model)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user