Jin Hai
65afaa1292
Model config: add tools (#16371)
### What problem does this PR solve?
```
{
"name": "glm-4-flash",
"max_tokens": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
}
```
```
RAGFlow(admin)> list provider 'zhipu-ai' models;
+------------+---------------+------------+---------------+----------------+-----------+-----------+
| dimensions | max_dimension | max_tokens | model_type | name | thinking | tools |
+------------+---------------+------------+---------------+----------------+-----------+-----------+
| | | 204800 | [chat] | glm-5 | supported | supported |
| | | 204800 | [chat] | glm-5-turbo | supported | supported |
```
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
---------
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2026-06-26 11:37:51 +08:00
..
2026-05-20 14:10:15 +08:00
2026-05-08 20:21:04 +08:00
2026-06-02 17:29:18 +08:00
2026-05-22 18:02:01 +08:00
2026-05-21 15:32:49 +08:00
2026-05-21 11:52:56 +08:00
2026-05-12 16:10:32 +08:00
2026-05-19 10:49:33 +08:00
2026-06-05 13:26:32 +08:00
2026-06-08 19:29:36 +08:00
2026-05-20 14:10:15 +08:00
2026-05-26 10:52:09 +08:00
2026-05-08 12:03:39 +08:00
2026-05-14 18:58:00 +08:00
2026-05-26 10:51:29 +08:00
2026-06-12 19:15:28 +08:00
2026-05-11 11:24:21 +08:00
2026-06-01 11:22:43 +08:00
2026-05-22 18:02:30 +08:00
2026-05-26 17:13:15 +08:00
2026-05-12 11:35:26 +08:00
2026-05-25 16:04:17 +08:00
2026-05-20 14:10:15 +08:00
2026-05-18 12:03:12 +08:00
2026-05-11 12:55:57 +08:00
2026-05-13 19:35:19 +08:00
2026-05-26 19:58:53 +08:00
2026-05-25 16:04:17 +08:00
2026-05-26 20:40:40 +08:00
2026-06-08 21:38:15 +08:00
2026-05-21 15:33:14 +08:00
2026-05-26 18:18:46 +08:00
2026-04-28 16:05:15 +08:00
2026-05-21 10:13:15 +08:00
2026-05-21 18:28:06 +08:00
2026-05-11 20:18:38 +08:00
2026-06-15 10:20:15 +08:00
2026-05-25 10:25:53 +08:00
2026-05-22 15:19:38 +08:00
2026-05-26 18:20:33 +08:00
2026-05-25 16:04:17 +08:00
2026-06-16 19:34:21 +08:00
2026-05-21 15:33:02 +08:00
2026-05-22 11:52:18 +08:00
2026-05-27 13:19:39 +08:00
2026-06-11 15:08:33 +08:00
2026-05-29 19:28:29 +08:00
2026-05-15 18:41:43 +08:00
2026-05-25 12:12:57 +08:00
2026-05-25 16:02:50 +08:00
2026-05-22 15:21:45 +08:00
2026-05-12 16:11:06 +08:00
2026-05-15 13:27:22 +08:00
2026-05-27 13:14:56 +08:00
2026-06-02 17:29:18 +08:00
2026-06-08 19:29:36 +08:00
2026-06-08 19:27:45 +08:00
2026-05-25 18:55:03 +08:00
2026-05-19 10:49:33 +08:00
2026-06-26 11:37:51 +08:00