mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 06:30:02 +00:00
lint: fix
This commit is contained in:
@@ -44,6 +44,7 @@ class Conversation:
|
||||
skip_next: bool = False
|
||||
conv_id: Any = None
|
||||
last_user_input: Any = None
|
||||
|
||||
def get_prompt(self):
|
||||
if self.sep_style == SeparatorStyle.SINGLE:
|
||||
ret = self.system + self.sep
|
||||
|
Reference in New Issue
Block a user