Files
crazywoola dbbc4a29cc 454 bump cli template (#455)
* feat: update template

* feat: update ja_JP

* feat: update GUIDE.md
2025-09-22 14:41:47 +08:00

33 lines
785 B
YAML

identity:
name: {{ .PluginName }}
author: {{ .Author }}
label:
en_US: "{{ .PluginName | SnakeToCamel }}"
zh_Hans: "{{ .PluginName | SnakeToCamel }}"
ja_JP: "{{ .PluginName | SnakeToCamel }}"
description:
en_US: "{{ .PluginName | SnakeToCamel }}"
zh_Hans: "{{ .PluginName | SnakeToCamel }}"
ja_JP: "{{ .PluginName | SnakeToCamel }}"
parameters:
- name: model
type: model-selector
scope: tool-call&llm
required: true
label:
en_US: Model
zh_Hans: 模型
pt_BR: Model
ja_JP: モデル
- name: tools
type: array[tools]
required: true
label:
en_US: Tools list
zh_Hans: 工具列表
pt_BR: Tools list
ja_JP: ツールリスト
extra:
python:
source: strategies/{{ .PluginName }}.py