mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix response typing
This commit is contained in:
parent
3b93b0da15
commit
f450fbdfa0
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
from typing import Any, Dict, List, Literal, Optional, TypedDict, Union
|
from typing import Any, Dict, List, Literal, Optional, TypedDict, Union
|
||||||
|
|
||||||
import anthropic
|
from typing_extensions import TypeAlias
|
||||||
from pydantic import PropertyInfo
|
|
||||||
from typing_extensions import Annotated, TypeAlias
|
|
||||||
|
|
||||||
|
|
||||||
class AnthropicResponseTextBlock(TypedDict, total=False):
|
class AnthropicResponseTextBlock(TypedDict, total=False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue