handler property

String Function(String prompt, LLMOptions? options, int callCount) handler
final

Function called to generate the response.

Implementation

final String Function(String prompt, LLMOptions? options, int callCount)
handler;