autoExecute property
Default true when absent. False returns the parsed ToolCall without invoking the host executor.
Implementation
@$pb.TagNumber(16)
$core.bool get autoExecute => $_getBF(13);
Implementation
@$pb.TagNumber(16)
set autoExecute($core.bool value) => $_setBool(13, value);