Skip to content

Commit 7f6cfb8

Browse files
committed
Small changes
1 parent 38adcee commit 7f6cfb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/langsmith/agent-builder-essentials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here are some popular ways to trigger your agent:
3030

3131
## Memory and updates
3232

33-
Your agents get smarter over time. They remember important information from previous conversations and can update themselves to work better.
33+
Agents remember important information from previous conversations and can update themselves to work better.
3434

3535
- Memory: Agents remember relevant details from past interactions, so they can make better decisions in future conversations.
3636
- Self-updates: Agents can add new tools, remove ones they don't need, or adjust their instructions to improve how they work.

src/langsmith/agent-builder-templates.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebarTitle: Templates
55
mode: wide
66
---
77

8-
Agent Builder includes starter templates to help you create agents quickly. Templates include predefined system prompts, tools, and triggers (if applicable) for common use cases. You can use templates as-is, or as a baseline to customize.
8+
Agent Builder includes starter templates to help you create agents quickly. Templates include predefined instructions, [tools](/langsmith/agent-builder-tools), and triggers (if applicable) for common use cases. You can use templates as-is, or as a baseline to customize.
99

1010
<Tip>
1111
New to Agent Builder? Start with the step-by-step [template quickstart](/langsmith/agent-builder-quickstart) to build your first agent using a template.
@@ -18,10 +18,10 @@ New to Agent Builder? Start with the step-by-step [template quickstart](/langsmi
1818
In Agent Builder, choose a template that matches your use case (e.g., Gmail assistant, Linear Slack bot, etc.).
1919
</Step>
2020
<Step title="Review tools and prompts" icon="sliders">
21-
Each template comes with an initial system prompt and a set of tools. Review the tools and prompt to ensure they align with your needs (you can always edit them later, or have the agent edit it for you).
21+
Each template comes with instructions (also called a system prompt) and a set of tools. Review the tools and prompt to ensure they align with your needs (you can always edit them later, or have the agent edit it for you).
2222
</Step>
2323
<Step title="Clone and authenticate" icon="key">
24-
Click `Clone Template` in the top right to start the cloning process. If you haven't already authenticated with OAuth for the tools in the template, you'll be prompted to do so.
24+
Click **Clone Template** in the top right to start the cloning process. If you haven't already authenticated with OAuth for the tools in the template, you'll be prompted to do so.
2525
</Step>
2626
<Step title="Add triggers (optional)" icon="clock">
2727
If a template includes a trigger, you'll be prompted to:

0 commit comments

Comments
 (0)