FIX: miss f-string

This commit is contained in:
tommy
2024-09-10 14:17:21 +08:00
parent 77b6987906
commit 37826bf9d8

View File

@@ -320,7 +320,7 @@
"# Expand on the specific tasks you want Claude to do, as well as any rules that Claude might have to follow.\n", "# Expand on the specific tasks you want Claude to do, as well as any rules that Claude might have to follow.\n",
"# This is also where you can give Claude an \"out\" if it doesn't have an answer or doesn't know.\n", "# This is also where you can give Claude an \"out\" if it doesn't have an answer or doesn't know.\n",
"# It's ideal to show this description and rules to a friend to make sure it is laid out logically and that any ambiguous words are clearly defined.\n", "# It's ideal to show this description and rules to a friend to make sure it is laid out logically and that any ambiguous words are clearly defined.\n",
"TASK_DESCRIPTION = \"\"\"Write a clear, concise answer to this question:\n", "TASK_DESCRIPTION = f\"\"\"Write a clear, concise answer to this question:\n",
"\n", "\n",
"<question>\n", "<question>\n",
"{QUESTION}\n", "{QUESTION}\n",