Summary
Change the source description for builtin_tools.py from “builtin” to “built-in”, then regenerate the affected README documentation.
Rationale
src/utils/README.md is generated by scripts/gen_doc.py. Editing only the generated README can cause a later generation to restore the current wording.
Affected areas
scripts/gen_doc.py input source or metadata that provides the description for builtin_tools.py
src/utils/README.md
Required changes
- Update the source description to use “built-in” in “Discover built-in file-search tools when that provider is configured.”
- Regenerate
src/utils/README.md.
- Verify that the generated README preserves the corrected wording.
Acceptance criteria
- The source description uses “built-in”.
src/utils/README.md contains the regenerated description with “built-in”.
- A subsequent documentation generation does not restore “builtin”.
Backlinks
Requested by: @tisnik
Summary
Change the source description for
builtin_tools.pyfrom “builtin” to “built-in”, then regenerate the affected README documentation.Rationale
src/utils/README.mdis generated byscripts/gen_doc.py. Editing only the generated README can cause a later generation to restore the current wording.Affected areas
scripts/gen_doc.pyinput source or metadata that provides the description forbuiltin_tools.pysrc/utils/README.mdRequired changes
src/utils/README.md.Acceptance criteria
src/utils/README.mdcontains the regenerated description with “built-in”.Backlinks
Requested by: @tisnik