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
[](https://bestpractices.coreinfrastructure.org/projects/9672)
14
14
15
-
## Overview
16
-
17
15
PDL is a declarative language designed for developers to create reliable, composable LLM prompts and integrate them into software systems. It provides a structured way to specify prompt templates, enforce validation, and compose LLM calls with traditional rule-based systems.
18
16
19
-
<imgsrc="docs/assets/animated_chatbot.gif"width=750pxalt="Animated GIF of PDL chatbot."/>
Requires Python 3.11+ (Windows users should use WSL)
100
+
PDL requires Python 3.11+ (Windows users should use WSL).
84
101
85
102
```bash
86
103
# Basic installation
@@ -187,7 +204,7 @@ text:
187
204
pdl --trace <file.json> <my-example.pdl>
188
205
```
189
206
190
-
Upload trace files to the [Live Document Viewer](https://ibm.github.io/prompt-declaration-language/viewer/) for visual debugging, trace exploration, and live programming.
207
+
Then, you can either download the GUI, or upload trace files to the [Live Document Viewer](https://pdl.s3-web.us-east.cloud-object-storage.appdomain.cloud/) for visual debugging, trace exploration, and live programming.
0 commit comments