Skip to content

Commit 81dfb1a

Browse files
authored
Capturing new results for Run Examples (#957)
Signed-off-by: Jing Chen <[email protected]>
1 parent a9d2f6b commit 81dfb1a

File tree

15 files changed

+59
-5
lines changed

15 files changed

+59
-5
lines changed

docs/contrib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ Note: Your PR should always set `update_results: false` before merging, though t
135135
Here's a preview of the current configuration file for Run Examples:
136136
137137
```yaml
138-
--8<-- "../tests/test_examples_run.yaml"
139-
```
138+
--8<-- "tests/test_examples_run.yaml"
139+
```

examples/demos/granite_io_hallucinations.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
description: GraniteIO halluncination example
12
defs:
23
doc:
34
data:

examples/demos/react_fun.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Function definition for react
1+
description: Function definition for react pattern
22
defs:
33
react_inner:
44
function:

examples/tutorial/code_python.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Hello world showing call to python code
1+
description: Hello world showing call to Python code
22
text:
33
- "Hello, "
44
- lang: python

examples/tutorial/independent.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: Independent example -- hello * ( (' in French'*g) + (' en Espanol'*g)) * Goodbye! * g
1+
description: Independent example --- hello * ( (' in French'*g) + (' en Espanol'*g)) * Goodbye! * g
22
text:
33
- hello
44
- context: independent

examples/tutorial/independent_docs.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
description: Independent documents
12
defs:
23
doc1: "Hello world!"
34
doc2: "Goodbye world!"

examples/tutorial/test.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
description: test
12
defs:
23
m1:
34
content: doc1

pdl-live-react/src-tauri/tests/cli/model-input-nested.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
description: Nesting inputs to model calls
12
text:
23
- role: user
34
content: answer as if you live in europe
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello, r

0 commit comments

Comments
 (0)