Tropski commited on
Commit
65f1ef2
·
verified ·
1 Parent(s): 4d4a520

Update dummy_agent_library.ipynb

Browse files

There is a bug in the notebook with three backticks that are not ended. See images below for unexpected behavior when backticks are included. When backticks are removed the notebook functions as intended.

Current state with backticks included:
![Screenshot 2025-02-13 at 2.00.01 PM.png](https://cdn-uploads.huggingface.co/production/uploads/63696cafd322a76e1ea68ead/qVOMZigZr7dXzpHAqaXQQ.png)

Backticks removed:
![Screenshot 2025-02-13 at 2.00.30 PM.png](https://cdn-uploads.huggingface.co/production/uploads/63696cafd322a76e1ea68ead/r9ZH3tm3txX8kGP290wlN.png)

Files changed (1) hide show
  1. dummy_agent_library.ipynb +0 -1
dummy_agent_library.ipynb CHANGED
@@ -356,7 +356,6 @@
356
  "The only values that should be in the \"action\" field are:\n",
357
  "get_weather: Get the current weather in a given location, args: {\"location\": {\"type\": \"string\"}}\n",
358
  "example use :\n",
359
- "```\n",
360
  "{{\n",
361
  " \"action\": \"get_weather\",\n",
362
  " \"action_input\": {\"location\": \"New York\"}\n",
 
356
  "The only values that should be in the \"action\" field are:\n",
357
  "get_weather: Get the current weather in a given location, args: {\"location\": {\"type\": \"string\"}}\n",
358
  "example use :\n",
 
359
  "{{\n",
360
  " \"action\": \"get_weather\",\n",
361
  " \"action_input\": {\"location\": \"New York\"}\n",