This commit is contained in:
William Fu-Hinthorn
2024-12-02 18:24:43 -08:00
parent 0ec39f8777
commit b9a922a254
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ __pycache__/
# C extensions
*.so
.langgraph_api
.vscode
# Distribution / packaging
.Python
+1
View File
@@ -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."""