Skip to content

Commit 64880f7

Browse files
committed
add image showing how to open Prompt Playground
1 parent 0152c90 commit 64880f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

concepts/prompt-playground.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Being able to visualize the intermediary steps is great, but what if you want to
88

99
No! You can do all of that from Chainlit UI.
1010

11-
Below each message you will find an `edit button` if that message was generated by a prompt. Clicking on it opens a prompt playground, allowing you to modify and iterate on the prompt as needed.
11+
Below each message you will find an `edit button` if that message was generated by a prompt.
12+
13+
![Playground](/images/open-playground.png)
14+
15+
Clicking on it opens a prompt playground, allowing you to modify and iterate on the prompt as needed.
1216
![Playground](/images/playground.png)
1317

1418
To iterate, remove the previous completion (the text highlighted in green), and edit the prompt as needed. Then, click on the `Submit` button to generate a new completion.

images/open-playground.png

286 KB
Loading

0 commit comments

Comments
 (0)