defaultIncludes property
Default nested tools wired into this tool at the code level.
These are always included regardless of YAML configuration.
YAML nested_tools: entries are merged on top (YAML wins on conflict).
null(default): No code-level includes.[ToolWiringEntry(...)]: Explicit wiring entries.
Implementation
final List<ToolWiringEntry>? defaultIncludes;