DiTy commited on
Commit
d49856d
Β·
verified Β·
1 Parent(s): fec238b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. As a rule, this helps to reduce erroneous calls and trajectories selected by the model.
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