validateCalls property
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);
Implementation
@$pb.TagNumber(19)
set validateCalls($core.bool value) => $_setBool(13, value);