validateCalls property

  1. @TagNumber.new(6)
bool get validateCalls

proto3 optional enables presence detection (has_validate_calls()). When unset, commons defaults to validate_calls=true so unknown tool calls short-circuit before host execution. Callers that delegate validation/authorization to their executor or use dynamic tool registries must explicitly set validate_calls=false.

Implementation

@$pb.TagNumber(6)
$core.bool get validateCalls => $_getBF(5);
  1. @TagNumber.new(6)
set validateCalls (bool value)

Implementation

@$pb.TagNumber(6)
set validateCalls($core.bool value) => $_setBool(5, value);