Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,7 @@ tags:
|
|
| 13 |
- trl
|
| 14 |
- agent
|
| 15 |
- tool_calling
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |

|
|
@@ -142,4 +143,4 @@ print(response)
|
|
| 142 |
* Focused on **function-calling and structured tasks** — not suited for open-ended dialogue or creative writing
|
| 143 |
* Small model size means very complex reasoning chains may require external planning agents
|
| 144 |
* Optimized for structured tool workflows — conversational tone and narrative depth are secondary
|
| 145 |
-
* Long-context multi-tool planning beyond several steps may reduce reliability
|
|
|
|
| 13 |
- trl
|
| 14 |
- agent
|
| 15 |
- tool_calling
|
| 16 |
+
- fun()
|
| 17 |
---
|
| 18 |
|
| 19 |

|
|
|
|
| 143 |
* Focused on **function-calling and structured tasks** — not suited for open-ended dialogue or creative writing
|
| 144 |
* Small model size means very complex reasoning chains may require external planning agents
|
| 145 |
* Optimized for structured tool workflows — conversational tone and narrative depth are secondary
|
| 146 |
+
* Long-context multi-tool planning beyond several steps may reduce reliability
|