feat(plugin/endpoint): add supports for provider to register array[tool] type field (#17523)
This commit is contained in:
parent
0998b01321
commit
e7f1d0deea
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class BasicProviderConfig(BaseModel):
|
|||
BOOLEAN = CommonParameterType.BOOLEAN.value
|
||||
APP_SELECTOR = CommonParameterType.APP_SELECTOR.value
|
||||
MODEL_SELECTOR = CommonParameterType.MODEL_SELECTOR.value
|
||||
TOOLS_SELECTOR = CommonParameterType.TOOLS_SELECTOR.value
|
||||
|
||||
@classmethod
|
||||
def value_of(cls, value: str) -> "ProviderConfig.Type":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue