From 0935cd0501a09b7b5214a39e86e3108ae046ed9a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 07:21:47 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/core/model_runtime/entities/message_entities.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/core/model_runtime/entities/message_entities.py b/api/core/model_runtime/entities/message_entities.py index 2ffc714a49..fa74f35d28 100644 --- a/api/core/model_runtime/entities/message_entities.py +++ b/api/core/model_runtime/entities/message_entities.py @@ -252,7 +252,6 @@ class AssistantPromptMessage(PromptMessage): return super().is_empty() and not self.tool_calls - class SystemPromptMessage(PromptMessage): """ Model class for system prompt message.