Skip to content

Commit a15879b

Browse files
committed
Merge branch 'main' into pdl-197
2 parents daca6a2 + 5f74d3a commit a15879b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,16 @@ For a complete list of issues see [here](https://github.com/IBM/prompt-declarati
453453
## Contributing to the Project
454454
455455
See [Contributing to PDL](https://ibm.github.io/prompt-declaration-language/contrib).
456+
457+
## Citation
458+
459+
Here is an [arXiv paper](http://arxiv.org/abs/2410.19135) about PDL:
460+
461+
```bibtex
462+
@Misc{vaziri_et_al_2024,
463+
author = "Vaziri, Mandana and Mandel, Louis and Spiess, Claudio and Hirzel, Martin",
464+
title = "{PDL}: A Declarative Prompt Programming Language",
465+
year = 2024,
466+
month = oct,
467+
url = "http://arxiv.org/abs/2410.19135" }
468+
```

pdl-live/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Interactive PDL viewer.",
55
"private": true,
66
"devDependencies": {
7-
"@types/node": "22.7.5",
8-
"gts": "^5.2.0",
7+
"@types/node": "22.8.1",
8+
"gts": "^6.0.2",
99
"ts-loader": "^9.5.1",
1010
"typescript": "~5.6.2",
1111
"webpack": "^5.90.3",

0 commit comments

Comments
 (0)