mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
4db3037adf
commit
0935cd0501
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue