From 4d072997fac2a797baa23da95bf825eb0f0101a1 Mon Sep 17 00:00:00 2001 From: stellahsr Date: Tue, 9 Apr 2024 18:21:27 +0800 Subject: [PATCH] update --- metagpt/actions/di/detect_intent.py | 3 --- 1 file changed, 3 deletions(-) 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]: