docs(search): add Web Search on Amazon Bedrock (AgentCore) provider docs - #702
Closed
CrypticDriver wants to merge 1 commit into
Closed
docs(search): add Web Search on Amazon Bedrock (AgentCore) provider docs#702CrypticDriver wants to merge 1 commit into
CrypticDriver wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Closed
4 tasks
Contributor
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.
Documentation for the Amazon Bedrock AgentCore web search provider added in BerriAI/litellm#34098 (fixes BerriAI/litellm#31819).
What's added
docs/search/bedrock_agentcore.md— provider page following the same structure as the other search providers (SDK usage, AI Gateway config, provider-specific parameters), plus sections the provider needs beyond the template:web_search_20250305tool, and this is the setup that fixes it with zero client-side changes<target-name>___WebSearchnaming rule, why tool names aren't auto-discovered, and thetool_name/AGENTCORE_SEARCH_TOOL_NAMEoverridedocs/search/index.md—agentcoreadded to the supported-providers table, request-parameter enum, and env-var tablesidebars.js— page registered under/searchAll parameter names, env vars, and defaults are taken from the implementation in BerriAI/litellm#34098 and verified against it.