botserver/src/basic
Rodrigo Rodriguez (Pragmatismo) f299dc4dbf feat(llm): add model selection and response processing
Added support for selecting an LLM model based on configuration and processing the raw response. The execute_llm_generation function now:
1. Fetches the configured model using ConfigManager
2. Gets the appropriate handler for the model
3. Processes the raw response through the handler before returning

This provides more flexibility in model selection and allows for model-specific response handling.
2025-11-03 13:12:05 -03:00
..
compiler feat(automation): add unique constraint and refactor action execution 2025-11-02 20:57:53 -03:00
keywords feat(llm): add model selection and response processing 2025-11-03 13:12:05 -03:00
mod.rs feat(automation): add unique constraint and refactor action execution 2025-11-02 20:57:53 -03:00