Update README.md
Browse files
README.md
CHANGED
@@ -68,13 +68,20 @@ Addressing these multifaceted issues necessitates a refined and sophisticated ap
|
|
68 |
|
69 |
## Supported Function Calling Types
|
70 |
|
71 |
-
The model is capable of handling various function calling scenarios,
|
72 |
|
73 |
-
|
74 |
-
-
|
75 |
-
-
|
76 |
-
|
77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
|
80 |
## Performance
|
|
|
68 |
|
69 |
## Supported Function Calling Types
|
70 |
|
71 |
+
The model is capable of handling various function calling scenarios. Here, the supported types are classified based on the nature of inputs and outputs:
|
72 |
|
73 |
+
### Input Types
|
74 |
+
- 1. **Single Function Input**
|
75 |
+
- 2. **Multiple Functions Input**
|
76 |
+
|
77 |
+
### Output Types
|
78 |
+
|
79 |
+
- 1. **Simple Function Calling**
|
80 |
+
- 2. **Parallel Function Calling**
|
81 |
+
- 3. **Irrelevance**
|
82 |
+
- 4. **Relevance**
|
83 |
+
|
84 |
+
By categorizing function calling types based on inputs and outputs, our model provides robust support for a wide range of function calling scenarios, ensuring both flexibility and precision in handling diverse tasks.
|
85 |
|
86 |
|
87 |
## Performance
|