mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:21:26 +00:00
Configure: make model picker allowlist searchable
This commit is contained in:
@@ -14,6 +14,7 @@ export type WizardMultiSelectParams<T = string> = {
|
||||
message: string;
|
||||
options: Array<WizardSelectOption<T>>;
|
||||
initialValues?: T[];
|
||||
searchable?: boolean;
|
||||
};
|
||||
|
||||
export type WizardTextParams = {
|
||||
|
||||
Reference in New Issue
Block a user