leroidubuffet commited on
Commit
e5f97ba
·
verified ·
1 Parent(s): 4d4a520

Update dummy_agent_library.ipynb

Browse files

corrected typo on line 237: change 'have' for 'has' for grammatical correctness.

Files changed (1) hide show
  1. dummy_agent_library.ipynb +1 -1
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 have 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",
 
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",