Skip to content

Commit 783607c

Browse files
Skip documentation examples from tests
1 parent 6612939 commit 783607c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/models/bedrock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Bedrock supports [prompt caching](https://docs.aws.amazon.com/bedrock/latest/use
8787
8888
You can combine all of them:
8989

90-
```python
90+
```python {test="skip"}
9191
from pydantic_ai import Agent, CachePoint, RunContext
9292
from pydantic_ai.models.bedrock import BedrockConverseModel, BedrockModelSettings
9393

@@ -128,7 +128,7 @@ async def main():
128128

129129
Access cache usage statistics via [`RequestUsage`][pydantic_ai.usage.RequestUsage]:
130130

131-
```python
131+
```python {test="skip"}
132132
from pydantic_ai import Agent, CachePoint
133133

134134
agent = Agent('bedrock:us.anthropic.claude-sonnet-4-5-20250929-v1:0')

0 commit comments

Comments
 (0)