generalbots/src/core/bot
Rodrigo Rodriguez (Pragmatismo) 512ddc5f75 Fix LLM 400 error - remove invalid bot_id from messages array
The bot_id object was being pushed into the messages array sent to the LLM,
but LLM APIs expect messages to only contain role/content objects.
2025-12-10 18:29:34 -03:00
..
channels Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
kb_context.rs Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
manager.rs Implement real database functions, remove TODOs and placeholders 2025-12-03 22:23:30 -03:00
mod.rs Fix LLM 400 error - remove invalid bot_id from messages array 2025-12-10 18:29:34 -03:00
mod_backup.rs Add .env.example with comprehensive configuration template 2025-11-28 13:19:03 -03:00
multimedia.rs - botbook extracted from. 2025-12-03 19:59:27 -03:00
ui.rs - Refactor folder as features. 2025-11-22 22:55:35 -03:00