|
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") / "src-tauri" / "tests" / "cli" / "code-python.pdl" |
36 | 41 | # Skip RAG examples
|
37 | 42 | pathlib.Path("examples") / "rag" / "pdf_index.pdl",
|
38 | 43 | pathlib.Path("examples") / "rag" / "pdf_query.pdl",
|
|
41 | 46 | / "rag_library1.pdl", # (This is glue to Python, it doesn't "run" alone)
|
42 | 47 | # Skip structure decoding example (Jing doesn't have WATSONX API KEY)
|
43 | 48 | pathlib.Path("examples") / "tutorial" / "structured_decoding.pdl",
|
44 |
| - # OUtput result include trace (and thus timing) for some reason. Investigate why |
| 49 | + # Output result include trace (and thus timing) for some reason. Investigate why |
45 | 50 | pathlib.Path("examples") / "react" / "react_call.pdl",
|
46 | 51 | pathlib.Path("pdl-live-react") / "demos" / "error.pdl",
|
47 | 52 | pathlib.Path("pdl-live-react") / "demos" / "demo1.pdl",
|
|
0 commit comments