validateCalls property

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

Unset = true: 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(19)
$core.bool get validateCalls => $_getBF(13);
  1. @TagNumber.new(19)
set validateCalls (bool value)

Implementation

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