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
Copy file name to clipboardExpand all lines: src/langsmith/agent-builder-templates.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebarTitle: Templates
5
5
mode: wide
6
6
---
7
7
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.
9
9
10
10
<Tip>
11
11
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
18
18
In Agent Builder, choose a template that matches your use case (e.g., Gmail assistant, Linear Slack bot, etc.).
19
19
</Step>
20
20
<Steptitle="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).
22
22
</Step>
23
23
<Steptitle="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.
25
25
</Step>
26
26
<Steptitle="Add triggers (optional)"icon="clock">
27
27
If a template includes a trigger, you'll be prompted to:
0 commit comments