h
This commit is contained in:
@@ -152,7 +152,8 @@ class Provider(ABC):
|
||||
"label": "API Key",
|
||||
"default": "",
|
||||
"required": True,
|
||||
"secret": True
|
||||
"secret": True,
|
||||
"choices": ["Option 1", "Option 2"]
|
||||
}
|
||||
"""
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user