We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fb56a commit 3496628Copy full SHA for 3496628
pydantic_ai_slim/pydantic_ai/models/anthropic.py
@@ -109,10 +109,6 @@ class AnthropicModel(Model):
109
Internally, this uses the [Anthropic Python client](https://github.com/anthropics/anthropic-sdk-python) to interact with the API.
110
111
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.
116
"""
117
118
client: AsyncAnthropic = field(repr=False)
0 commit comments