FIX: miss f-string
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user