Fix a minor typo in `tool_call` tag in bonus-unit1/bonus-unit1.ipynb (#18)
Browse files- Fix a minor typo in `tool_call` tag in bonus-unit1/bonus-unit1.ipynb (570f43189ce8b6317f5ea50e23fa72b8c6bc87d5)
Co-authored-by: Irelia <[email protected]>
bonus-unit1/bonus-unit1.ipynb
CHANGED
@@ -342,7 +342,7 @@
|
|
342 |
"\n",
|
343 |
"1. A *User message* containing the **necessary information with the list of available tools** inbetween `<tools></tools>` then the user query, here: `\"Can you get me the latest news headlines for the United States?\"`\n",
|
344 |
"\n",
|
345 |
-
"2. An *Assistant message* here called \"model\" to fit the criterias from gemma models containing two new phases, a **\"thinking\"** phase contained in `<think></think>` and an **\"Act\"** phase contained in `<tool_call
|
346 |
"\n",
|
347 |
"3. If the model contains a `<tools_call>`, we will append the result of this action in a new **\"Tool\"** message containing a `<tool_response></tool_response>` with the answer from the tool."
|
348 |
]
|
|
|
342 |
"\n",
|
343 |
"1. A *User message* containing the **necessary information with the list of available tools** inbetween `<tools></tools>` then the user query, here: `\"Can you get me the latest news headlines for the United States?\"`\n",
|
344 |
"\n",
|
345 |
+
"2. An *Assistant message* here called \"model\" to fit the criterias from gemma models containing two new phases, a **\"thinking\"** phase contained in `<think></think>` and an **\"Act\"** phase contained in `<tool_call></tool_call>`.\n",
|
346 |
"\n",
|
347 |
"3. If the model contains a `<tools_call>`, we will append the result of this action in a new **\"Tool\"** message containing a `<tool_response></tool_response>` with the answer from the tool."
|
348 |
]
|