From be112fad4f5870c0096033c59b699187458c9ce2 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Thu, 10 Apr 2025 22:15:00 -0400 Subject: [PATCH] changed copy Signed-off-by: Francisco Javier Arceo --- docs/source/getting_started/detailed_tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting_started/detailed_tutorial.md b/docs/source/getting_started/detailed_tutorial.md index 26ad1787d..911b35437 100644 --- a/docs/source/getting_started/detailed_tutorial.md +++ b/docs/source/getting_started/detailed_tutorial.md @@ -220,7 +220,7 @@ Other SDKs are also available, please refer to the [Client SDK](../index.md#clie ::::{tab-set} :::{tab-item} Basic Inference -Alternatively, you can run inference using the Llama Stack client SDK. +Now you can run inference using the Llama Stack client SDK. ### i. Create the Script Create a file `inference.py` and add the following code: @@ -265,7 +265,7 @@ Beauty in the bits ::: :::{tab-item} Build a Simple Agent -Now we can move beyond simple inference and build an agent that can perform tasks using the Llama Stack server. +Next we can move beyond simple inference and build an agent that can perform tasks using the Llama Stack server. ### i. Create the Script Create a file `agent.py` and add the following code: