runText method
Runs text inference on the loaded model and returns the result.
See OnDeviceAi.runText for full documentation.
Implementation
Future<AIResult> runText(String prompt) {
throw UnimplementedError('runText() has not been implemented.');
}