mirror of
https://github.com/langchain-ai/memory-template.git
synced 2026-07-01 13:40:54 -04:00
Update
This commit is contained in:
@@ -5,6 +5,8 @@ __pycache__/
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
.langgraph_api
|
||||
.vscode
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
|
||||
@@ -13,6 +13,7 @@ from typing_extensions import Annotated
|
||||
from chatbot.configuration import ChatConfigurable
|
||||
from chatbot.utils import format_memories, init_model
|
||||
|
||||
|
||||
@dataclass
|
||||
class ChatState:
|
||||
"""The state of the chatbot."""
|
||||
|
||||
Reference in New Issue
Block a user