setSystemPrompt method

Future<int?> setSystemPrompt(
  1. String systemPrompt
)

Implementation

Future<int?> setSystemPrompt(String systemPrompt) {
  throw UnimplementedError('setSystemPrompt() has not been implemented.');
}