tejeshbhalla
commited on
Update README.md
Browse files
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
|