debugModel property

bool debugModel
final

Whether to output the debug information. Make sure to call the method after initializing the ChatClient using ChatClient.init.

  • true: Yes.
  • false: (Default)No.

Implementation

final bool debugModel;