Skip to main content
Version: Next

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