docs: update agent source-of-truth to latest SDK versions - #1241
Draft
ericciarla wants to merge 1 commit into
Draft
docs: update agent source-of-truth to latest SDK versions#1241ericciarla wants to merge 1 commit into
ericciarla wants to merge 1 commit into
Conversation
Refresh all 6 agent source-of-truth files against current SDK source: - Node.js: 4.18.2 → 4.32.0 - Python: 4.22.1 → 4.34.0 - Rust: 2.0.0 → 2.12.1 - Java: 1.2.0 → 1.12.1 - Elixir: 1.0.0 → 1.9.1 New parameters across all SDKs: lockdown, redactPII/redact_pii, auditMetadata/audit_metadata, threatProtection/threat_protection, integration. New format types: product, menu, question, highlights. New search params: includeDomains/include_domains, excludeDomains/exclude_domains, highlights, developer category. Fixed stale Rust SDK source paths (src/v2/ → src/). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018yQHiz3LXZv7pbT6Z56WNC
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
New parameters documented across all SDKs:
lockdown— serve only cached resultsredactPII/redact_pii— PII redaction with mode/entities/replaceStyle optionsauditMetadata/audit_metadata— user attribution for SIEM loggingthreatProtection/threat_protection— threat-level filteringintegration— integration identifier taggingNew format types:
product— product data extractionmenu— menu/navigation extractionquestion— question-answer extraction (object-only format)highlights— relevant source-text extraction (object-only format)New search parameters:
includeDomains/include_domains— restrict results to specific domainsexcludeDomains/exclude_domains— exclude specific domainshighlights— query-relevant highlights (default true)developercategory added to search categoriesdeveloperfield added to SearchData return typeFixes:
src/v2/→src/)Source of truth
All changes verified against:
firecrawl/apps/{js,python,rust,java,elixir}-sdk/firecrawl-docs/api-reference/v2-openapi.jsonGenerated by Claude Code