Skip to content

Commit

Permalink
core[patch]: mark RemoveMessage beta (#23656)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jul 2, 2024
1 parent 1d54ac9 commit d677dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/core/langchain_core/messages/modifier.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from typing import Any, List, Literal

from langchain_core._api import beta
from langchain_core.messages.base import BaseMessage


@beta()
class RemoveMessage(BaseMessage):
"""Message responsible for deleting other messages."""

Expand Down

0 comments on commit d677dad

Please sign in to comment.