From 64c7d3d9ecb8ece03d54d12d9d0f08cc84fc91a7 Mon Sep 17 00:00:00 2001 From: amalks920 Date: Sat, 6 Dec 2025 14:39:25 +0530 Subject: [PATCH] Fix spelling: sytem -> system in handoff.mdx --- fern/squads/handoff.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/squads/handoff.mdx b/fern/squads/handoff.mdx index 9b2c3838f..e969d12fd 100644 --- a/fern/squads/handoff.mdx +++ b/fern/squads/handoff.mdx @@ -505,7 +505,7 @@ Override the default function definition for more control. You can overwrite the ## Best Practices -1. **Clear Descriptions**: Write specific, actionable descriptions for each destination in your sytem prompt. Use `tool.function.name` to customize the name of the function to put into your prompt. +1. **Clear Descriptions**: Write specific, actionable descriptions for each destination in your system prompt. Use `tool.function.name` to customize the name of the function to put into your prompt. 2. **Context Management**: Use `lastNMessages` to limit context size for performance 3. **Model Optimization**: Use multiple tools for OpenAI, single tool for Anthropic 4. **Variable Extraction**: Extract key data before handoff to maintain context