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.
1 parent dd7d12e commit 1c3ec18Copy full SHA for 1c3ec18
litellm/llms/anthropic/experimental_pass_through/adapters/streaming_iterator.py
@@ -31,7 +31,7 @@ class AnthropicStreamWrapper(AdapterCompletionStreamWrapper):
31
sent_first_chunk: bool = False
32
sent_content_block_start: bool = False
33
sent_content_block_finish: bool = False
34
- current_content_block_type: Literal["text", "tool_use"] = "text"
+ current_content_block_type: Literal["text", "tool_use", "thinking"] = "text"
35
sent_last_message: bool = False
36
holding_chunk: Optional[Any] = None
37
holding_stop_reason_chunk: Optional[Any] = None
0 commit comments