Skip to content

Commit 6ec8a7b

Browse files
committed
fix: reference to yaml file
Signed-off-by: Timothy Bula <[email protected]>
1 parent 60f15a7 commit 6ec8a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ pdl --stream background examples/hello/hello.pdl
171171
See the [tutorial](https://ibm.github.io/prompt-declaration-language/tutorial) for more information about the conversational background context and how to use roles and chat templates.
172172

173173

174-
Consider now an example from AI for code, where we want to build a prompt template for code explanation. We have a JSON file as input
174+
Consider now an example from AI for code, where we want to build a prompt template for code explanation. We have a YAML file as input
175175
containing the source code and some information regarding the repository where it came from.
176176

177-
For example, given the data in this JSON [file](https://github.com/IBM/prompt-declaration-language/blob/main/examples/code/data.yaml):
177+
For example, given the data in this YAML [file](https://github.com/IBM/prompt-declaration-language/blob/main/examples/code/data.yaml):
178178
```yaml
179179
source_code:
180180
|

0 commit comments

Comments
 (0)