Skip to content

Commit

Permalink
fix(autofix): Remove root cause stop message (#910)
Browse files Browse the repository at this point in the history
This stop message causes the agent to run indefinitely.

Will follow up with a refactor of the agent stop message logic
  • Loading branch information
jennmueng committed Jul 15, 2024
1 parent 6298ba1 commit 6d13cb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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="<NO_ROOT_CAUSES>",
)

response = agent.run(
Expand Down

0 comments on commit 6d13cb6

Please sign in to comment.