fix response typing

This commit is contained in:
Ishaan Jaff 2025-03-26 16:56:56 -07:00
parent 3b93b0da15
commit f450fbdfa0

View file

@ -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):