stopAfterToolCall property

bool get stopAfterToolCall

Implementation

bool get stopAfterToolCall => _stopAfterToolCall;
set stopAfterToolCall (bool val)

Implementation

set stopAfterToolCall(bool val) {
  _stopAfterToolCall = val;
  notifyListeners();
}