jostyposty commited on
Commit
7427138
·
verified ·
1 Parent(s): 478d83b

Update dummy_agent_library.ipynb

Browse files

Remove tripple backtics and use same as the course site

Files changed (1) hide show
  1. dummy_agent_library.ipynb +9 -9
dummy_agent_library.ipynb CHANGED
@@ -256,9 +256,9 @@
256
  "Question: the input question you must answer\n",
257
  "Thought: you should always think about one action to take. Only one action at a time in this format:\n",
258
  "Action:\n",
259
- "```\n",
260
- "$JSON_BLOB\n",
261
- "```\n",
262
  "Observation: the result of the action. This Observation is unique, complete, and the source of truth.\n",
263
  "... (this Thought/Action/Observation can repeat N times, you should take several steps when needed. The $JSON_BLOB must be formatted as markdown and only use a SINGLE action at a time.)\n",
264
  "\n",
@@ -367,9 +367,9 @@
367
  "Question: the input question you must answer\n",
368
  "Thought: you should always think about one action to take. Only one action at a time in this format:\n",
369
  "Action:\n",
370
- "```\n",
371
- "$JSON_BLOB\n",
372
- "```\n",
373
  "Observation: the result of the action. This Observation is unique, complete, and the source of truth.\n",
374
  "... (this Thought/Action/Observation can repeat N times, you should take several steps when needed. The $JSON_BLOB must be formatted as markdown and only use a SINGLE action at a time.)\n",
375
  "\n",
@@ -592,9 +592,9 @@
592
  "Question: the input question you must answer\n",
593
  "Thought: you should always think about one action to take. Only one action at a time in this format:\n",
594
  "Action:\n",
595
- "```\n",
596
- "$JSON_BLOB\n",
597
- "```\n",
598
  "Observation: the result of the action. This Observation is unique, complete, and the source of truth.\n",
599
  "... (this Thought/Action/Observation can repeat N times, you should take several steps when needed. The $JSON_BLOB must be formatted as markdown and only use a SINGLE action at a time.)\n",
600
  "\n",
 
256
  "Question: the input question you must answer\n",
257
  "Thought: you should always think about one action to take. Only one action at a time in this format:\n",
258
  "Action:\n",
259
+ "\n",
260
+ "$JSON_BLOB (inside markdown cell)\n",
261
+ "\n",
262
  "Observation: the result of the action. This Observation is unique, complete, and the source of truth.\n",
263
  "... (this Thought/Action/Observation can repeat N times, you should take several steps when needed. The $JSON_BLOB must be formatted as markdown and only use a SINGLE action at a time.)\n",
264
  "\n",
 
367
  "Question: the input question you must answer\n",
368
  "Thought: you should always think about one action to take. Only one action at a time in this format:\n",
369
  "Action:\n",
370
+ "\n",
371
+ "$JSON_BLOB (inside markdown cell)\n",
372
+ "\n",
373
  "Observation: the result of the action. This Observation is unique, complete, and the source of truth.\n",
374
  "... (this Thought/Action/Observation can repeat N times, you should take several steps when needed. The $JSON_BLOB must be formatted as markdown and only use a SINGLE action at a time.)\n",
375
  "\n",
 
592
  "Question: the input question you must answer\n",
593
  "Thought: you should always think about one action to take. Only one action at a time in this format:\n",
594
  "Action:\n",
595
+ "\n",
596
+ "$JSON_BLOB (inside markdown cell)\n",
597
+ "\n",
598
  "Observation: the result of the action. This Observation is unique, complete, and the source of truth.\n",
599
  "... (this Thought/Action/Observation can repeat N times, you should take several steps when needed. The $JSON_BLOB must be formatted as markdown and only use a SINGLE action at a time.)\n",
600
  "\n",