We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4990bcb + 0a8d6fd commit 104fd82Copy full SHA for 104fd82
libs/agno/agno/models/anthropic/claude.py
@@ -23,7 +23,7 @@
23
ContentBlockDeltaEvent,
24
ContentBlockStartEvent,
25
ContentBlockStopEvent,
26
- MessageDeltaEvent,
+ # MessageDeltaEvent, # Broken at the moment
27
MessageStopEvent,
28
)
29
from anthropic.types import Message as AnthropicMessage
0 commit comments