mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 20:10:43 +00:00
fix: deprecate models add command (#71175)
This commit is contained in:
@@ -38,9 +38,7 @@ describe("plugin-sdk/command-auth", () => {
|
||||
|
||||
expect(buildHelpMessage(cfg)).toContain("/commands for full list");
|
||||
expect(buildCommandsMessage(cfg)).toContain("More: /tools for available capabilities");
|
||||
expect(buildCommandsMessage(cfg)).toContain(
|
||||
"/models - List model providers/models or add a model.",
|
||||
);
|
||||
expect(buildCommandsMessage(cfg)).toContain("/models - List model providers/models.");
|
||||
expect(buildCommandsMessagePaginated(cfg)).toMatchObject({
|
||||
currentPage: 1,
|
||||
totalPages: expect.any(Number),
|
||||
|
||||
Reference in New Issue
Block a user