deerflow2/frontend/src/core/i18n
Zhiyunyao a138d5388a
feat: add reasoning_effort configuration support for Doubao/GPT-5 models (#947)
* feat: Add reasoning effort configuration support

* Add `reasoning_effort` parameter to model config and agent initialization
* Support reasoning effort levels (minimal/low/medium/high) for Doubao/GPT-5 models
* Add UI controls in input box for reasoning effort selection
* Update doubao-seed-1.8 example config with reasoning effort support

Fixes & Cleanup:
* Ensure UTF-8 encoding for file operations
* Remove unused imports

* fix: set reasoning_effort to None for unsupported models

* fix: unit test error

* Update frontend/src/components/workspace/input-box.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
2026-03-02 20:49:41 +08:00
..
locales feat: add reasoning_effort configuration support for Doubao/GPT-5 models (#947) 2026-03-02 20:49:41 +08:00
context.tsx feat: save locale in cookies 2026-01-20 16:00:39 +08:00
cookies.ts feat: save locale in cookies 2026-01-20 16:00:39 +08:00
hooks.ts fix(i18n): normalize locale and prevent undefined translations (#914) 2026-02-27 08:10:38 +08:00
index.ts fix(i18n): normalize locale and prevent undefined translations (#914) 2026-02-27 08:10:38 +08:00
locale.ts fix(i18n): normalize locale and prevent undefined translations (#914) 2026-02-27 08:10:38 +08:00
server.ts fix(i18n): normalize locale and prevent undefined translations (#914) 2026-02-27 08:10:38 +08:00