Skip to content

Commit 9408b58

Browse files
ronakrmDouweM
andauthored
Update pydantic_ai_slim/pydantic_ai/models/bedrock.py
Co-authored-by: Douwe Maan <[email protected]>
1 parent f274699 commit 9408b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/bedrock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ async def _map_user_prompt(part: UserPromptPart, document_count: Iterator[int])
674674
elif isinstance(item, AudioUrl): # pragma: no cover
675675
raise NotImplementedError('Audio is not supported yet.')
676676
elif isinstance(item, CachePoint):
677-
# Bedrock doesn't support prompt caching via CachePoint in this implementation
677+
# Bedrock support has not been implemented yet: https://github.com/pydantic/pydantic-ai/issues/3418
678678
pass
679679
else:
680680
assert_never(item)

0 commit comments

Comments
 (0)