mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 01:36:04 +00:00
9 lines
374 B
TypeScript
9 lines
374 B
TypeScript
// Verifies image-generation tool registration through the shared generation harness.
|
|
import { describeOpenClawGenerationToolRegistration } from "./openclaw-tools.generation.test-support.js";
|
|
|
|
describeOpenClawGenerationToolRegistration({
|
|
suiteName: "openclaw tools image generation registration",
|
|
toolName: "image_generate",
|
|
toolLabel: "an image-generation tool",
|
|
});
|