Skip to content

Commit 4b2d4d0

Browse files
committed
Updated screenshot
1 parent 64398be commit 4b2d4d0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed
124 KB
Loading
121 KB
Loading
-378 KB
Binary file not shown.
-389 KB
Binary file not shown.

src/langsmith/polly.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ Polly helps you gain insight from your traces, conversation threads, and prompts
3030
- [Dataset Examples](#dataset-examples): Browse and understand dataset structure.
3131
- [Annotation Queues](#annotation-queues): Review runs and make informed annotation decisions.
3232

33+
<img
34+
className="block dark:hidden"
35+
src="/langsmith/images/polly-datasets-light.png"
36+
alt="Polly chat in the sidebar on a dataset view."
37+
/>
38+
39+
<img
40+
className="hidden dark:block"
41+
src="/langsmith/images/polly-datasets-dark.png"
42+
alt="Polly chat in the sidebar on a dataset view."
43+
/>
44+
3345
## Get started
3446

3547
Before you start using Polly, you need to add an API key for the model you're using:
@@ -70,18 +82,6 @@ In the [Playground](/langsmith/prompt-engineering-concepts#prompt-playground), P
7082
- "Make the tone more professional"
7183
- "Simplify the instructions"
7284

73-
<img
74-
className="block dark:hidden"
75-
src="/langsmith/images/polly-prompt-tool.png"
76-
alt="Prompt Playground showing Polly chat in the sidebar with information on a generated tool."
77-
/>
78-
79-
<img
80-
className="hidden dark:block"
81-
src="/langsmith/images/polly-prompt-tool-dark.png"
82-
alt="Prompt Playground showing Polly chat in the sidebar with information on a generated tool."
83-
/>
84-
8585
### Prompt Hub pages
8686

8787
When viewing a prompt in the [LangSmith Hub](/langsmith/prompt-engineering-concepts#langsmith-hub), Polly helps you understand the prompt's structure, messages, tools, and configuration. This is useful for exploring and learning from shared prompts.

0 commit comments

Comments
 (0)