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(integrations): correct claims that overstated or invented provider behavior
- restore firecrawl's conditional country default; the server applies 'us'
only when location is unset, and flattening it to the OpenAPI's bare
default was the regression
- declare firecrawl's six undeclared subBlocks in inputs
- agentmail's justification claimed no trash exists; it does. The operative
point stands: the endpoint takes no deletion-mode parameter
- drop apify's synthesized status; the sync 201 declares no status field,
matching the runId removal this branch already made
- daytona documents no timeout default, and reserves 'combined output' for
session commands, not these two
- elasticsearch's scheme guard is belt-and-braces: the transport rejects a
scheme-less external URL before it resolves. Both the TSDoc and the
user-facing error said otherwise.
description: 'Timeout in seconds (defaults to 10 seconds)',
53
+
description:
54
+
'Maximum time in seconds to wait for the command to complete; 0 disables the server-side limit. Daytona documents no default, so leaving this blank uses whatever the toolbox daemon applies.',
description: 'Timeout in seconds (defaults to 10 seconds)',
47
+
description:
48
+
'Maximum time in seconds to wait for the code run to complete; 0 disables the server-side limit. Daytona documents no default, so leaving this blank uses whatever the toolbox daemon applies.',
0 commit comments