runText method

Future<AIResult> runText(
  1. String prompt
)

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.');
}