botserver/src/basic
Rodrigo Rodriguez 3b21ab5ef9 fix: prevent duplicate message in chat when tool is executed
- Track tool_was_executed flag in stream_response
- Send empty content in final is_complete message when tool already sent results
- Prevents the LLM's pre-tool text from appearing twice in the chat UI
- DB message saving is unaffected (uses full_response_clone before the check)
2026-02-18 20:31:34 +00:00
..
compiler fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
keywords fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
mod.rs fix: prevent duplicate message in chat when tool is executed 2026-02-18 20:31:34 +00:00
mod.rs.backup fix: Correct parameter names in tool .bas files to match database schema 2026-02-18 17:51:47 +00:00
tests.rs Refactor: Split large files into modular subdirectories 2026-02-12 21:09:30 +00:00