feat: add support for dark icons in provider and tool entities (#22081)
This commit is contained in:
parent
edf5fd28c9
commit
94a13d7d62
6 changed files with 18 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ class ProviderEntity(BaseModel):
|
|||
description: Optional[I18nObject] = None
|
||||
icon_small: Optional[I18nObject] = None
|
||||
icon_large: Optional[I18nObject] = None
|
||||
icon_small_dark: Optional[I18nObject] = None
|
||||
icon_large_dark: Optional[I18nObject] = None
|
||||
background: Optional[str] = None
|
||||
help: Optional[ProviderHelpEntity] = None
|
||||
supported_model_types: Sequence[ModelType]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue