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 };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | ToolsAPI.AI.pas ToolsAPI.AI.hpp |
ToolsAPI.AI | ToolsAPI.AI |
Description
Represents the capabilities that the AI plugin (IOTAAIPlugin) supports.
Each value in this enumeration corresponds to a specific AI functionality that the plugin can provide.