From 41d31d77d89e5799d76eb263ffc5c6e97ce95106 Mon Sep 17 00:00:00 2001 From: Typer_Body Date: Wed, 18 Feb 2026 18:07:57 +0800 Subject: [PATCH] Change type from int to integer in satori.yaml --- src/langbot/pkg/platform/sources/satori.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/langbot/pkg/platform/sources/satori.yaml b/src/langbot/pkg/platform/sources/satori.yaml index 325bbd22..e473aa9d 100644 --- a/src/langbot/pkg/platform/sources/satori.yaml +++ b/src/langbot/pkg/platform/sources/satori.yaml @@ -35,7 +35,7 @@ spec: label: en_US: Port zh_Hans: 监听端口 - type: int + type: integer required: true default: 5600 - name: satori_api_base_url @@ -62,4 +62,4 @@ spec: execution: python: path: ./satori.py - attr: SatoriAdapter \ No newline at end of file + attr: SatoriAdapter