docs: add platform and runtime fields to example
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user