Update dummy_agent_library.ipynb

There was issue with the brackets
This commit is contained in:
MAON
2025-04-02 22:20:30 +05:00
committed by GitHub
parent 21c0824aab
commit 01c23c5fd7

View File

@@ -247,7 +247,7 @@
"Specifically, this json should have a `action` key (with the name of the tool to use) and a `action_input` key (with the input to the tool going here).\n",
"\n",
"The only values that should be in the \"action\" field are:\n",
"get_weather: Get the current weather in a given location, args: {\"location\": {\"type\": \"string\"}}\n",
"get_weather: Get the current weather in a given location, args: {{\"location\": {{\"type\": \"string\"}}}}\n",
"example use :\n",
"```\n",
"{{\n",
@@ -358,7 +358,7 @@
"Specifically, this json should have a `action` key (with the name of the tool to use) and a `action_input` key (with the input to the tool going here).\n",
"\n",
"The only values that should be in the \"action\" field are:\n",
"get_weather: Get the current weather in a given location, args: {\"location\": {\"type\": \"string\"}}\n",
"get_weather: Get the current weather in a given location, args: {{\"location\": {{\"type\": \"string\"}}}}\n",
"example use :\n",
"```\n",
"{{\n",
@@ -583,7 +583,7 @@
"Specifically, this json should have a `action` key (with the name of the tool to use) and a `action_input` key (with the input to the tool going here).\n",
"\n",
"The only values that should be in the \"action\" field are:\n",
"get_weather: Get the current weather in a given location, args: {\"location\": {\"type\": \"string\"}}\n",
"get_weather: Get the current weather in a given location, args: {{\"location\": {{\"type\": \"string\"}}}}\n",
"example use :\n",
"```\n",
"{{\n",