We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25faefc commit 59c6868Copy full SHA for 59c6868
docs/models/bedrock.md
@@ -87,7 +87,7 @@ Bedrock supports [prompt caching](https://docs.aws.amazon.com/bedrock/latest/use
87
88
You can combine all of them:
89
90
-```python
+```python {test="skip"}
91
from pydantic_ai import Agent, CachePoint, RunContext
92
from pydantic_ai.models.bedrock import BedrockConverseModel, BedrockModelSettings
93
@@ -128,7 +128,7 @@ async def main():
128
129
Access cache usage statistics via [`RequestUsage`][pydantic_ai.usage.RequestUsage]:
130
131
132
from pydantic_ai import Agent, CachePoint
133
134
agent = Agent('bedrock:us.anthropic.claude-sonnet-4-5-20250929-v1:0')
0 commit comments