mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 03:16:14 +00:00
Change type from int to integer in satori.yaml
This commit is contained in:
@@ -35,7 +35,7 @@ spec:
|
|||||||
label:
|
label:
|
||||||
en_US: Port
|
en_US: Port
|
||||||
zh_Hans: 监听端口
|
zh_Hans: 监听端口
|
||||||
type: int
|
type: integer
|
||||||
required: true
|
required: true
|
||||||
default: 5600
|
default: 5600
|
||||||
- name: satori_api_base_url
|
- name: satori_api_base_url
|
||||||
@@ -62,4 +62,4 @@ spec:
|
|||||||
execution:
|
execution:
|
||||||
python:
|
python:
|
||||||
path: ./satori.py
|
path: ./satori.py
|
||||||
attr: SatoriAdapter
|
attr: SatoriAdapter
|
||||||
|
|||||||
Reference in New Issue
Block a user