freescoutAI/Config/config.php
Thomas ec35bf4ac6 Implement FreeScoutAI module with multiple AI providers and customizable prompts
- Added MistralProvider, OllamaProvider, OpenAIProvider, and OpenRouterProvider classes for AI functionalities.
- Created DefaultPrompts service for managing standard prompts for email prioritization, response suggestions, text modifications, and summarization.
- Developed a user interface for customizing prompts within FreeScout settings.
- Established a comprehensive test plan covering installation, configuration, email prioritization, response suggestions, text modifications, and performance.
- Included module metadata in module.json and routing setup in start.php.
2025-04-14 22:36:36 +02:00

5 lines
47 B
PHP

<?php
return [
'name' => 'FreeScoutAI'
];