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 ff93a78 commit 9efd73dCopy full SHA for 9efd73d
tests/results/examples/tutorial/function_definition.1.result
@@ -0,0 +1,2 @@
1
+The translation of 'I love Paris!' in French is 'Je t'aime Paris!'.
2
+The translation of 'I love Madrid!' in Spanish is 'Me encanta Madrid!'.
tests/test_examples_run.py
@@ -42,6 +42,8 @@
42
pathlib.Path("examples") / "demo" / "3-weather.pdl",
43
pathlib.Path("examples") / "granite" / "multi_round_chat.pdl",
44
pathlib.Path("examples") / "react" / "demo.pdl",
45
+ pathlib.Path("examples") / "react" / "wikipedia.pdl",
46
+ pathlib.Path("examples") / "code" / "code.pdl",
47
pathlib.Path("examples") / "code" / "code-eval.pdl",
48
pathlib.Path("examples") / "code" / "code-json.pdl",
49
pathlib.Path("examples") / "talk" / "6-code-json.pdl",
0 commit comments