Normalize model call output

This commit is contained in:
2026-05-18 18:59:09 +03:00
parent e520c412af
commit 9d6cdb008b
4 changed files with 54 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
## 6. Сделать model_call и tool_loop физически отдельными stages
- [ ] Stage `model_call` должен делать только один model request.
- [ ] Stage `model_call` должен возвращать normalized model output.
- [x] Stage `model_call` должен возвращать normalized model output.
- [ ] Stage `tool_loop` должен решать, есть ли tool calls.
- [ ] Stage `tool_loop` должен выполнять tools через общий `executeToolBatch`.
- [ ] Stage `tool_loop` должен добавлять tool results в provider adapter.