feat: make prompt object type array in pipeline config

This commit is contained in:
Junyan Qin
2025-04-03 12:50:18 +08:00
parent 4e7b9aaf59
commit 913e43d84c
2 changed files with 12 additions and 3 deletions

View File

@@ -28,9 +28,11 @@ spec:
label:
en_US: Intents
zh_CN: 权限
type: array[string]
type: array
required: true
default: []
items:
type: string
execution:
python:
path: ./qqbotpy.py