Update README.md
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ messages = [
|
|
| 74 |
"</tools>\n\n"
|
| 75 |
"For each function call, return a JSON object with the function name and arguments within <tool_call></tool_call> XML tags as follows:\n"
|
| 76 |
"<tool_call>\n"
|
| 77 |
-
"{
|
| 78 |
"</tool_call>"
|
| 79 |
)
|
| 80 |
},
|
|
|
|
| 74 |
"</tools>\n\n"
|
| 75 |
"For each function call, return a JSON object with the function name and arguments within <tool_call></tool_call> XML tags as follows:\n"
|
| 76 |
"<tool_call>\n"
|
| 77 |
+
"{'arguments': <args-dict>, 'name': <function-name>}\n"
|
| 78 |
"</tool_call>"
|
| 79 |
)
|
| 80 |
},
|