update nav

This commit is contained in:
zachary62
2025-04-04 14:25:33 -04:00
parent 581aa6b08f
commit ca46798ce5
8 changed files with 57 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
---
layout: default
title: "PromptTemplates"
parent: "SmolaAgents"
nav_order: 5
---
# Chapter 5: PromptTemplates - Crafting Your Agent's Script
Welcome back! In [Chapter 4: AgentMemory](04_agentmemory.md), we learned how our agent uses its "logbook" (`AgentMemory`) to remember the task, its past actions, and observations. This memory is crucial for deciding the next step.