diff --git a/Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb b/Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb index 2b20ae2..bb3498b 100644 --- a/Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb +++ b/Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb @@ -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", "# 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", - "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", @@ -1134,7 +1134,7 @@ "# 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", "# 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",