Rename example files to prepend parent folder name, preventing package shadowing

Example files like openai.py shadow installed packages when Python adds the
script directory to sys.path. Prepend the parent folder name to each example
file (e.g. openai.py -> function-calling-openai.py). Also split
thinking-and-mcp/ into separate mcp/ and thinking/ directories.
This commit is contained in:
Mark Backman
2026-03-31 22:06:01 -04:00
parent 0f47076703
commit d3021b4590
283 changed files with 1 additions and 1 deletions