mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 14:24:40 +00:00
fix response typing
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
from typing import Any, Dict, List, Literal, Optional, TypedDict, Union
|
||||
|
||||
import anthropic
|
||||
from pydantic import PropertyInfo
|
||||
from typing_extensions import Annotated, TypeAlias
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
|
||||
class AnthropicResponseTextBlock(TypedDict, total=False):
|
||||
|
||||
Reference in New Issue
Block a user