You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
172
172
173
173
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
175
175
containing the source code and some information regarding the repository where it came from.
176
176
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):
0 commit comments