AskAi
Sends an input to an external AI service and returns a response. It is used for querying an AI via HTTP.
This feature is deprecated and will be unsupported in future versions.
Usage:
AskAi(string input)
Example:
string aiResponse = await Api.misc.AskAi("Hello, AI!");
Console.WriteLine(aiResponse);
Last updated