|  | 
| 30 | 30 |         pathlib.Path("examples") / "cldk" / "cldk-assistant.pdl", | 
| 31 | 31 |         pathlib.Path("examples") / "gsm8k" / "gsm8.pdl", | 
| 32 | 32 |         pathlib.Path("examples") / "gsm8k" / "gsm8k-plan.pdl", | 
|  | 33 | +        pathlib.Path("examples") / "gsm8k" / "gsm8k-plan-few-shots.pdl", | 
|  | 34 | +        pathlib.Path("examples") / "gsm8k" / "gsm8k-tot-few-shot.pdl", | 
|  | 35 | +        pathlib.Path("examples") / "gsm8k" / "gsm8k-tot-multiplan.pdl", | 
|  | 36 | +        pathlib.Path("examples") / "gsm8k" / "gsm8k-tot.pdl", | 
| 33 | 37 |         # Requires installation dependencies | 
| 34 | 38 |         pathlib.Path("examples") / "intrinsics" / "demo-hallucination.pdl", | 
| 35 | 39 |         pathlib.Path("examples") / "tutorial" / "programs" / "demo-hallucination.pdl", | 
|  | 40 | +        pathlib.Path("pdl-live-react") | 
|  | 41 | +        / "src-tauri" | 
|  | 42 | +        / "tests" | 
|  | 43 | +        / "cli" | 
|  | 44 | +        / "code-python.pdl", | 
| 36 | 45 |         # Skip RAG examples | 
| 37 | 46 |         pathlib.Path("examples") / "rag" / "pdf_index.pdl", | 
| 38 | 47 |         pathlib.Path("examples") / "rag" / "pdf_query.pdl", | 
|  | 
| 41 | 50 |         / "rag_library1.pdl",  # (This is glue to Python, it doesn't "run" alone) | 
| 42 | 51 |         # Skip structure decoding example (Jing doesn't have WATSONX API KEY) | 
| 43 | 52 |         pathlib.Path("examples") / "tutorial" / "structured_decoding.pdl", | 
| 44 |  | -        # OUtput result include trace (and thus timing) for some reason. Investigate why | 
|  | 53 | +        # Output result include trace (and thus timing) for some reason. Investigate why | 
| 45 | 54 |         pathlib.Path("examples") / "react" / "react_call.pdl", | 
| 46 | 55 |         pathlib.Path("pdl-live-react") / "demos" / "error.pdl", | 
| 47 | 56 |         pathlib.Path("pdl-live-react") / "demos" / "demo1.pdl", | 
|  | 
0 commit comments