Elephant AI can be configured to respond to live-data. This is the list of properties, some associated to an AI Personality:
Property | Description |
---|---|
AI.OpenAI.APIKEY | The API Key you get from OpenAI platform. |
AI.OpenAI.PromptID | The Prompt's ID. You need a project to get the ID. |
AI.Run.Help | If set, it's an address to your own description of what the AI provides. |
AI.Run.Debug | Adds information about the steps the AI is using. |
AI.Personality .Model |
The model used by the AI Personality. Defaults to gpt-5-mini. |
AI.Personality .VectorStoreIDs |
Storage ID where your selected content will be uploaded. |
AI.Personality .FileIDs |
File Ids to use by this AI Personality. Unless necessary, use Vector Stores instead. |
AI.Personality .AccessRole |
The role required to interact with the AI Personality. |
AI.Personality .IconButton |
If true, shows a fixed position icon. |
AI.Personality .DossierRoots |
Category IDs of the projects will be sent to the AI Personality. |
AI.Personality .ContactsRole |
Contacts with the given roles will be sent to the AI Personality. |
AI.Personality .UserDocs |
User documentation will be sent to the AI Personality. |
This is a brief description of current personalities and how they are used:
CHAT |
The main personality, the one you'll be using first. The Ask AI chat uses this configuration. The features of this personality are:
|
CREATOR |
The CREATOR personality aims to generate content. The main goal is to be attached to content editors. Whether is available to admins and/or users is controlled by the AccesRole , same as for CHAT .
|