Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ In this model, the features include:
|
|
27 |
* **Simple Function** β the model has <u>*one*</u> function in its arsenal, and it is able to call it if necessary at the user's common request.
|
28 |
* **Multiple Function** β the model has <u>*several*</u> functions in its arsenal, and it is able to call <u>*one of them*</u> if necessary at the user's request.
|
29 |
* **Parallel Multiple Function** β the model has <u>*several*</u> functions in its arsenal, and it is able to call <u>*some of them*</u> if necessary at the user's request.
|
30 |
-
* **Tool Planning** β firstly the model is <u>*thinking*</u> about user's intent of function calling and secondly does calling.
|
31 |
* **Tool Relevance Detection** β the model is able to determine the relevance of a function calling.
|
32 |
* **Tool Error Handling** β the model is able to react non-hallucinative to broken/erroneous tool executions.
|
33 |
|
|
|
27 |
* **Simple Function** β the model has <u>*one*</u> function in its arsenal, and it is able to call it if necessary at the user's common request.
|
28 |
* **Multiple Function** β the model has <u>*several*</u> functions in its arsenal, and it is able to call <u>*one of them*</u> if necessary at the user's request.
|
29 |
* **Parallel Multiple Function** β the model has <u>*several*</u> functions in its arsenal, and it is able to call <u>*some of them*</u> if necessary at the user's request.
|
30 |
+
* **Tool Planning** β firstly the model is <u>*thinking*</u> about user's intent of function calling and secondly does calling.
|
31 |
* **Tool Relevance Detection** β the model is able to determine the relevance of a function calling.
|
32 |
* **Tool Error Handling** β the model is able to react non-hallucinative to broken/erroneous tool executions.
|
33 |
|