From 824795327a5c804d2ad4048641e34bdf7ca903e4 Mon Sep 17 00:00:00 2001 From: Tomas C Imach <43709975+TomasCImach@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:08:15 -0300 Subject: [PATCH] Fix: 10.2_Appendix_Tool Use - worng output fixes: https://github.com/anthropics/courses/issues/23 --- .../Anthropic 1P/10.2_Appendix_Tool Use.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt_engineering_interactive_tutorial/Anthropic 1P/10.2_Appendix_Tool Use.ipynb b/prompt_engineering_interactive_tutorial/Anthropic 1P/10.2_Appendix_Tool Use.ipynb index fb632a0..f2073bf 100644 --- a/prompt_engineering_interactive_tutorial/Anthropic 1P/10.2_Appendix_Tool Use.ipynb +++ b/prompt_engineering_interactive_tutorial/Anthropic 1P/10.2_Appendix_Tool Use.ipynb @@ -118,7 +118,7 @@ "source": [ "system_prompt_tools_general_explanation = \"\"\"You have access to a set of functions you can use to answer the user's question. This includes access to a\n", "sandboxed computing environment. You do NOT currently have the ability to inspect files or interact with external\n", - "resources, except by invoking the below functions.\n", + "resources, except by invoking the below functions. Invoking a function is strictly optional.\n", "\n", "You can invoke one or more functions by writing a \"\" block like the following as part of your\n", "reply to the user:\n",