mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
docs: Clarify Bedrock AgentCore documentation
Co-authored-by: krrishdholakia <krrishdholakia@gmail.com>
This commit is contained in:
parent
921f3167a0
commit
d13231f766
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@ Call Bedrock AgentCore in the OpenAI Request/Response format.
|
|||
| Provider Route on LiteLLM | `bedrock/agentcore/{AGENT_RUNTIME_ARN}` |
|
||||
| Provider Doc | [AWS Bedrock AgentCore ↗](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agentcore_InvokeAgentRuntime.html) |
|
||||
|
||||
:::info
|
||||
|
||||
This documentation is for **AgentCore Agents** (agent runtimes). If you want to use AgentCore MCP servers, add them as you would any other MCP server. See the [MCP documentation](https://docs.litellm.ai/docs/mcp) for details.
|
||||
|
||||
:::
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Model Format to LiteLLM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue