From 536a5d22355855d7b08946d58f609955ed62d729 Mon Sep 17 00:00:00 2001 From: "jenn.muengtaweepongsa" Date: Tue, 16 Jul 2024 03:24:05 +0700 Subject: [PATCH] fix(autofix): Remove root cause stop message --- src/seer/automation/autofix/components/root_cause/component.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/seer/automation/autofix/components/root_cause/component.py b/src/seer/automation/autofix/components/root_cause/component.py index 55c5d7366..082b165da 100644 --- a/src/seer/automation/autofix/components/root_cause/component.py +++ b/src/seer/automation/autofix/components/root_cause/component.py @@ -28,7 +28,6 @@ def invoke(self, request: RootCauseAnalysisRequest) -> RootCauseAnalysisOutput | agent = GptAgent( tools=tools.get_tools(), memory=[Message(role="system", content=RootCauseAnalysisPrompts.format_system_msg())], - stop_message="", ) response = agent.run(