(20241205) Small bug fix for f-strings.
This commit is contained in:
@@ -345,7 +345,7 @@ class MailSyncModel(BaseModel):
|
||||
messages = self.PROMPT_TEMPLATE + [
|
||||
{
|
||||
"role": "human",
|
||||
"content": f"Please summarize this mail: \"\"\"{client_response.data["unformattedText"]}\"\"\""
|
||||
"content": f"Please summarize this mail: \"\"\"{client_response.data['unformattedText']}\"\"\""
|
||||
}
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user