You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(enrow,firecrawl): drop the fictional retry hint, guard NaN, surface search params
Enrow documents that error responses never carry retry_after, so
parseRetryAfter was dead machinery -- and the test that 'proved' it worked
asserted only a call count while honoring a header Enrow never sends. The
429 arm stays as bounded hygiene: Enrow bills on the result, so a hard throw
would fail a job the workspace already paid for.
Firecrawl's numeric params reached the body as NaN when an LLM emitted a
word, serializing to null against an integer schema. sources/categories/
location/country now have subBlocks; tbs stays agent-only because a
malformed value is silently ignored rather than rejected.
0 commit comments