Scripts Elements for AI Functions
You can use the Automation Engine scripting language to leverage Automic Automation's Gen AI capabilities for AE scripting tasks. Asking contextual questions, which are automatically considered during the execution, enables further automatic processing of the data returned by the AI without requiring user interaction.
Ask Contextual Questions
-
ASK_AI
Incorporate Gen AI into your scripting by asking contextual questions. If you do not define a context for the call, the default context is used.
Define the Context of the ASK_AI Calls
Specifying a context allows you to use multiple ASK_AI calls using AI's conversational language. AI contexts can be nested, thus allowing for several context open calls.
-
BEGIN_AI_CHAT... END_AI_CHAT
Opens and closes the AI LLM context that you want use for an ASK_AI call
See also:
Automic Automation's Generative AI Capabilities