# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-08 13:29:33 -07:00
parent 96886afaca
commit f229c433fe
17 changed files with 175 additions and 4 deletions

View file

@ -186,5 +186,6 @@ class BedrockInferenceAdapter(
top_logprobs: int | None = None,
top_p: float | None = None,
user: str | None = None,
**kwargs: Any,
) -> OpenAIChatCompletion | AsyncIterator[OpenAIChatCompletionChunk]:
raise NotImplementedError("OpenAI chat completion not supported by the Bedrock provider")