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: "Model Interface"
parent: "SmolaAgents"
nav_order: 2
---
# Chapter 2: Model Interface - Your Agent's Universal Translator
Welcome back! In [Chapter 1: The MultiStepAgent - Your Task Orchestrator](01_multistepagent.md), we met the `MultiStepAgent`, our AI project manager. We learned that it follows a "Think -> Act -> Observe" cycle to solve tasks. A crucial part of the "Think" phase is consulting its "brain" a Large Language Model (LLM).