Move foundational examples to examples/

This commit is contained in:
Mark Backman
2026-03-30 19:34:29 -04:00
parent bd7496fa27
commit f2ce7ececc
327 changed files with 138 additions and 177 deletions

View File

@@ -22,7 +22,7 @@ SCRIPT_DIR = Path(__file__).resolve().parent
ASSETS_DIR = SCRIPT_DIR / "assets"
FOUNDATIONAL_DIR = SCRIPT_DIR.parent.parent / "examples" / "foundational"
FOUNDATIONAL_DIR = SCRIPT_DIR.parent.parent / "examples"
EVAL_SIMPLE_MATH = EvalConfig(
prompt="A simple math addition.",