mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
fix prompt
This commit is contained in:
parent
7238c81f0c
commit
6d6d864417
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class PRDescription:
|
|||
|
||||
def _prepare_data(self):
|
||||
# Load the AI prediction data into a dictionary
|
||||
self.data = load_yaml(self.prediction.strip('\n').strip('` '))
|
||||
self.data = load_yaml(self.prediction.strip())
|
||||
|
||||
if get_settings().pr_description.add_original_user_description and self.user_description:
|
||||
self.data["User Description"] = self.user_description
|
||||
|
|
|
|||
Loading…
Reference in a new issue