Update dummy_agent_library.ipynb (#10)
Browse files- Update dummy_agent_library.ipynb (e5f97ba3695ac7b07b8c0f3bd9043e2999836da7)
Co-authored-by: Yago <[email protected]>
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",
|