mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 14:58:26 +00:00
feat(model): add /model picker
This commit is contained in:
@@ -48,10 +48,7 @@ export async function promptAuthChoiceGrouped(params: {
|
||||
|
||||
const methodSelection = (await params.prompter.select({
|
||||
message: `${group.label} auth method`,
|
||||
options: [
|
||||
...group.options,
|
||||
{ value: BACK_VALUE, label: "Back" },
|
||||
],
|
||||
options: [...group.options, { value: BACK_VALUE, label: "Back" }],
|
||||
})) as string;
|
||||
|
||||
if (methodSelection === BACK_VALUE) {
|
||||
|
||||
Reference in New Issue
Block a user