Update dummy_agent_library.ipynb
There was issue with the brackets
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user