autoExecute property

  1. @TagNumber.new(16)
bool get autoExecute

Default true when absent. False returns the parsed ToolCall without invoking the host executor.

Implementation

@$pb.TagNumber(16)
$core.bool get autoExecute => $_getBF(13);
  1. @TagNumber.new(16)
set autoExecute (bool value)

Implementation

@$pb.TagNumber(16)
set autoExecute($core.bool value) => $_setBool(13, value);