stein1988
91594928c5
fix:fix ChatZhipuAI tool call bug (#26693)
- [ ] **PR title**: "community:fix ChatZhipuAI tool call bug"
- [ ] **Description:** ZhipuAI api response as follows:
{'id': '20240920132549e379a9152a6a4d7c', 'created': 1726809949, 'model':
'glm-4-flash', 'choices': [{'index': 0, 'finish_reason': 'tool_calls',
'delta': {'role': 'assistant', 'tool_calls': [{'id':
'call_20240920132549e379a9152a6a4d7c', 'index': 0, 'type': 'function',
'function': {'name': 'get_datetime_offline', 'arguments': '{}'}}]}}]}
so, tool_calls = dct.get("tool_call", None) in
_convert_delta_to_message_chunk should be "tool_calls"
2024-09-20 13:06:42 +00:00
..
2024-08-26 17:33:22 +00:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-07-11 21:45:30 +02:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-05-20 14:33:57 +00:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-07-03 10:33:27 -07:00
2024-09-13 14:38:45 -07:00
2024-08-01 13:19:55 +00:00
2024-08-29 13:29:28 +00:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-07-03 10:33:27 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-08-01 16:39:04 +00:00
2024-08-26 17:33:22 +00:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-07-11 11:31:48 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-07-03 10:33:27 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-08-14 09:50:39 -04:00
2024-03-17 01:58:50 +00:00
2024-08-28 18:48:10 -07:00
2024-09-13 14:38:45 -07:00
2024-09-13 14:38:45 -07:00
2024-09-20 13:06:42 +00:00