Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ function_response: {"answer": "80000"}
|
|
| 40 |
```
|
| 41 |
|
| 42 |
|
| 43 |
-
Ai will respond with function_call if it needs to call a function lile : function_call {tool args in json}
|
| 44 |
-
User will respond with either error or the response if it was a tool like : function_response {json response}
|
| 45 |
|
| 46 |
|
|
|
|
| 40 |
```
|
| 41 |
|
| 42 |
|
| 43 |
+
#### Ai will respond with function_call if it needs to call a function lile : function_call {tool args in json}
|
| 44 |
+
#### User will respond with either error or the response if it was a tool like : function_response {json response}
|
| 45 |
|
| 46 |
|