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

View File

@@ -1,3 +1,10 @@
---
layout: default
title: "Tool"
parent: "SmolaAgents"
nav_order: 3
---
# Chapter 3: Tool - Giving Your Agent Superpowers
Welcome back! In [Chapter 2: Model Interface](02_model_interface.md), we learned how our `MultiStepAgent` uses a "universal remote" (the Model Interface) to talk to its LLM "brain". The LLM thinks and suggests what the agent should do next.