Skip to content

Commit 3496628

Browse files
authored
Remove note about unavailable streaming capability of the model (#1630)
1 parent 54fb56a commit 3496628

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pydantic_ai_slim/pydantic_ai/models/anthropic.py

-4
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ class AnthropicModel(Model):
109109
Internally, this uses the [Anthropic Python client](https://github.com/anthropics/anthropic-sdk-python) to interact with the API.
110110
111111
Apart from `__init__`, all methods are private or match those of the base class.
112-
113-
!!! note
114-
The `AnthropicModel` class does not yet support streaming responses.
115-
We anticipate adding support for streaming responses in a near-term future release.
116112
"""
117113

118114
client: AsyncAnthropic = field(repr=False)

0 commit comments

Comments
 (0)