Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Dec 3, 2024
1 parent 0ec39f8 commit b9a922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ __pycache__/

# C extensions
*.so
.langgraph_api
.vscode

# Distribution / packaging
.Python
Expand Down
1 change: 1 addition & 0 deletions src/chatbot/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from chatbot.configuration import ChatConfigurable
from chatbot.utils import format_memories, init_model


@dataclass
class ChatState:
"""The state of the chatbot."""
Expand Down

0 comments on commit b9a922a

Please sign in to comment.