Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Anthropic 1P/09_Complex_Prompts_from_Scratch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<question>\n",
"{QUESTION}\n",
Expand Down Expand Up @@ -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",
"<question>\n",
"{QUESTION}\n",
Expand Down