mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +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
|
||||
|
||||
import anthropic
|
||||
from pydantic import PropertyInfo
|
||||
from typing_extensions import Annotated, TypeAlias
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
|
||||
class AnthropicResponseTextBlock(TypedDict, total=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue