handler property
Function called to generate the response.
Implementation
final String Function(
String prompt,
LLMOptions? options,
int callCount,
) handler;
Function called to generate the response.
final String Function(
String prompt,
LLMOptions? options,
int callCount,
) handler;