fix: autocorrect everything in api (#17859)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong 2025-04-11 15:24:39 +08:00 committed by GitHub
commit f04d52c044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 57 additions and 57 deletions

View file

@ -59,7 +59,7 @@ class ApiToolProviderController(ToolProviderController):
name="api_key_value",
required=True,
type=ProviderConfig.Type.SECRET_INPUT,
help=I18nObject(en_US="The api key", zh_Hans="api key的值"),
help=I18nObject(en_US="The api key", zh_Hans="api key 的值"),
),
ProviderConfig(
name="api_key_header_prefix",