tools property

  1. @TagNumber.new(1)
PbList<ToolDefinition> get tools

Available tools for this generation. If empty, the SDK falls back to its registered tools (per-SDK convention).

Implementation

@$pb.TagNumber(1)
$pb.PbList<ToolDefinition> get tools => $_getList(0);