From f8ac8b4d4eed16aa0002a6f94426fd3eb4e022b0 Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 09:01:27 +0000 Subject: [PATCH] docs: add platform and runtime fields to example --- suites-help/示例代码/Hello-World.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/suites-help/示例代码/Hello-World.md b/suites-help/示例代码/Hello-World.md index 9179028..3ab2755 100644 --- a/suites-help/示例代码/Hello-World.md +++ b/suites-help/示例代码/Hello-World.md @@ -15,9 +15,10 @@ hello-world/ ```yaml name: Hello World -description: 首个 AgentGIS 套件,接收一条消息并在容器中打印 +description: 首个 AgentGIS 套件,接收一条消息并打印 version: 1.0.0 author: SuiteForge +platform: all tags: [示例, 入门] params: @@ -31,7 +32,7 @@ base_image: gis-base:latest steps: - id: hello name: 打印消息 - type: python + runtime: python3 script_id: run params: message: $params.message