Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jul 11, 2024
1 parent 844586a commit 03bcf88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/core/langchain_core/messages/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
if TYPE_CHECKING:
from langchain_core.prompts.chat import ChatPromptTemplate

Content = Union[str, List[Union[str, Dict]]]


class BaseMessage(Serializable):
"""Base abstract message class.
Expand Down

0 comments on commit 03bcf88

Please sign in to comment.