Skip to main content
Version: 1.x

ExecuteAI

executeAI​

Executes an AI command.

Example

const message = await getMessageSomehow();
// use AI to process the message
await executeAI(message);
Signature
function executeAI(message: Message): Promise<void>

Parameters

message​

parameter
Message