diff --git a/chatsky/slots/base_slots.py b/chatsky/slots/base_slots.py index 776df64b0..448f9cf63 100644 --- a/chatsky/slots/base_slots.py +++ b/chatsky/slots/base_slots.py @@ -1,6 +1,6 @@ """ Base Slots ------ +---------- This module defines base classes for slots. """ diff --git a/chatsky/slots/slot_manager.py b/chatsky/slots/slot_manager.py index a2b000f51..633c9ed00 100644 --- a/chatsky/slots/slot_manager.py +++ b/chatsky/slots/slot_manager.py @@ -1,6 +1,6 @@ """ Slot Manager ------ +------------ This module defines the SlotManager class, facilitating slot management for Pipeline. """ diff --git a/chatsky/slots/standard_slots.py b/chatsky/slots/standard_slots.py index fc1c921b8..364940b1b 100644 --- a/chatsky/slots/standard_slots.py +++ b/chatsky/slots/standard_slots.py @@ -1,6 +1,6 @@ """ -Slots ------ +Standard Slots +-------------- This module defines some concrete implementations of slots. """