Ai
Table of Contents
Methods
- isCopilotAvailable() : bool
- Returns true if AI Text service is can be used. And option is ON.
- isImageActive() : bool
- Returns true if AI Image service is available and activated for landing
- isImageAvailable() : bool
- Returns true if AI Image service is can be used. Not check activity for landing
- isTextActive() : bool
- Returns true if AI Text service is available and activated for landing
- isTextAvailable() : bool
- Returns true if AI Text service is can be used. Not check activity for landing
- onBeforeCompletions() : EventResult
- Checks whether engine is off or not.
- onTuningLoad() : EventResult
- Fills tuning page of AI module.
Methods
isCopilotAvailable()
Returns true if AI Text service is can be used. And option is ON.
public
static isCopilotAvailable() : bool
Return values
boolisImageActive()
Returns true if AI Image service is available and activated for landing
public
static isImageActive() : bool
Return values
boolisImageAvailable()
Returns true if AI Image service is can be used. Not check activity for landing
public
static isImageAvailable() : bool
Return values
boolisTextActive()
Returns true if AI Text service is available and activated for landing
public
static isTextActive() : bool
Return values
boolisTextAvailable()
Returns true if AI Text service is can be used. Not check activity for landing
public
static isTextAvailable() : bool
Return values
boolonBeforeCompletions()
Checks whether engine is off or not.
public
static onBeforeCompletions(Event $event) : EventResult
Parameters
- $event : Event
-
Event instance.
Tags
Return values
EventResultonTuningLoad()
Fills tuning page of AI module.
public
static onTuningLoad() : EventResult