chore: mark zep componente as deprecated (#7130)
Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>
This commit is contained in:
parent
51d95fa9fe
commit
37b8e9e4a4
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ class ZepChatMemory(LCChatMemoryComponent):
|
|||
description = "Retrieves and store chat messages from Zep."
|
||||
name = "ZepChatMemory"
|
||||
icon = "ZepMemory"
|
||||
legacy = True
|
||||
|
||||
inputs = [
|
||||
MessageTextInput(name="url", display_name="Zep URL", info="URL of the Zep instance."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue