AIFunctionsExecuteAIVersion: NextOn this pageExecuteAIexecuteAI @commandkit/aiindex.ts Executes an AI command. Example const message = await getMessageSomehow();// use AI to process the messageawait executeAI(message); Signaturefunction executeAI(message: Message): Promise<void> Parameters message parameterMessage