fix: autocorrect everything in api (#17859)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
fe19cc7568
commit
f04d52c044
17 changed files with 57 additions and 57 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue