mirror of
https://gh.wpcy.net/https://github.com/thomas-deep/freescoutAI.git
synced 2026-05-23 04:49:44 +08:00
- 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.
5 lines
47 B
PHP
5 lines
47 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'FreeScoutAI'
|
|
];
|