diff --git a/metagpt/actions/di/detect_intent.py b/metagpt/actions/di/detect_intent.py index 79d49b285..d9b587e5c 100644 --- a/metagpt/actions/di/detect_intent.py +++ b/metagpt/actions/di/detect_intent.py @@ -99,9 +99,6 @@ To meet user requirements, the following standard operating procedure(SOP) must {sop} """ -### SOP Type -# {sop_type} - class DetectIntent(Action): async def run(self, with_message: Message, **kwargs) -> Tuple[str, str]: