From 110072eb5e6bb9abefc3178dae6bac7c35f72aa4 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 16 Mar 2025 19:04:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/docs/quickstart.mdx b/legacy/docs/quickstart.mdx index b9118678..d45eb840 100644 --- a/legacy/docs/quickstart.mdx +++ b/legacy/docs/quickstart.mdx @@ -70,7 +70,7 @@ title: Quick Start - There is no functional difference between using `@agentic/stdlib` versus using the individual tool packages directly. The only difference is if you want to optimize your install size (when running on serverless functions, for instance). + There is no functional difference between using `@agentic/stdlib` versus using the individual tool packages directly. The only difference is if you want to optimize your install size. The default examples all use `@agentic/stdlib` for simplicity.