Update dummy_agent_library.ipynb
Browse filescorrected typo on line 237: change 'have' for 'has' for grammatical correctness.
dummy_agent_library.ipynb
CHANGED
@@ -234,7 +234,7 @@
|
|
234 |
"outputs": [],
|
235 |
"source": [
|
236 |
"# This system prompt is a bit more complex and actually contains the function description already appended.\n",
|
237 |
-
"# Here we suppose that the textual description of the tools
|
238 |
"SYSTEM_PROMPT = \"\"\"Answer the following questions as best you can. You have access to the following tools:\n",
|
239 |
"\n",
|
240 |
"get_weather: Get the current weather in a given location\n",
|
|
|
234 |
"outputs": [],
|
235 |
"source": [
|
236 |
"# This system prompt is a bit more complex and actually contains the function description already appended.\n",
|
237 |
+
"# Here we suppose that the textual description of the tools has already been appended\n",
|
238 |
"SYSTEM_PROMPT = \"\"\"Answer the following questions as best you can. You have access to the following tools:\n",
|
239 |
"\n",
|
240 |
"get_weather: Get the current weather in a given location\n",
|