We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6babb9e commit 1f38beeCopy full SHA for 1f38bee
tests/test_examples_run.py
@@ -41,7 +41,9 @@
41
pathlib.Path("examples") / "react" / "multi-agent.pdl",
42
pathlib.Path("examples") / "talk" / "11-sdg.pdl",
43
pathlib.Path("examples") / "talk" / "7-chatbot-roles.pdl",
44
+ pathlib.Path("examples") / "talk" / "8-tools.pdl",
45
pathlib.Path("examples") / "teacher" / "teacher.pdl",
46
+ pathlib.Path("examples") / "tools" / "calc.pdl",
47
pathlib.Path("examples") / "tutorial" / "include.pdl",
48
pathlib.Path("examples") / "hello" / "hello-roles-array.pdl",
49
]
0 commit comments