ToolsAPI.AI.TAIFeature
Delphi
TAIFeature = (afChat, afImageGeneration, afModeration, afInstruction, afListModels, afTextToSpeech, afSpeechToText);
C++
enum DECLSPEC_DENUM TAIFeature : unsigned char { afChat, afImageGeneration, afModeration, afInstruction, afListModels, afTextToSpeech, afSpeechToText };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| enum | public | ToolsAPI.AI.pas ToolsAPI.AI.hpp |
ToolsAPI.AI | ToolsAPI.AI |
Description
Représente les capacités supportées par le plugin IA (IOTAAIPlugin).
Chaque valeur de l'énumération correspond à une fonctionnalité IA fournie par le plugin.