callInternal abstract method
Method which should be implemented by subclasses to run the model.
Implementation
@visibleForOverriding
Future<String> callInternal(
final String prompt, {
final Options? options,
});
Method which should be implemented by subclasses to run the model.
@visibleForOverriding
Future<String> callInternal(
final String prompt, {
final Options? options,
});