tejeshbhalla commited on
Commit
69e8b1c
1 Parent(s): 0690ce0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,4 +43,4 @@ function_response: {"answer": "120000.0"}
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
-
 
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
+ #### Tools can also take chain of thought as a parameter : Chain of thought increases the chances of getting better responses as each function is equipped with reasoning by the llm