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