forked from mhajder/ai-response-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.php
More file actions
12 lines (12 loc) · 698 Bytes
/
plugin.php
File metadata and controls
12 lines (12 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?php
return array(
'id' => 'ai-response-generator:osticket',
'version' => '0.4.0',
'name' => 'AI Response Generator',
'description' => 'AI-powered response generation with vision support, streaming, and multi-provider compatibility (OpenAI, Anthropic). Generate intelligent replies with image analysis and configurable templates.',
'author' => 'Mateusz Hajder (original), Ide Stoutjesdijk (enhanced fork)',
'ost_version' => MAJOR_VERSION,
'plugin' => 'src/AIResponsePlugin.php:AIResponseGeneratorPlugin',
'include_path' => '',
'url' => 'https://github.com/istoutjesdijk/ai-response-generator',
);