botserver/templates/announcements.gbai/announcements.gbdialog
Rodrigo Rodriguez (Pragmatismo) 9840d0a406 refactor(bot): restructure message handling and context flow
- Reformatted `update_session_context` call for better readability.
- Moved context‑change (type 4) handling to a later stage in the processing pipeline and removed early return, ensuring proper flow.
- Adjusted deduplication logic formatting and clarified condition.
- Restored saving of user messages after context handling, preserving message history.
- Added detailed logging of the LLM prompt for debugging.
- Simplified JSON extraction for `message_type` and applied minor whitespace clean‑ups.
- Overall code refactor improves maintainability and corrects context‑change handling behavior.
2025-11-03 15:20:53 -03:00
..
auth.bas Refactor dependencies in Cargo.toml and update start.bas dialog 2025-10-28 12:07:14 -03:00
change-subject.bas refactor(config): remove unused S3 bucket configuration and setup logic 2025-10-29 09:54:39 -03:00
start.bas refactor(bot): restructure message handling and context flow 2025-11-03 15:20:53 -03:00
update-summary.bas feat: implement message deduplication and LLM config improvements 2025-11-03 14:13:22 -03:00