tejeshbhalla commited on
Commit
7e292f1
1 Parent(s): 85ff8c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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