docs: update agent source-of-truth files to latest SDK versions - #1458
Draft
ericciarla wants to merge 2 commits into
Draft
ericciarla wants to merge 2 commits into
ericciarla wants to merge 2 commits into
Conversation
Update all 6 agent quickstart files with parameters and features from the latest SDK source code and v2 OpenAPI spec: - Node.js: v4.18.2 → v4.41.0 - Python: v4.22.1 → v4.44.0 - Rust: v2.0.0 → v2.21.0 - Java: v1.2.0 → v1.18.0 - Elixir: v1.0.0 → v1.11.0 - curl: aligned with current v2-openapi.json New parameters across SDKs: lockdown, redactPII, auditMetadata, domainTools, toolDetail, threatProtection, includeDomains, excludeDomains, country, highlights, origin. New format types: product, menu. Updated defaults from OpenAPI spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015dTb7RqrvM3oqd7xgvnPgU
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015dTb7RqrvM3oqd7xgvnPgU
Contributor
Author
|
The "Locale literals and extraction-hostile markdown" CI check is failing, but this is a pre-existing issue on the base branch — the same check fails on every recent PR (#1456, #1457, and the locadex translation PRs). The failures are all in localized files ( No fix is available from this PR's scope since the CLAUDE.md guidelines prohibit modifying localized files. Generated by Claude Code |
This branch was successfully deployed
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 SDK languages:
lockdown— serve only cached resultsredactPII/redact_pii— PII redaction with mode/entity/style optionsauditMetadata/audit_metadata— SIEM logging attributiondomainTools/domain_tools— Alexandria tool discoverytoolDetail/tool_detail— tool contract verbosity controlthreatProtection/threat_protection— per-request threat protection overrideincludeDomains/include_domains— restrict search to specific domainsexcludeDomains/exclude_domains— exclude domains from searchcountry— ISO country code geo-targeting for searchhighlights— query-relevant highlights in search resultsorigin— request attribution (auto-set by SDKs)New format types:
product,menu,rawBase64,question(object),highlights(object)Updated defaults from OpenAPI spec (curl file):
onlyMainContenttrue,removeBase64Imagestrue,blockAdstrue,storeInCachetrue,proxy"auto", searchlimitdefault 10Test plan
.mdxfile renders correctly in Mintlify🤖 Generated with Claude Code
https://claude.ai/code/session_015dTb7RqrvM3oqd7xgvnPgU
Generated by Claude Code