Skip to content

Commit

Permalink
refactor: rename message_store to store_message in helpers module
Browse files Browse the repository at this point in the history
- Updated import statement in __init__.py to reflect the new module name for MessageStoreComponent.
- This change improves clarity and consistency in the component naming convention.
  • Loading branch information
ogabrielluiz committed Dec 19, 2024
1 parent c4661fb commit 1012b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/components/helpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from .current_date import CurrentDateComponent
from .id_generator import IDGeneratorComponent
from .memory import MemoryComponent
from .message_store import MessageStoreComponent
from .output_parser import OutputParserComponent
from .store_message import MessageStoreComponent
from .structured_output import StructuredOutputComponent

__all__ = [
Expand Down

0 comments on commit 1012b39

Please sign in to comment.