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 6dd7174 commit 851b5c4Copy full SHA for 851b5c4
tests/test_examples_run.py
@@ -73,6 +73,10 @@
73
pathlib.Path("examples") / "chatbot" / "chatbot.pdl", # TODO check why
74
pathlib.Path("examples") / "fibonacci" / "fib.pdl", # TODO check why
75
pathlib.Path("examples")
76
+ / "intrinsics"
77
+ / "demo-hallucination.pdl", # TODO check why
78
+ pathlib.Path("examples"),
79
+ pathlib.Path("examples")
80
/ "hello"
81
/ "hello-function-empty-context.pdl", # TODO CREATE RESULTS FILE
82
pathlib.Path("examples") / "hello" / "hello-roles-array.pdl", # TODO check why
0 commit comments