Skip to content

Commit 29a20e6

Browse files
committed
Add links to the Polly page from relevant pages
1 parent 40b281d commit 29a20e6

9 files changed

+35
-0
lines changed

src/langsmith/create-a-prompt.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Adding an output schema to your prompt will get output in a structured format. L
3636

3737
You can also add a tool by clicking the `+ Tool` button at the bottom of the prompt editor. See [here](/langsmith/use-tools) for more information on how to use tools.
3838

39+
<Callout type="info" icon="bird">
40+
Use **[Polly](/langsmith/polly)** in the Playground to generate tools, create output schemas, and optimize your prompts with AI assistance.
41+
</Callout>
42+
3943
## Run the prompt
4044

4145
Click "Start" to run the prompt.

src/langsmith/observability-concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ To group traces into threads, you pass a special metadata key (`session_id`, `th
5555
alt="Thread representing a sequence of traces in a multi-turn conversation."
5656
/>
5757

58+
<Callout type="info" icon="bird">
59+
Use **[Polly](/langsmith/polly)** to analyze traces, runs, and threads. Polly helps you understand agent performance, debug issues, and gain insights from conversation threads without manually digging through data.
60+
</Callout>
61+
5862
## Projects
5963

6064
A _project_ is a collection of traces. You can think of a project as a container for all the traces that are related to a single application or service. You can have multiple projects, and each project can have multiple traces.

src/langsmith/observability-quickstart.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,10 @@ Here are some topics you might want to explore next:
379379
- [Trace a RAG application](/langsmith/observability-llm-tutorial) is a full tutorial, which adds observability to an application from development through to production.
380380
- [Sending traces to a specific project](/langsmith/log-traces-to-project) changes the destination project of your traces.
381381

382+
<Callout type="info" icon="bird">
383+
After logging traces, use **[Polly](/langsmith/polly)** to analyze them and get AI-powered insights into your application's performance.
384+
</Callout>
385+
382386
## Video guide
383387
<iframe
384388
className="w-full aspect-video rounded-xl"

src/langsmith/observability.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ The following sections help you set up and use tracing, monitoring, and observab
6666

6767
For terminology definitions and core concepts, refer to [Observability concepts](/langsmith/observability-concepts).
6868

69+
<Callout type="info" icon="bird">
70+
Use **[Polly](/langsmith/polly)**, LangSmith's AI assistant, to analyze traces and get AI-powered insights into your application's performance.
71+
</Callout>
72+
6973
<HostingSetup/>

src/langsmith/prompt-engineering-concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ In the playground you can:
131131
* Run the prompt through the model
132132
* Observe the outputs
133133

134+
<Callout type="info" icon="bird">
135+
Use **[Polly](/langsmith/polly)** in the Playground to optimize prompts, generate tools, and create output schemas with AI assistance.
136+
</Callout>
137+
134138
## Testing multiple prompts
135139

136140
You can add more prompts to your playground to easily compare outputs and decide which version is better:

src/langsmith/prompt-engineering-quickstart.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ To improve your prompts:
350350
- Learn how to set up the Playground to [Test multi-turn conversations](/langsmith/multiple-messages) in this tutorial.
351351
- Learn how to test your prompt's performance over a dataset instead of individual examples, refer to [Run an evaluation from the Prompt Playground](/langsmith/run-evaluation-from-prompt-playground).
352352

353+
<Callout type="info" icon="bird">
354+
Use **[Polly](/langsmith/polly)** in the Playground to help optimize your prompts, generate tools, and create output schemas.
355+
</Callout>
356+
353357
## Video guide
354358
<iframe
355359
className="w-full aspect-video rounded-xl"

src/langsmith/prompt-engineering.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@ The following sections help you create, manage, and optimize your prompts:
6565

6666
</Columns>
6767

68+
<Callout type="info" icon="bird">
69+
Use **[Polly](/langsmith/polly)** in the Prompt Playground to optimize prompts, generate tools, and create output schemas with AI-powered assistance.
70+
</Callout>
71+
6872
<HostingSetup/>

src/langsmith/run-evaluation-from-prompt-playground.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ If you prefer to run experiments in code, visit [run an evaluation using the SDK
1111

1212
![](/langsmith/images/playground-experiment.gif)
1313

14+
<Callout type="info" icon="bird">
15+
**[Polly](/langsmith/polly)** is available in the Playground to help you optimize prompts before running evaluations.
16+
</Callout>
17+
1418
## Create an experiment in the prompt playground[](#create-an-experiment-in-the-prompt-playground "Direct link to Create an experiment in the prompt playground")
1519

1620
1. **Navigate to the playground** by clicking **Playground** in the sidebar.

src/langsmith/threads.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ You can view threads by clicking on the **Threads** tab in any project details p
302302
/>
303303
</div>
304304

305+
<Callout type="info" icon="bird">
306+
Use **[Polly](/langsmith/polly)** in thread views to analyze conversation threads, understand user sentiment, identify pain points, and track whether issues were resolved.
307+
</Callout>
305308

306309
### View a thread
307310

0 commit comments

Comments
 (0)