From 902a27b5449316fc4239be897424d175ef276f10 Mon Sep 17 00:00:00 2001 From: "fangyaozheng@bytedance.com" Date: Mon, 22 Jun 2026 17:08:55 +0800 Subject: [PATCH] docs(framework): align zh quickstart card wording with en MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Chinese "快速开始" card said only "运行"(run); the English card says "Build and run your first agent in minutes." Match the zh wording to "构建并运行". --- docs/content/docs/framework/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/framework/index.mdx b/docs/content/docs/framework/index.mdx index 3a8e0e01..08afcebd 100644 --- a/docs/content/docs/framework/index.mdx +++ b/docs/content/docs/framework/index.mdx @@ -13,7 +13,7 @@ print(asyncio.run(Runner(agent=agent).run("你好,介绍下你自己"))) ``` - +