onWrite property

Future<void> Function(BaseNarrativeModel sentence)? onWrite
final

Callback to write the sentence to the chat UI.

Implementation

final Future<void> Function(BaseNarrativeModel sentence)? onWrite;