MicroFish/backend/app
octo-patch adb151fbe6 fix: strip hallucinated <tool_result> blocks from ReACT message history (fixes #529)
LLMs sometimes fabricate <tool_result> blocks inside their own responses,
polluting the message history with invented data that subsequent iterations
treat as authoritative. This adds _strip_fake_tool_results() which removes
any such blocks before the assistant response is appended to history.
2026-04-13 09:40:37 +08:00
..
api fix(i18n): replace hardcoded Chinese stage names in simulation prepare SSE 2026-04-01 17:31:00 +08:00
models feat(i18n): replace hardcoded Chinese in backend SSE progress messages 2026-04-01 16:32:10 +08:00
services fix: strip hallucinated <tool_result> blocks from ReACT message history (fixes #529) 2026-04-13 09:40:37 +08:00
utils fix(i18n): validate Accept-Language header against registered locales 2026-04-02 14:20:15 +08:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py fix(config): enable overriding of environment variables when loading .env file 2026-01-23 16:20:24 +08:00