mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 22:54:21 +01:00
⏪ fix: fix bring back the test description for func generation
This commit is contained in:
@@ -165,8 +165,8 @@ class _GPTConversation:
|
||||
@staticmethod
|
||||
def _create_system_message(task_description, test_description) -> SystemMessage:
|
||||
system_message = PromptTemplate.from_template(template_system_message_base).format(
|
||||
task_description=task_description,
|
||||
test_description=test_description,
|
||||
# task_description=task_description,
|
||||
# test_description=test_description,
|
||||
)
|
||||
return SystemMessage(content=system_message)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user